Jump to content

Legend

Members
  • Content Count

    375
  • Joined

  • Days Won

    5

Posts posted by Legend


  1. Hi guys!

     

    I wanted to make a change in a phrase but I couldn't find the file that contained the phrase.

     

    the phrase is " Total : (amount) Zeny " and it is shown when you buy items from a dealer.

     

    I thought it should have been in msgstringtable.txt, however, it wasn't there.

     

    pic:

    where.png

     

    thanks!

     

     

     

     

    Use hex editor and find this line:

     

     

    00 00 54 6F 74 61 6C 20 3A 20 25 73 20 5A 65 6E 79 00

     

    Change those part on red label


  2.  

    Latest clients with doram features are not yet supported with herc

     

     

    dorams skill not implemented yet in hercules

     

    this is 3CeAM section, not hercules

    Oops i didnt notice that. Lol, sorry.


  3.  

    I tried this, think I did something wrong.
     
    -    script    Armor Remover    FAKE_NPC,{
    OnPCLoadMapEvent:
        if(strcharinfo(3) == "ama_fild01" && getequipisequiped(EQI_ARMOR) {
            unequip EQI_ARMOR;
        }
        end;
        
    OnInit:
        setmapflag "ama_fild01",mf_loadevent,1;
        end;
    }
    

     

    You forgot to add 1 more closing parenthesis after EQI_ARMOR

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.