Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Hatake Kakashi

Members
  • Posts

    825
  • Joined

  • Last visited

Everything posted by Hatake Kakashi

  1. need data folder with mounts sprite ryt? when i @item 12622 its unknown item. apple.
  2. where can i get sprites of mount. i download rathena svn with mount from here. http://rathena.org/b...1584#entry81584 *bump
  3. this is not working. i totally diff this but still when i put diff patched into my RO Folder. and i click it nothings happen. can't open.. i dont know why.. *bump............................... help. please i need already diff and hexed. thanks..
  4. i already download my client here. http://svn6.assembla.com/svn/ClientSide/Diff_Project/kRO/RagexeRE/
  5. i already recompile at src/common/mmo.h client date but still got that error. damn....
  6. who has gm password but no sql. only at script?
  7. i need this client bcoz when i diff it. and i open it, nothings happen when i open. client not open. please give me this client diff. 2 diffs. w/ Allow Dual Login and Disabled Dual Login. and allow service select... thanks........... *bump* hmmm?
  8. if you exp. bug or error for this software. just pm me. thanks.......
  9. in the assassin weapon this is include? |----/¾Î¼¼½Å the "|----/"
  10. who have this palette for trans. job only? i have palette but 3rd job supported. thanks.
  11. its GRF Factory. im using GRF Factory, try it. http://ratemyserver.net/download_agent.php?type=1&file_num=3
  12. done! but there's a bug on this script. if you click npc says, only novice are allowed to join this PvP Room. but i edit it into champion? hmmm......... prontera,156,167,3 script Champion 100,{ mes .n$; if(Class != .class) { mes "I'm sorry, but only "+jobname(.class)+"s are allowed to join this PvP Room."; close; } mes "Do you want to go to the PvP Room?"; if(select("- Yes:- No") - 1) close; close2; warp "pvp_y_2-2",0,0; end; OnInit: set .n$,"["+strcharinfo(0)+"]"; // NPC Name set .class,4016; // Allowed Class end; }
  13. omg. there's an error again. wew prontera,156,167,0 script Champion 100,{ mes .n$; if(Class != .class) { mes "I'm sorry, but only "+jobname(.class)+"s are allowed to join this PvP Room."; close; } mes "Do you want to go to the PvP Room?"; if(select("- Yes:- No") - 1) close; close2; warp pvp_y_2-2,0,0; end; OnInit: set .n$,"["+strcharinfo(0)+"]"; // NPC Name set .class,Job_Champion; // Allowed Class setarray .map$[0],"pvp_y_2-2","0","0"; // Coordinates: These entries require the '"'. end; }
  14. can i disable for GM Login? only in player login. thanks.
  15. on chris script. how to change the job?
  16. - script Freebies -1,{ OnPCLoginEvent: // 1st: Announce login Announce(StrCharInfo(0) + " has logged in.", bc_all); // 2nd: Check freebies if(!#FREEBIES) { GetItem(2830, 2); GetItem(2831, 2); Set(#FREEBIES, 1); } // Event ends End(); }
×
×
  • Create New...