Jump to content

Start_

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. Use latest rAthena. It's better than using old version.
  2. It's already on, Try hunt sphinx dungeons 4th floor. Otherwise use Random Option npcs.
  3. change getiteminfo type (doc/script_command (Find *getiteminfo), doc/item_db (For type list)).
  4. mes "quantity"; input .@q; next; mes "item id"; input .@i; if(getiteminfo(.@i,2)<=0){ setarray $item_non_exist[getarraysize($item_non_exist)],.@i; clear; mes "non existed"; close; } getitem .@i,.@q; mes "Here you go"; close;
  5. Sorry, Try use 20180620 skillinfo too.
  6. Maybe item script didn't goes to converted items? Because effect are based on item scripts.
  7. Here it is data > msgstringtable.txt
  8. Use Chris data 2020 folders. https://github.com/llchrisll/ROenglishRE
  9. Use getcharip (\doc\script_commands.txt line 2530)
  10. That error said no files has been found. Maybe try to created a new one? Or copy from other clients.
  11. Use isloggedin commands. rathena\doc\script_commands.txt lines 10023 for example.
  12. Make sure you enable BGM on game settings. (opensetup.exe)
  13. Sound like Custom Guild Storage to me. Try duplicate Guild Storage src maybe?
  14. Did you used GM accounts? If so try with normal accounts.
  15. /effect /mineffect /aura /aura2 Try it, It's should show if you didn't change anything since it worked.
  16. Use clean rAthena from github, Make sure you didn't play as GM.
  17. conf > maps_athena >> Uncomment moc_fild10
  18. Do you mean DEF by vit right? If that so I think it's located on src folders. You should use {find all, find in files} function with DEF, VIT keywords. And find where the def by vit located. After you found it adjust it and compile.
  19. .@ mean this variable will deleted after you finish with that npcs. $ mean 'server variable' For more info please look at doc > script_commands For the randomize you should do set .Rand1, rand( getarraysize(.Ref) ); Again because it's located above 4 getitembound. The simple way is. Getitem > rand > Getitem> rand and so on.
  20. Check your iteminfo. If you had any error on enter game you should track that error lines.
  21. Have you export .bmp as 24 bit? And make sure you keep the size as same as official.
×
×
  • Create New...