Jump to content

botka4aet

Members
  • Posts

    211
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by botka4aet

  1. atcommand "@option X Y Z"; doesn't work?
  2. If you use latest client - just add files from Renewal to your client folder
  3. OnDiceStart: //-- Dice Event Use this part
  4. Change npctalk "Disguise Event : You took too long to guess what I was. Please wait 10 seconds while I disguise again."; to npctalk "Disguise Event : You took too long to guess what I was "+$MonsterName$+". Please wait 10 seconds while I disguise again."; and check correct answer
  5. https://github.com/rathena/rathena/blob/master/doc/item_group.txt
  6. Do you even try use sclientinfo?
  7. Use correct wan ip
  8. We could not locate the item you are trying to view.
  9. Did you add group here - https://github.com/rathena/rathena/blob/master/src/map/itemdb.hpp ?
  10. I wanna get unique items from nonkro servers
  11. So you can warp to 1@infi ?
  12. https://github.com/rathena/rathena/blob/master/db/re/item_group_db.txt also read how add - https://github.com/rathena/rathena/blob/master/doc/item_group.txt
  13. you can limit hete if(.@amount > .@max || .@amount == 0 || .@amount > 500){
  14. Sup. What files i need for working patcher? If i drop raw data.grf - patcher can't download patches Also
  15. if((countitem(.@material) <= 1) || (Zeny < .@price)) { mes "[Shadow Blacksmith]"; mes "You don't seem to have"; mes "enough Zeny or "+getitemname(.@material)+"..."; mes "Go get some more. I'll be"; mes "here all day if you need me."; close; } //NEW else if (countitem(getequipid(.part)) > 1) { mes "ERROR"; close;} //NEW END
  16. you must config WAN ip Do you add RO translation?
  17. Are you sure? switch(select(" ~ Purchase ^0055FF"+getitemname(.@q[0])+"^000000:"+((((@qe1&1) || (@qe1&256) || (@qe1&512)) && @qe2 > 0 && !@qe6)?" ~ Preview...":"")+": ~ ^777777Cancel^000000")) { case 2: set @qe3, getlook(3); set @qe4, getlook(4); set @qe5, getlook(5); set @qe6,1; if (@qe1&1) atcommand "@changelook 3 "+@qe2; <------- if (@qe1&256) atcommand "@changelook 1 "+@qe2;<------- if (@qe1&512) atcommand "@changelook 2 "+@qe2;<------- break;
  18. Yes. Also about Moonlight - it's same?
  19. Common people update rathena. If something missing - people just don't have time to do it. You can help and fix it! I think that most content compatible with any client. Untill you have proper files.
  20. http://www.mediafire.com/file/w22cnyady6uhp1o/ROenglishRE-master_%282%29.zip/file
  21. if (countitem(-idarmor-)) > 1) {mes "error"; close;}
  22. Just create event after login. If char job = novice and blvl = 1 and jlvl = 1 set var = 1
  23. https://rathena.org/board/topic/122544-guide-fresh-all-in-one-guide-to-implementing-maps-with-worldmap/
  24. https://github.com/llchrisll/ROenglishRE
×
×
  • Create New...