Jump to content

botka4aet

Members
  • Posts

    176
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by botka4aet

  1. 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
  2. https://github.com/rathena/rathena/blob/master/doc/item_group.txt
  3. We could not locate the item you are trying to view.
  4. Did you add group here - https://github.com/rathena/rathena/blob/master/src/map/itemdb.hpp ?
  5. 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
  6. Sup. What files i need for working patcher? If i drop raw data.grf - patcher can't download patches Also
  7. if((countitem([email protected]) <= 1) || (Zeny < [email protected])) { mes "[Shadow Blacksmith]"; mes "You don't seem to have"; mes "enough Zeny or "+getitemname([email protected])+"..."; 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
  8. Are you sure? switch(select(" ~ Purchase ^0055FF"+getitemname([email protected][0])+"^000000:"+((((@qe1&1) || (@qe1&256) || (@qe1&512)) && @qe2 > 0 && [email protected])?" ~ 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 "[email protected]; <------- if (@qe1&256) atcommand "@changelook 1 "[email protected];<------- if (@qe1&512) atcommand "@changelook 2 "[email protected];<------- break;
  9. 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.
  10. http://www.mediafire.com/file/w22cnyady6uhp1o/ROenglishRE-master_%282%29.zip/file
  11. if (countitem(-idarmor-)) > 1) {mes "error"; close;}
  12. Just create event after login. If char job = novice and blvl = 1 and jlvl = 1 set var = 1
  13. https://rathena.org/board/topic/122544-guide-fresh-all-in-one-guide-to-implementing-maps-with-worldmap/
  14. bcs 3003 already used - https://ratemyserver.net/index.php?page=re_mob_db&mob_id=3003
  15. Check herc plugin - https://github.com/HerculesWS/StaffPlugins/blob/master/Yommy/Vend_SQL/Vend_SQL.c Convert it to rathena Good job!
  16. https://rathena.org/board/files/category/159-fully-coded-themes/
×
×
  • Create New...

Important Information

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