Jump to content

Alvins182

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by Alvins182

  1. use hamachi instead if you dont know how to portforward.
  2. @TS You can use hamachi host your own server at home
  3. { bonus5 bAutoSpell,"ASC_EDP",1,20,BF_SKILL,1; } Change the 1 to 0 otherwise the buff is directed at your targets.
  4. you can request an Open Port to your service provider.
  5. Insted on localhost ung lanip mo ilalagay. https://www.google.com.ph/?gws_rd=ssl#q=how+to+port+forward+ragnarok
  6. He mine xrayclient the old one.. lol https://eathena.ws/board/Hexed-Client-With-Custom-Icon-t183338.html
  7. oo if vps lang gamit or TXT server pwd default lang gamitin.. ung naka bold lang pwd mo e edit dipendi kung saan ung sql mo
  8. pwd lang inter_athena.conf e edit mo.. ung sa char at map mo pwd default lang. if e change mo ung s1 at p1 sa map at char dun ka mag edit na. at sa server name.
  9. [spoiler=Try this one. Made by RIkimaru] // = Script made by RIKIMARU on rathena.org // = Profile Link : // = http://rathena.org/board/user/434-rikimaru/ // = ENJOY THIS SCRIPT! //=================================================================================== // //=====// /==/ /==/ /==/ // // // /==/ /==/ /=/ /==/ // //=====// /==/ /=/ /==============/ /========/ /==//===/ /==/ /==/ // //=////// /==/ /==//=/ /==/ /==/==/==/==/==/ / / / /==/ /==/ /==/ // // == /==/ /==//=/ /==/ /==/ /==/ /==/ ======/ / /==/ /==/ /==/ // // == /==/ /==/ /=/ /==/ /==/ /==/ /==/ / /===/ / /==/ /==/ /==/ // // == /==/ /==/ /=/ /==/ /==/ /==/ /==/ / /===/ / /==/ /==/=====/==/ // // == /==/ /==/ /=/ /==/ /==/ /==/ /==/ /========/ /==/ /==///////==/ // ================ eAthena Script ================================================== // ============== Information ======================================================= // = MVP Arena + MVP Arena Warper // = Made by : // = Rikimaru //===== Current Version: =================================================== //= 1.3 //===== Compatible With: =================================================== //= eAthena Revision //===== Description: ======================================================= //= MVP Arena + Warper with the newest MVP's added to the Script //= LHZ MVP's have a higher cost than normal MVP's,remember that. //===== Additional Comments: =============================================== //= 1.0 Finished the Script [Rikimaru] //= 1.1 Shorted by llchrisll //= 1.2 Added new MVP'S like Boitata and the new LHZ MVP's [Rikimaru] //= 1.3 fixed a little Bug in the arrays,which was caused by me. [Rikimaru] //========================================================================= //= DO NOT REMOVE MY AND CHRIS CREDITS AND CLAIM OUR WORK AS YOURS //========================================================================= prontera,141,181,5 script MVP Warper 100,{ // ================== Settings ============================================ set .@n$,"^0000FF[ MVP Warper ]^000000"; // ============= End of Settings ========================================== mes .@n$; mes "I can warp you to the MVP Room,do you want to go there?"; next; switch(select("Yes!:No!")) { case 1: mes .@n$; mes "Okay I'm going to warp you."; warp "guild_vs1",50,50; close; case 2: mes .@n$; mes "Okay bye!"; close; } } //========================= First Script End =============// //================== MVP Summoner ========================// guild_vs1,50,57,5 script MVP Summoner 790,{ set .@nsummon$,"^0000FF[ MVP Summoner ]^000000"; mes .@nsummon$; mes "Hello,I'm able to spawn MVP's."; mes "Which MVP do you want me to spawn?"; mes "1 MVP costs "+.zeny[1]+" Zeny"; mes "LHZ MVPs and Thanatos have a"; mes "cost of "+.zeny[2]+" Zeny."; next; set .@m,select(.smenu$) - 1; mes .@nsummon$; mes "Okay let me check if you have enough Zeny."; if( Zeny < .zeny[.mobze[.@m]] ) { mes "You don't have enough money"; close; } else { close2; set Zeny, Zeny - .zeny[.mobze[.@m]]; atcommand "@spawn "+.mobid[.@m] + " "+.mobam[.@m]; npctalk "[ MVP Summoner]: "+getmonsterinfo(.mobid[.@m],0) +" Spawned!"; end; } OnInit: setarray .zeny[1],50000000,250000000; // 50m,250m Zeny // Mob IDs setarray .mobid[0],1511,1647,1785,1630,1039,1874,2068,1272,1719,1046,1389,1112,1115,1418,1871,1252,1768,1086,1885,1649,1651,1832,1492,1734,1251,1779,1688,1646,1373,1147,1059,1150,1087,1190,1038,1157,1159,1623,1650,1583,1708,1312,1751,1648,1658; // Mob Spawn Amount setarray .mobam[0],1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1; // Price: Entry as Index from .zeny // 1 = .zeny[1] - 2 = .zeny[2] setarray .mobze[0],1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,2,2; set .smenu$,""; for( set .@s,0; .@s < getarraysize(.mobid); set .@s,.@s + 1) { // Skips an Monster if it does not exist in the db if(getmonsterinfo(.mobid[.@s],0) == "" || getmonsterinfo(.mobid[.@s],0) == "null") continue; // else adding it to the menu set .smenu$,.smenu$ + "- "+getmonsterinfo(.mobid[.@s],0) + ( (.mobid[.@s+1] == 0)?"":":"); } end; } guild_vs1,31,68,5 duplicate(MVP Summoner) MVP Summoner#1 790 guild_vs1,31,31,5 duplicate(MVP Summoner) MVP Summoner#2 790 guild_vs1,68,31,5 duplicate(MVP Summoner) MVP Summoner#3 790 guild_vs1,68,68,5 duplicate(MVP Summoner) MVP Summoner#4 790
  10. dont apply many custom script or custom items on your server.
  11. mag install ka ng xampp for the sql. kung gusto mong mag sql.pwd na yun sa LOCALHOST. NOTE: XAMPP lang install mo package nayan sa mysql at apache,.
  12. oh, it's ok for the host on RO server..but is your desktop pc ready to power on 24/7? i advice you can find a host for your RO like vps or RO Services rather than your pc, it cost $ on your electric bill
  13. how about make it item on pay? like 674.
  14. Try This script. with sound. - script DOTAPVP -1,{ OnPCKillEvent: set @PlayersKilledStreak,@PlayersKilledStreak + 1; set PlayersKilled,PlayersKilled + 1; getmapxy .map$,.@x,.@y,0; if (!attachrid(killedrid)) end; message strcharinfo(0),"You have been killed by "+ rid2name(killerrid); if (@PlayersKilledStreak >= 10) callsub L_endStreak,"Beyond Godlike"; if (@PlayersKilledStreak >= 9) callsub L_endStreak,"Godlike"; if (@PlayersKilledStreak >= 8) callsub L_endStreak,"Monster Kill"; if (@PlayersKilledStreak >= 7) callsub L_endStreak,"Wicked Sick"; if (@PlayersKilledStreak >= 6) callsub L_endStreak,"Unstoppable"; if (@PlayersKilledStreak >= 5) callsub L_endStreak,"Mega-kill"; if (@PlayersKilledStreak >= 4) callsub L_endStreak,"Dominating"; if (@PlayersKilledStreak >= 3) callsub L_endStreak,"Killing Spree"; else goto L_endStreak2; L_endStreak: announce rid2name(killerrid) +" has ended "+ strcharinfo(0) +"'s "+ getarg(0) +" streak at "+ .map$,0; L_endStreak2: set @PlayersKilledStreak,0; if (!attachrid(killerrid)) end; if (@PlayersKilledStreak == 3) callsub L_Streak,"killingspree.wav","on a KILLING SPREE",""; if (@PlayersKilledStreak == 4) callsub L_Streak,"dominating.wav","DOMINATING!",""; if (@PlayersKilledStreak == 5) callsub L_Streak,"megakill.wav","on a MEGA Spree!",""; if (@PlayersKilledStreak == 6) callsub L_Streak,"unstoppable.wav","UNSTOPPABLE!",""; if (@PlayersKilledStreak == 7) callsub L_Streak,"wickedsick.wav","WICKED SICK!",""; if (@PlayersKilledStreak == 8) callsub L_Streak,"monsterkill.wav","on a MONSTER Spree!",""; if (@PlayersKilledStreak == 9) callsub L_Streak,"godlike.wav","GODLIKE!",". Will someone ever stop him/her?"; if (@PlayersKilledStreak >= 10 && !(@PlayersKilledStreak % 2)) callsub L_Streak,"holyshit.wav","BEYOND GODLIKE!",". Someone kill him/her!"; goto OnWhisperGlobal; L_Streak: announce strcharinfo(0) +" is "+ getarg(1) +" with "+ @PlayersKilledStreak +" kills at "+ .map$ + getarg(2),0; soundeffectall getarg(0),0,.map$; return; OnWhisperGlobal: dispbottom "Your current Streak : "+ @PlayersKilledStreak; dispbottom "Your total Kills : "+ PlayersKilled; end; }
×
×
  • Create New...