December 1, 20178 yr Hi is it possible to make a line in HearthstoneToGoToTown.cs so that it uses the druid teleport abilite to moonglade instead of using hearthstone to an inn? (vanilla) thx!.
December 1, 20178 yr Change it to CastSpellByName("Teleport: Moonglade") instead of using Hearthstone item.
December 3, 20178 yr Author added the line, but getting error castspellbyname does not exist in the current context now?
December 4, 20178 yr It's Lua. You'll have to wrap it in Lua.LuaDoString(@"CastSpellByName(""Teleport: Moonglade"")"); Edited December 4, 20178 yr by Matenia
Create an account or sign in to comment