oste 0 Posted December 1, 2017 Share Posted December 1, 2017 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!. Link to comment https://wrobot.eu/forums/topic/7880-hearthstonetogototowncs-for-1121-moonglade/ Share on other sites More sharing options...
Matenia 628 Posted December 1, 2017 Share Posted December 1, 2017 Change it to CastSpellByName("Teleport: Moonglade") instead of using Hearthstone item. Link to comment https://wrobot.eu/forums/topic/7880-hearthstonetogototowncs-for-1121-moonglade/#findComment-36014 Share on other sites More sharing options...
oste 0 Posted December 3, 2017 Author Share Posted December 3, 2017 added the line, but getting error castspellbyname does not exist in the current context now? Link to comment https://wrobot.eu/forums/topic/7880-hearthstonetogototowncs-for-1121-moonglade/#findComment-36125 Share on other sites More sharing options...
Matenia 628 Posted December 4, 2017 Share Posted December 4, 2017 (edited) It's Lua. You'll have to wrap it in Lua.LuaDoString(@"CastSpellByName(""Teleport: Moonglade"")"); Edited December 4, 2017 by Matenia Link to comment https://wrobot.eu/forums/topic/7880-hearthstonetogototowncs-for-1121-moonglade/#findComment-36142 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now