Jump to content

Renji Abarai

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by Renji Abarai

  1. // items not allowed in PVP NoPotion setarray .NoPotion_ids[0],607,608,504; <<<<<<<<<<<<< IM USING LORD KNIGHT (( I CAN STILL ENTER IN "NO POTION PVP" EVEN I HAVE THIS ITEMS IN MY INVENTORY ((
  2. MY PVP WARPER IS NOT WORKING PROPERLY i have two minor problem's. Problem #1: PvP No Potion (Berrys , Ygg seed , Any potions , etc. are restricted) // items not allowed in PVP NoPotion setarray .NoPotion_ids[0],607,608,504; <<<<<<<<<<<<< I CAN STILL ENTER IN NO POTION PVP EVEN I HAVE THIS ITEMS (( Problem #2: PvP Non Donator (Got Items are restricted here) // items not allowed in Non Donator PVP setarray .NoDonator_ids[0],2410,1530,13455; <<<<<<<<<<<<< I CAN STILL ENTER IN NO POTION PVP EVEN I HAVE THIS ITEMS (( HERE's THE CODE BELOW. :'(
  3. Your grf > data > cardpostfixnametable.txt THANKS FOR THE HELP!!!! BIG THANKS!!! ITS NOW WORKING PROPERLY ))
  4. Your grf > data > cardpostfixnametable.txt i did not put Imp Hat on cardpostfixnametable.txt (( help
  5. Ancient God Quest: (Can you make it to me ONE NPC Only???) You must bring him the following: 300 Hand of God 200 Wings of Red Bat 50 Horseshoe 10 Young Twig 10 Agate 1st Requirements. 300 Star Crumb 300 Star Dust 300 Witched Starsand 500 Rune of Darkness 1 Moonlight Dagger 10 Turquoise 10 Citrin 2nd Requirements: 500 Fin 500 Gill 100 Mystic Frozen 10 Biotite 1 Trident[3] 10 Ice Scale 3rd Requirements: 666 Rune of Darkness 666 Evil Horn 666 Little Evil Wing 666 Little Evil Horn 10 Will of Red Darkness 10 Gemstone 10 Bone Piece Armor 1 Ancient Cape 4th Requirements: 100 Flame Heart 100 Burning Heart 10 Tiger Footskin 10 Phologopite 10 Matchstick 5th Requirements: 300 Rouge 300 Reins 300 Witherless Rose 300 Heart of Mermaid 10 Pocket Watch 6th Requirements: 500 Fine Sand 300 Earth Converters 100 Stone Fragment 10 Talon of Griffon 7th Requirements: 500 Armor Piece of Dullahan 500 Destroyed Armor 300 Broken Sword 10 Shining Spear Blade 10 Piece of Shield Last Requirements: 5 Emblem of Sun God 5 Snow Crystal 5 Ripple 5 Billow 5 Breath of Spirit 5 Omen of Tempest 50 Tribal Solidarity After completing this quest, the NPC will RANDOMLY give you one item from the possible rewards list. Example Donate Item 1 Donate Item 2 Donate Item 3 Donate Item 4
  6. anyone please help me on my script the npc/script not working properly can you double check it? can't talk to the npc after 3sec .. i think its only just a logic error, i have no idea where the error is here's the code of script //===== eAthena Script ======================================= //= Royal Rumble Event //===== By: ================================================== //= Masao //===== Current Version: ===================================== //= 2.0 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= //= Starts an little PvP Event when a total of 10 Players //= have Signed Up. After that every 30 seconds //= a new Player will be warped onto the PvP Map until //= all 10 Players have been warped. //===== Additional Comments: ================================= //= Version 1.0 [Masao] //= Verison 1.1 added GM Control Panel & Autostart [Masao] //= Version 2.0 complete re-script [Masao] //============================================================ prontera,155,185,4 script Royal Rumble 946,{ set .@n$,"[Royal Rumble]"; if (getgmlevel() >= 99) goto L_GMCP; mes .@n$; mes "Hello "+strcharinfo(0)+","; mes "I'm the Royal Rumble NPC, you can Sign Up here for the Royal Rumble Event!"; mes ""; mes "So, would you like to Sign Up?"; next; menu "Yes, please!",-,"Royal Rumble?!",L_R,"No, thanks.",L_E; if(.rrp == 10) { mes .@n$; mes "I'm sorry but the Event already begun!"; close; } set .rrp,.rrp+1; set .rra[.rrp],getcharid(3); set @rre,1; set @rre2,1; if(.rrp < 10) { mes .@n$; mes "Allright, you have been signed up. As soon as the Event beginns you'll see an Broadcast."; close; } mes .@n$; mes "Allright, you have been signed up. The Event beginns now!"; close2; initnpctimer; disablenpc "Royal Rumble"; announce "The Royal Rumble Event beginns now! The first 2 players will now be warped into the Royal Rumble Arena!",bc_all; end; L_R: mes .@n$; mes "The Rules are very easy!"; mes "Just Sign Up to the Game and then wait until a total of 10 Players have Signed Up, as soon as this happens the Game will start."; mes "When the Event starts 2 Players will be warped onto an PvP Map, then they fight each other, the loser get warped out and the Winner stays."; mes "And after the first 2 Players have been warped in, every 30 Seconds a new Player will be warped onto the Map."; mes "As soon as the last player is killed on the Map the Game will end and the last survivor is the Winner!"; mes "And that's all, have Fun and good Luck!"; close; L_E: mes .@n$; mes "Ok, bye."; close; L_GMCP: mes .@n$; mes "Hello "+strcharinfo(0)+","; mes "what can i do for you?"; switch(select("Start Event!:End Event.:Set Prize:Cancel")) { case 1: next; mes .@n$; mes "Allright, the Event starts now!"; close2; enablenpc "Royal Rumble"; for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre == 1) { set @rre,0; set @rre2,0; detachrid; } } } set .rrp,0; deletearray .rra[0],128; mapwarp "guild_vs3","prontera",155,185; announce "The Royal Rumble Event is Open now! prontera 155 185",bc_all; end; case 2: next; mes .@n$; mes "Allright, the Event ends now!"; close2; disablenpc "Royal Rumble"; for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre == 1) { set @rre,0; set @rre2,0; detachrid; } } } set .rrp,0; deletearray .rra[0],128; mapwarp "guild_vs3","prontera",155,185; announce "The Royal Rumble Event has been ended by an GM!",bc_all; end; case 3: next; mes .@n$; mes "The current Prize is "+getitemname($rr_id)+", would you like to change it?"; switch(select("No:Yes")) { case 1: next; mes .@n$; mes "Ok, bye."; close; case 2: next; mes .@n$; mes "Ok, then please insert now the new Item ID"; input $rr_id; next; mes .@n$; mes "And now the Amount please."; input $rr_amount; next; mes .@n$; mes "Allright, so the Prize now is ^008000"+$rr_amount+" "+getitemname($rr_id)+"^000000"; close; } case 4: next; mes .@n$; mes "Ok, bye"; close; } OnPCDieEvent: getmapxy .@m$,.@x,.@y,0; if(.@m$ == "guild_vs3") { for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre == 1) { set @rre,0; warp "prontera",155,185; } detachrid; } } set .rrp,.rrp-1; } end; OnPCLogoutEvent: getmapxy .@m$,.@x,.@y,0; if(.@m$ == "guild_vs3") { for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre == 1) { set @rre,0; save "prontera",155,185; } detachrid; } } set .rrp,.rrp-1; } end; OnPCKillEvent: getmapxy .@m$,.@x,.@y,0; if(.@m$ == "guild_vs3") { if(.rrp <= 1) { for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre == 1) { dispbottom "Congratulations "+strcharinfo(0)+"!"; dispbottom "You won the Royal Rumble Event!"; dispbottom "Here is your Prize, and see you next time!"; getitem $rr_id,$rr_amount; set @rre,0; warp "prontera",155,185; } detachrid; announce strcharinfo(0)+" won this Game of Royal Rumble! Congratulations!",bc_all; } } deletearray .rra[0],128; } } end; OnTimer1000: for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre2 == 1) { set @rre2,0; warpchar "guild_vs3",0,0,.rra[.@i]; } end; } } end; OnTimer1100: for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre2 == 1) { set @ree2,0; warpchar "guild_vs3",0,0,.rra[.@i]; } end; } } end; OnTimer30000: OnTimer60000: OnTimer90000: OnTimer120000: OnTimer150000: OnTimer180000: OnTimer210000: OnTimer240000: OnTimer270000: OnTimer300000: for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre2 == 1) { set @rre2,0; warpchar "guild_vs3",0,0,.rra[.@i]; } end; } } end; OnClock1015: OnClock1045: OnClock1415: OnClock1445: OnClock1615: OnClock1645: OnClock1815: OnClock1845: OnClock1915: OnClock1945: OnClock2115: OnClock2145: OnClock2215: OnClock2245: OnClock2315: OnClock2345: enablenpc "Royal Rumble"; for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre == 1) { set @rre,0; set @rre2,0; } detachrid; } } set .rrp,0; deletearray .rra[0],128; mapwarp "guild_vs3","prontera",155,185; announce "The Royal Rumble Event starts now! You have 3 Minutes to Sign Up!",bc_all; end; OnClock1018: OnClock1048: OnClock1418: OnClock1448: OnClock1618: OnClock1648: OnClock1818: OnClock1848: OnClock1918: OnClock1948: OnClock2118: OnClock2148: OnClock2218: OnClock2248: OnClock2318: OnClock2348: if(.rrp < 10) { disablenpc "Royal Rumble"; announce "The Royal Rumble Event is closed now! Since there were not 10 Players the Event will not take place.",bc_all; for(set .@i,0;.@i<=.rrp;set .@i,.@i+1) { if(attachrid(.rra[.@i])){ if (@rre == 1) { set @rre,0; set @rre2,0; } detachrid; } } set .rrp,0; deletearray .rra[0],128; } end; OnInit: disablenpc "Royal Rumble"; end; } //============== Mapflags ==================== guild_vs3 mapflag nogo guild_vs3 mapflag pvp_noguild guild_vs3 mapflag pvp_noparty guild_vs3 mapflag nobranch guild_vs3 mapflag nomemo guild_vs3 mapflag nopenalty guild_vs3 mapflag noreturn guild_vs3 mapflag noteleport guild_vs3 mapflag nowarp guild_vs3 mapflag nowarpto guild_vs3 mapflag noicewall
  7. @Capuche i dont know the computation?? can you guide me? i want every 5 hours lhz boss respawn when kill thank for your reply
  8. How to change LHZ Boss Respawn time to every 5hours when i kill a lhz boss.
  9. @Asura i remove all cp_*tables in my RO database.still can't log in and register, what's next?
  10. now my Flux CP is working, but if i login it will say Unexpected error occurred, please try again or report to an admin. when i register an account it will register, but it will not say register succesfuly it will show error but it was registered aldready Look below Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: Flux_LoginError Message: Unexpected error during login. PDO error info, if any: Array ( [0] => 42S02 [1] => 1146 [2] => Table 'ragnarok.cp_credits' doesn't exist ) File: /home/stylist/public_html/stylisticro/lib/Flux/SessionData.php:333 File Line Function/Method /home/stylist/public_html/stylisticro/modules/account/create.php 73 Flux_SessionData::login() /home/stylist/public_html/stylisticro/lib/Flux/Template.php 337 include() /home/stylist/public_html/stylisticro/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/stylist/public_html/stylisticro/index.php 170 Flux_Dispatcher::dispatch() Exception Trace As String #0 /home/stylist/public_html/stylisticro/modules/account/create.php(73): Flux_SessionData->login('StylisticRO', 'cleopatra14314', 'tangindamoon143...', false)#1 /home/stylist/public_html/stylisticro/lib/Flux/Template.php(337): include('/home/stylist/p...')#2 /home/stylist/public_html/stylisticro/lib/Flux/Dispatcher.php(168): Flux_Template->render()#3 /home/stylist/public_html/stylisticro/index.php(170): Flux_Dispatcher->dispatch(Array)#4 {main}
  11. i got this error help Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: PDOException Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'cpanel.asurahosting.com' (using password: YES) File: /home/stylist/public_html/stylisticro/lib/Flux/Connection.php:81 /home/stylist/public_html/stylisticro/lib/Flux/Connection.php 81 PDO::__construct() /home/stylist/public_html/stylisticro/lib/Flux/Connection.php 94 Flux_Connection::connect() /home/stylist/public_html/stylisticro/lib/Flux/Connection.php 159 Flux_Connection::getConnection() /home/stylist/public_html/stylisticro/modules/install/index.php 17 Flux_Connection::getStatement() /home/stylist/public_html/stylisticro/lib/Flux/Template.php 337 include() /home/stylist/public_html/stylisticro/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/stylist/public_html/stylisticro/index.php 170 Flux_Dispatcher::dispatch() Exception Trace As String #0 /home/stylist/public_html/stylisticro/lib/Flux/Connection.php(81): PDO->__construct(*hidden*)#1 /home/stylist/public_html/stylisticro/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))#2 /home/stylist/public_html/stylisticro/lib/Flux/Connection.php(159): Flux_Connection->getConnection()#3 /home/stylist/public_html/stylisticro/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...')#4 /home/stylist/public_html/stylisticro/lib/Flux/Template.php(337): include('/home/stylist/p...')#5 /home/stylist/public_html/stylisticro/lib/Flux/Dispatcher.php(168): Flux_Template->render()#6 /home/stylist/public_html/stylisticro/index.php(170): Flux_Dispatcher->dispatch(Array)#7 {main}
  12. @Jarek sir what if we are going to use only item_db.txt is the code will be like this??? 13451 { if 2 Vengeful Gladiator's Greatsword bonus bAtk,-999; if(BaseClass==Job_Thief) { bonus2 bSkillAtk,"ASC_BREAKER",30; } } sir i want to use item_db.txt only is that possible??? if yes what will be the script for that? btw thanks for helping
  13. bump! please i need help. :'( </3 anyone can help me?
  14. now my Flux CP is working, but if i login it will say Unexpected error occurred, please try again or report to an admin. when i register an account it will register, but it will not say register succesfuly it will show error but it was registered aldready Look below Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: Flux_LoginError Message: Unexpected error during login. PDO error info, if any: Array ( [0] => 42S02 [1] => 1146 [2] => Table 'ragnarok.cp_credits' doesn't exist ) File: /home/stylist/public_html/stylisticro/lib/Flux/SessionData.php:333 File Line Function/Method /home/stylist/public_html/stylisticro/modules/account/create.php 73 Flux_SessionData::login() /home/stylist/public_html/stylisticro/lib/Flux/Template.php 337 include() /home/stylist/public_html/stylisticro/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/stylist/public_html/stylisticro/index.php 170 Flux_Dispatcher::dispatch() Exception Trace As String #0 /home/stylist/public_html/stylisticro/modules/account/create.php(73): Flux_SessionData->login('StylisticRO', 'cleopatra14314', 'tangindamoon143...', false)#1 /home/stylist/public_html/stylisticro/lib/Flux/Template.php(337): include('/home/stylist/p...')#2 /home/stylist/public_html/stylisticro/lib/Flux/Dispatcher.php(168): Flux_Template->render()#3 /home/stylist/public_html/stylisticro/index.php(170): Flux_Dispatcher->dispatch(Array)#4 {main}
  15. Requesting script for this (item's effect's) i owe you please please help me i owe you my brain is popping :'( </3 HERE's the effect's Please help me with this script please :'( </3
  16. @Patskie thanks hehe please help edited the first post :'(
  17. Patskie 1729,Quincy_Bow,Quincy Bow,4,2,,0,185,,5,4,0x000A0808,7,2,34,4,1,0,11,{ bonus bAtk,150; bonus bSubRace,RC_DemiHuman,1*getrefine(); bonus bMagicAtkDef,1*getrefine(); bonus3 bAutoSpell,"AC_DOUBLE",10,1; if (BaseClass==Job_Rogue) { bonus bAddRace,RC_DemiHuman,10; } },{},{} [Error] script error on db/item_db.txt line 927 parse_line: need ' ; ' * 927 : bonus bAtk,150; bonus bSubRace,RC_DemiHuman,1*getrefine(); bonus bMagicAtkDef,1*getrefine(); bonus3 bAutoSpell,"AC_DOUBLE",10,1; if (BaseClass==Job_Rogue) { bonus bAddRace,RC_DemiHuman,10; } }
  18. @Patskie thanks for reply but can i request this one ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ },{ },{ }
  19. thanks working btw can you help me??? http://rathena.org/board/topic/81921-req-script-effect-of-this-items-i-owe-you/
  20. Requesting script for this (item's effect's) i owe you please please help me i owe you my brain is popping :'( </3 HERE's the effect's Please help me with this script please :'( </3 Help me God's love you :'( </3
×
×
  • Create New...