Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by LearningRO

  1. u can try recolor your self with act editor here for green but without BMP file green_wing.rar
  2. ouw sorry i didn't know about that ? btw what do you mean "Applied themida"?
  3. like as tittle said here collection client from 2010 - 2018 http://nemo.herc.ws/clients/ enjoy ! Credit : @4144
  4. here collection from 2010 -2018 http://nemo.herc.ws/clients/
  5. did u already diff the client with read questid2display.txt?
  6. im copy paste from github not from rathena downloader do you how to fix my problem?
  7. yes its' work witah lastest rathena
  8. infinite weapon from infinite space instance
  9. @Alayne hi , i try to use this but get error like this [Error]: instance_addmap: No maps added to instance 'Endless Cellar' (1). and No monster spawn
  10. @Hurtsky How about the colour hair it wrong too
  11. it should be this // Minimum account group id required to connect to server. // Will not function if group_id_to_connect config is enabled. // -1: disabled // 0 or more: group id min_group_id_to_connect: -1 change to 1 or 99
  12. Fixed @Vykimo bro when bard cast skill bragis the caster didn't get the status icon ? (btw in this case bard have get spirit form SL) how to fix that ?
  13. hi @Slammer, i was download and try to extract but all file inside rar is corupt can u reupload?
  14. like was functor said is script command not costume command GM, i think u missunderstand ?
  15. - script sample -1,{ OnInit: setarray .guild_id, 89,202; // allowed guild ID .guild_id_size = getarraysize(.guild_id); setarray .map$, "prtg_cas03"; // restricted map .map_size = getarraysize(.map$); for ( .@i = 0; .@i < .map_size; .@i++ ) setmapflag .map$[.@i], mf_loadevent; end; OnPCLoadMapEvent: // GMs should bypass this kind of things if ( getgmlevel() >= 99 ) end; .@map$ = strcharinfo(3); for ( .@i = 0; .@i < .map_size; .@i++ ) { if ( .@map$ == .map$[.@i] ) { // is on the map for ( .@j = 0; .@j < .guild_id_size; .@j++ ) { if ( getcharid(2) == .guild_id[.@j] ) end; // if the condition met, the player isn't warp away } warp "Save", 0,0; end; } } end; } Use this i hope its what do u want and work
  16. welcome back sir ?
  17. hi, @sader1992how about to make when player use this npc need stone to enchant the equipment ex: player want to enhant gladius with Vit+3, player must have that items and item will gone/deleted when try to enchant it possible??
  18. and where the part to setting multiple ecnhant in one npc? it's possible? without dummy the npc ?
  19. how to make example npc Upper only acept HP stone and SP stone to be ecnhant??
  20. thanks u ill try this
  21. hi, i want to ask its possible to make npc sell item but only accept specify items like only can sell red potion yellow potion blue potion ??
  22. anybody can guide me how to use this tools please???
  23. try to copy paste to your robe.php return array( false, // none array( "name" => "õ»ç³¯°³", "size" => "big" ), // robe wings array( "name" => "¸ðÇè°¡¹è³¶", "size" => "small" ), // bag of adventurer array( "name" => "¾ÈÅä´Ï¿À°¡¹æ", "size" => "small" ), // bag of adventurer array( "name" => "Æ÷¸µ°¡¹æ", "size" => "small" ), // bag of adventurer array( "name" => "Ÿ¶ôõ»çÀdz¯°³", "size" => "big" ), // robe wings of fallen angel array( "name" => "Wings_of_Michael", "size" => "big" ), // robe wings of fallen angel array( "name" => "Thanatos_Sword", "size" => "big" ), // robe wings of fallen angel array( "name" => "¿ì¸®¿¤Àdz¯°³", "size" => "big" ), // robe wings of fallen angel array( "name" => "¾Æ¹öÁö»ç¶û³¯°³2012", "size" => "big" ), // robe wings of fallen angel array( "name" => "±â¸°Àdz¯°³", "size" => "big" ), // robe wings of fallen angel array( "name" => "°ËÀdz¯°³", "size" => "big" ), // robe wings of fallen angel array( "name" => "¼Ò¾Ç¸¶³¯°³", "size" => "big" ), // robe wings of fallen angel array( "name" => "´ë¾Ç¸¶³¯°³", "size" => "big" ), // robe wings of fallen angel array( "name" => "ÇູÀdz¯°³", "size" => "big" ), // robe wings of fallen angel array( "name" => "·çµå¶óÀdz¯°³", "size" => "big" ), // robe wings of fallen angel array( "name" => "¿äÁ¤ÀÇÆÄ¶õ³¯°³", "size" => "big" ) // robe wings of fallen angel );
  24. still can't fix this problem already use last ROChargen by @Akkarin somebody can help me please?
×
×
  • Create New...