Jump to content

jobbyray25

Members
  • Posts

    46
  • Joined

  • Last visited

Everything posted by jobbyray25

  1. wow thanks this is what ive been looking for thank you
  2. i have my own server which is 255/120 then my friend has his server to due to financial problem he close his server, and sold the server to me buti have only 1 VPS so i search arround and i find out that i can make it but i dont know how to do it so please help me so when the player login their account it will show NameofServer ( Extreme ) NameofServer2 ( HighRate) something like this ......
  3. i will try this later when i got home, because now im at work
  4. Capuche Your the best....... you always reply on my post thank you soooooooooooooo much /thx /thx
  5. its telling error in line 3 i fix the error now in line 3 its showing Missing 1 right curlys at file " ,,,,,,, " in line 34
  6. prontera,158,183,4 script RagnarokOnline 47,{ end; OnInit: OnTimer1000: delwaitingroom; waitingroom getmapusers("prontera")+" player"+( getmapusers("prontera") > 1 ? "s":"") +" in Prontera", 0; initnpctimer; } can you edit this one to the whole server not only to the prontera map?? prontera,155,186,5 script Server Time(+8GMT) 790,{ end; OnInit: while(1) { set .@hour,gettime(3); set .@minute,gettime(2); delwaitingroom; waitingroom "Clock "+(.@hour > 12?""+(.@hour-12)+":"+(.@minute >= 10?""+.@minute+"":"0"+.@minute+"")+" PM":""+.@hour+":"+(.@minute >= 10?""+.@minute+"":"0"+.@minute+"")+" AM")+"",0; sleep 59000; } } can you add the second for this one?? and last //===== Hercules Script ====================================== //= Healer //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= Hercules //===== Description: ========================================= //= Basic healer script. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Aligned coordinates with @go. //============================================================ - script Healer -1,{ set .@Price,0; // Zeny required for heal set .@Buffs,1; // Also buff players? (1: yes / 0: no) set .@Delay,0; // Heal delay, in seconds if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0),"Healing costs "+.@Price+" Zeny."; if (Zeny < .@Price) end; if(select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end; set Zeny, Zeny-.@Price; } specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; end; } // Duplicates //============================================================ alberta,25,240,6 duplicate(Healer) Healer#alb 909 aldebaran,135,118,6 duplicate(Healer) Healer#alde 909 amatsu,200,79,4 duplicate(Healer) Healer#ama 909 ayothaya,207,169,6 duplicate(Healer) Healer#ayo 909 comodo,184,158,6 duplicate(Healer) Healer#com 909 einbech,57,36,6 duplicate(Healer) Healer#einbe 909 einbroch,57,202,6 duplicate(Healer) Healer#einbr 909 geffen,115,72,6 duplicate(Healer) Healer#gef 909 gonryun,156,122,6 duplicate(Healer) Healer#gon 909 hugel,89,150,6 duplicate(Healer) Healer#hug 909 izlude,125,118,5 duplicate(Healer) Healer#izl 909 jawaii,250,139,4 duplicate(Healer) Healer#jaw 909 lighthalzen,152,100,6 duplicate(Healer) Healer#lhz 909 louyang,226,103,4 duplicate(Healer) Healer#lou 909 manuk,272,144,6 duplicate(Healer) Healer#man 909 mid_camp,203,289,6 duplicate(Healer) Healer#mid 909 moc_ruins,72,164,4 duplicate(Healer) Healer#moc 909 morocc,153,97,6 duplicate(Healer) Healer#mor 909 moscovia,220,191,4 duplicate(Healer) Healer#mos 909 niflheim,212,182,5 duplicate(Healer) Healer#nif 909 payon,179,106,4 duplicate(Healer) Healer#pay 909 prontera,152,183,4 duplicate(Healer) Healer#prt 640 rachel,125,116,6 duplicate(Healer) Healer#rac 909 splendide,201,153,4 duplicate(Healer) Healer#spl 909 thor_camp,249,74,4 duplicate(Healer) Healer#thor 909 umbala,105,148,3 duplicate(Healer) Healer#umb 909 veins,217,121,4 duplicate(Healer) Healer#ve 909 xmas,143,136,4 duplicate(Healer) Healer#xmas 909 yuno,164,45,4 duplicate(Healer) Healer#yuno 909 // Duplicates (Renewal) //============================================================ brasilis,194,221,6 duplicate(Healer) Healer#bra 909 dewata,195,187,4 duplicate(Healer) Healer#dew 909 dicastes01,201,194,4 duplicate(Healer) Healer#dic 909 ecl_in01,45,60,4 duplicate(Healer) Healer#ecl 909 malangdo,132,114,6 duplicate(Healer) Healer#mal 909 malaya,205,205,6 duplicate(Healer) Healer#ma 909 mora,55,152,4 duplicate(Healer) Healer#mora 909 // Custom Duplicate //turbo_room,106,117,3 duplicate(Healer) Healer#turbo 811 can you add an chatroom that will display whos the last player use the npc example in chat room player1 has is healed (something like that ill edit what wil i put there when its done) thanks in advance for whos going to help me with this
  7. Reply anyone its not working - script WOE_BLOCK -1,{ OnAgitStart: OnAgitStart2: // When WOE starts, kick all GMs. addrid(0); OnPCLoadMapEvent: if ( getgmlevel() > 0 && ( agitcheck() || agitcheck2() ) && compare( strcharinfo(3),"g_cas0" ) ) { dispbottom "You can't warp in a castle during woe."; warp "prontera",0,0; } end; ) aldeg_cas01 mapflag loadevent aldeg_cas02 mapflag loadevent aldeg_cas03 mapflag loadevent aldeg_cas04 mapflag loadevent aldeg_cas05 mapflag loadevent payg_cas01 mapflag loadevent payg_cas02 mapflag loadevent payg_cas03 mapflag loadevent payg_cas04 mapflag loadevent payg_cas05 mapflag loadevent prtg_cas01 mapflag loadevent prtg_cas02 mapflag loadevent prtg_cas03 mapflag loadevent prtg_cas04 mapflag loadevent prtg_cas05 mapflag loadevent gefg_cas01 mapflag loadevent gefg_cas02 mapflag loadevent gefg_cas03 mapflag loadevent gefg_cas04 mapflag loadevent gefg_cas05 mapflag loadevent
  8. can you please be more specific because im just a new scripter and this is an advance for me so please help
  9. its not poring coin sir.... 10pcs Yggdrassil berry = 1pc Yggdrassil berry box 10pcs Poison Bottle = 1pcs Poison bottle box
  10. Can i Request an npc of YGG berry Poison bottle and Box of Thunder Trader all in one npc example What you like to trade YGG Berry Box of Thunder Poison Bottle then if they choose YGG or Posion bottle or BOT input multiple of 10 10pcs = 1 box something like that thanks for in advance!
  11. can you post it how you fix it?
  12. is there an converter of sql to txt file ?? because my server is all txt file, and one of my old RO server offer me his server but his server is in sql and i want to use his items mobs etc but i dont know how to put the sql file? so im trying to convert it manually but it will take me weeks to finish the 500+ custom or more than 500 so anyone has suggestion
  13. i try using search but i cant find it can u tell me the link or what should i search because i try searching guild ranker and i cant find it
  14. Can anyone share thier guild ranker script or can any1 make a guild ranker script for the most emp break if this is already ask please send me link
  15. How to edit the Daily login Reward? and very very Helpful scripts
  16. tnx capuche y the script its not working still i can enter the castle - script WOE_BLOCK -1,{ OnAgitStart: OnAgitStart2: // When WOE starts, kick all GMs. addrid(0); OnPCLoadMapEvent: if ( getgmlevel() > 0 && ( agitcheck() || agitcheck2() ) && compare( strcharinfo(3),"g_cas0" ) ) { dispbottom "You can't warp in a castle during woe."; warp "prontera",0,0; } end; } aldeg_cas01 mapflag loadevent aldeg_cas02 mapflag loadevent aldeg_cas03 mapflag loadevent aldeg_cas04 mapflag loadevent aldeg_cas05 mapflag loadevent payg_cas01 mapflag loadevent payg_cas02 mapflag loadevent payg_cas03 mapflag loadevent payg_cas04 mapflag loadevent payg_cas05 mapflag loadevent prtg_cas01 mapflag loadevent prtg_cas02 mapflag loadevent prtg_cas03 mapflag loadevent prtg_cas04 mapflag loadevent prtg_cas05 mapflag loadevent gefg_cas01 mapflag loadevent gefg_cas02 mapflag loadevent gefg_cas03 mapflag loadevent gefg_cas04 mapflag loadevent gefg_cas05 mapflag loadevent
  17. i want all gm lvl's cant enter the castle because in my server we are 2 lvl 99 gm and lv 80 and 2 police 2 event gm so please as much as possible all gm's cant enter
  18. @capuche is that all GM?? even lv99 or 100 gm cnt enter either
  19. or just a script that any GM cannot enter any agit
  20. i would like again to ask a script that only GM can access the NPC and it will list the items of player who has the most rare MVP card and coins in the server example: TOP 10 Player who has the most Mirthil Coin 1.player1 2.player2 etc etc etc because its very hard for me to check each and every account because i can sense a corrupt GM and i just cant blame it to them because i cought 2 accounts with more than 1k mithril coin and mithril coin to my server is 2% drop rate only and my server is just 1week old, thanks and best Regards
  21. wow thank you so much EUPHY this is what i need, ill try this later when i got home
  22. can i request a script that a GM will automatically disconnect during WOE time, or they cannot login because im not on my server every WOE time and i saw that some of my GM uses there GM powers during WOE, please help me with this i saw it at the CPANEL
  23. @lil thank you so much for the effort, ill try this later when i got home
  24. its just hourlypoints to mithril coin.. only that but for now i dont need to convert it as of now i need is the npc thats shows who has the most hourly points, and thanks for your reply guys i cannot qoute your messages because im at work ill try these script when i got home, and just an npc that can buy cards using hourly points, and this houourly points will continue is they change char ?? what i mean is if they have two char or more but they aleays using the sinx and they have 100 hourly points if they switch to the other character does the points will continue in the 2nd char??
  25. thank you lil for the reply , i hope some1 will help me with this and do you have an npc script that will exchange the points to mithril coin??
×
×
  • Create New...