Here is the mama mia quest for the evokers ring.
My first quest script, big thanks to kirby for the help with it and with making new lua commands for bitmasking which also helped alot ^^
(requires up to date SVN to include kirbys new bitmasking LUA)
Mama Mia quest
-
- Posts: 3
- Joined: Sun Jul 22, 2012 2:34 am
Mama Mia quest
- Attachments
-
- Mamaulabion.lua.patch
- (7.68 KiB) Downloaded 309 times
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Mama Mia quest
Had to fix a logic flaw (one I left in when I was giving my suggestions) so that the bitmask would be checked AFTER it was changed. Also changed logic to make the quest repeatable instead of just giving you a new ring if you tossed yours.
For future reference, clean up any variables you used by setting them to 0 with setVar. You can use that to delete variables created with the new bitmask methods as well. That said, good work!
http://code.google.com/p/onetimexi/source/detail?r=1604
For future reference, clean up any variables you used by setting them to 0 with setVar. You can use that to delete variables created with the new bitmask methods as well. That said, good work!
http://code.google.com/p/onetimexi/source/detail?r=1604