Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. Try to look at normal official quest and see how rAthena wrote it.
  2. Start_

    @monster

    Do a custom bindatcommand (Scripts). or src modifications.
  3. Cute & Clean with RO styles! I like it.
  4. use bonus_script in item script. D:\rathena\doc\script_commands.txt line 5917
  5. I had this issue too, I only found 'tur_d03_i' maps fix. This worked, Thank you!
  6. OnPCLoginEvent: atcommand "@showexp"; end;
  7. Try repeat ./athena-start stop ./athena-start restart till it's end.
  8. No bg, no border is best in my opinions.
  9. Just set temporary variables when time run out, when input is done >> check that variables.
  10. I think it's on textures folder.
  11. #is_q1_ready = 1; //Start quest for all characters in ID then just check account variables. if(#is_q1_ready){ //Do something. }
  12. yes sure just loop all party members. D:\rathena\doc\script_commands.txt line 9877 and use specialeffect to them.
  13. Try this data too: https://github.com/Asheraf/Translation
  14. getiteminfo(xxx,2) == 4 && getiteminfo(xxx,5) == 1024 this will check costume upper headgear
  15. Any errors? Try set variables at OnClockxxx1 and debug + look how it works. And set variables again at OnClockxxx2 do the same.
  16. Use atcommand "@idsearch " + .@item_name$; to display item id by item name. If you want scripts please wait other to reply, I don't know command that work like idsearch.
  17. You can try debug by npctalk (It's more clear to know) because I forget where it is.
×
×
  • Create New...