Jump to content

joelolopez

Members
  • Posts

    493
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by joelolopez

  1. here you can use my script :> players will get an specific item on their first login :> - script flog -1,{ OnPCLoginEvent: if(#flog!=1) { getitem 2573,1; //Archangel Wing set #flog,#flog+1; close; } }
  2. joelolopez

    help

    gonryun,154,111,5 script Convert NPC 108,{ mes "I can exchange your Emblem Of the Sun God to Cash Points."; next; mes "How many would you like to exchange?"; menu "50 ESG",gold_50,"100 ESG",gold_100,"500 ESG",gold_500,"1000 ESG",gold_1k,"5000 ESG",gold_5k,"None",end1; end1: next; mes "See you again."; close; gold_50: if (countitem(19600) < 50) goto end2; next; mes "Here you go."; set #CASHPOINTS,#CASHPOINTS+50; delitem 19600,50; mes "Thank you. Come again."; close; gold_100: if (countitem(19600) < 100) goto end2; next; mes "Here you go."; set #CASHPOINTS,#CASHPOINTS+100; delitem 19600,100; mes "Thank you. Come again."; close; gold_500: if (countitem(19600) < 500) goto end2; next; mes "Here you go."; set #CASHPOINTS,#CASHPOINTS+500; delitem 19600,500; mes "Thank you. Come again."; close; gold_1k: if (countitem(19600) < 1000) goto end2; next; mes "Here you go."; set #CASHPOINTS,#CASHPOINTS+1000; delitem 19600,1000; mes "Thank you. Come again."; close; gold_5k: if (countitem(19600) < 5000) goto end2; next; mes "Here you go."; set #CASHPOINTS,#CASHPOINTS+5000; delitem 19600,5000; dispbottom "You currently have "+ #CASHPOINTS +" Points."; <<<PUT IT HERE mes "Thank you. Come again."; close; end2: next; mes "Sorry, you don't have enough Emblems for this transaction."; close; }
  3. iz_dun05,0,0,0,0 boss_monster Kraken 2202,1,7200000,1800000,0 7200000 means 120 mins if u kill kraken, ur going to wait 30 mins before it respawn again 1800000 means 30 mins
  4. you cant diff a diffed client twice xp, thats y ur having those errors, i suggest that you should find out the client version of that client and then look for undiffed client version of that client. :>
  5. freezing status still depends on the target, because if the target hit 1~3 times the target will freeze,unless the target has a strong resistance againts freezing status the target will probably take further hits, stormgust as far as i know is 1-10 hits
  6. very good script, how can i spend my achievement points? for example achievement points trader...
  7. oh... im just confuse because of the announcement "Round 2" lol , i thought the contestant stays the same after every round.
  8. great script but i got some issues with this script -before another round starts the killed player isn't resureccted. :<
  9. ahm its a bug, i already report this issue... lets just wait for them to fix it
  10. i downloaded Arsinoe.grf and i check all the maps if its all working and complete but i notice that theres a missing textures with this following maps ars_fild57 ars_fild58 ars_fild59 ars_fild60 ars_fild61 ars_fild62 the whole map is black.... i only see small grass lol is there anyone can share their textures files for this maps....
  11. File Name: Storage Fix File Submitter: joelolopez File Submitted: 07 Jun 2013 File Category: Textures Content Author: joelolopez Hi to all the people that having a hard time looking for a solution for your storage error. first of all the reason why you're having a storage error because you have an outdated textures files for storage interface! and in order to get an updated texture files for your new storage interface, you need to download the whole new kro installer just to obtain latest files for your RO but don't worry! i provided you an easy way to get the latest texture files without spending a lot of time downloading a huge kro installer!!! i guess this is the right place for all of you guys! well let me introduce you weighting 2.20MB file "the Storage Fix!!!" this will definitely solve your storage gravity error!!! just hit the download button and put it in your data folder!!! and whoala!!! no more storage errors!!! i hope this help you guys!!! Click here to download this file
  12. im just new here in rathena, and i dont know the paying system when i upload my scripts here thats why i cant decide if im going to upload my stuffs because i didnt know how i get paid for my work i realy have some cool stuff here to sell
  13. downloading... man ill add this up on my events coz its kinda fun, nice script!!!!
  14. be sure that you include the name of your custom map on your "map_index.txt" located at : rathena\trunk\db ex. gl_chyard_ gl_cas02_ evt_bomb 1@def01 1@def02 1@def03 1@gef 1@face 1@sara 1@gef_in dali que_BR3 //<custom maps deathzone dro_pvp01 final_dest lava_pvp Coliseum magpvp hqro_pvp01 lrvend lhz_dun05 cell_game sm_pri celestiaj ================================================= check also if your custom map is included in the "maps_athena.conf" ex. map: que_BR3 <<custom map i recommend that you just copy the name of your custom maps map: deathzone in your "map_index.txt" but just add -----> map: map: dro_pvp01 before the custom map name map: final_dest map: lava_pvp map: Coliseum map: magpvp map: hqro_pvp01 map: lhz_dun05 map: lrvend map: cell_game map: sm_pri map: celestiaj
  15. sir si here's the situation i've been working with this script for a week to display the name of killed player after he logsout onpckillevent: announce (killedrid)+" just quit againts "+(strcharinfo(0))+"!!!", ((.Broadcast)?bc_all:bc_map), .PBColor$; but it always display " 0 just quit againts joelolopez!!!" or "(null) just quit againts joelolopez!!!" is there any way to display the name of my killed player after he logsout? i think some SQL thing can make this name of killed player display even after he/she logsout...
  16. is there anyway i can display my killedrid's name in an announcement after he/she logs out.. because it always says null blablabla or 0 blablabla
  17. i lost my arsinoe grf, is there anyone can share there arsinoe.grf its around 200mb thanks
  18. i already figure this out ... nevermind
  19. newb question ,how to apply the patch? xp
  20. hi Anakid how to applu this patch on our latest rathena
  21. i found this patch long ago when im looking for custom item bonuses an i found sir epoques' project, the custom item bonuses includes setrace,laststand,noconsume and other cool item bonuses... i already downloaded the patch file but i didn't know how to apply it on our latest version of rathena r17324 is there anyone can help me how to apply this custom item bonuses to my server
×
×
  • Create New...