Issue information

Issue ID
#2677
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 18, 2009 18:47
Last Post
Hercules Elf Bot
Mar 5, 2012 9:31
Confirmation
N/A

Hercules Elf Bot - Jan 18, 2009 18:47

Originally posted by [b]Daegaladh[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2677

Using set baseexp instead of getexp

megingard_seal.txt

CODE
@@ -3166,7 +3166,7 @@
            specialeffect EF_LOCKON;
            specialeffect2 EF_HOLYCROSS;
            set god_eremes,27;
-            set BaseExp,BaseExp+1220358;
+            getexp 1220358,0;
            close;
        }
        else if (god_eremes == 26) {



Thanks to Gepard and his bug report, that I searched for more set baseexp in scripts (IMG:style_emoticons/default/wink.gif)