Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. try to read what Mysterious said Topic > http://herc.ws/board/topic/2866-is-rathena-winning-the-race/#entry19008
  2. I think you need to edit item_combo_db.txt and then add the opposite of the card effect in script.
  3. try to use bindatcmd - script randomdisguise -1,{OnInit: bindatcmd "disguise "+.@randmob,strnpcinfo(3)+"::OnAtcommand"; end;OnAtcommand: if (getgmlevel() < 60) end; // Change the 60 to any minimum GM value you want to check set .@randmob, getrandmob(150,0); // 1st parameter = max level of the mob; 2nd parameter: 0 if fetching from dead branch list, 1 from poring list, 2 from bloody branch list message strcharinfo(0),"You've been disguised as: " + strmobinfo(1,.@randmob); end;} ddnt test it yet.
  4. I think it is better that you cannot delete character that carrying items, or an msg will appear that you must empty your inventory before deleting. , or before deleting an storeall command will automatically run.
  5. in your iteminfo.lua change the ClassNum = 160. you are right ClassNum = ViewID
  6. I can see that your level is 99 or maybe above because of the aura , and maybe you have skill bonuses. Note: stats will increase depending on your base/job level and job class. so I think it is normal.
  7. is it in default(Novice) job? can you provide screenshot? and you should post this in Bug Tracker
  8. then check your msgstringtable.txt if there's untranslated text..
  9. and also diff eXtract MsgStringTable.txt and [Data] Read msgstringtable.txt This option will force the client to read all the user interface messages from msgstringtable.txt instead of displaying the korean messages. (This does not fix the korean images, like buttons.)
  10. check ingame if rates are working, type @rates.
  11. yes there is, edit it on conf/battle/skill.conf and if you dont want to use renewal cast, edit src/config/renewal.h and add // on #define RENEWAL_CAST
  12. your minimap must put in texture유저인터페이스mapmapname.bmp
  13. You need to run mapcache.exe in main folder not in tools.. put does in data/
  14. did you update your mapcache.exe but first make a backup of db/re/mapcache.dat
  15. 1. edit conf/battle/exp.conf for exp rates 2. edit conf/battle/player.conf for max stats parameters and atkspeed 3. edit db/re/exp.txt and src/map/map.h for max level 4. then recompile, and your done..
  16. Welcome to the community
  17. Your welcome and I'm happy to hear that, its my pleasure
×
×
  • Create New...

Important Information

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