Jump to content

LuLu

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by LuLu

  1. did you edit the db\re\exp.txt? if yes, did you include the job OBORO in the db\re\exp.txt?
  2. are you sure this is what causes the error? 30042,Urahara_Hat,Urahara Hat,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1542,{ bonus bBaseAtk,(BaseLevel/2); bonus bMatk,(BaseLevel/2); bonus bAllStats,(JobLevel/10); bonus2 bHPRegenRate,10000,6000; bonus2 bSPRegenRate,10000,6000; },{},{} I think all scripts are valid
  3. I never tried that. i just edited what you posted. whay error does it gives? // Which map will be on the rotation? setarray .lista$[0],"guild_vs1","guild_vs2","guild_vs3","guild_vs4","guild_vs5"; ADD map here.
  4. // ________________________________________________________ // / \ // | _ _ _ _ | // | | |__ _ __ / \ | |_| |__ ___ _ __ __ _ | // | | '_ \| '__/ _ \| __| '_ \ / _ \ '_ \ / _` | | // | | |_) | | / ___ \ |_| | | | __/ | | | (_| | | // | |_.__/|_|/_/ \_\__|_| |_|\___|_| |_|\__,_| | // | | // | brAthena Script | // |--------------------------------------------------------| // | Name of Script: Rotative PVP | // |--------------------------------------------------------| // | Created by: Neko | // |--------------------------------------------------------| // | Version rA/brA: 1.0 | // |--------------------------------------------------------| // | Description: PVP NPC | // | - An NPC that alternates the current PVP map from time | // | to time, the chosen map for rotation are configured by | // | the administrator in the script. The idea is to have | // | multiple pvp rooms, without having to divide the players| // | of your server among them, this way pvps are more crowded| // | and funnier. | // |--------------------------------------------------------| // | Changelog: | // | 1.0 Script Created [Neko] | // |--------------------------------------------------------| // | - Note: | // | *There is a temporary global variable named $@lista$ in| // | this NPC, watch out for global variables with the same | // | name in other NPCs of yours. | // |--------------------------------------------------------| // | Any problem with this NPC please report directly to me.| // \________________________________________________________/ - script PvpRotative -1,{ OnInit: // ====================================== // Configurations *********************** // ====================================== // Which map will be on the rotation? setarray .lista$[0],"guild_vs1","guild_vs2","guild_vs3","guild_vs4","guild_vs5"; // From how much time to time will the maps change? (Standard value 30 minutes/18000000) // WARNING, DO NOT SET VALUES HERE SMALLER THAN 60000 (1 Minute). set .rotatetime, 18000000; // ====================================== set $@lista$, ""+.lista$[0]+""; set .count, getarraysize(.lista$); for( set .@i,0; .@i < .count; set .@i, .@i+1 ){ sleep .rotatetime-60000; mapannounce ""+.lista$[.@i]+"","The PVP map will change in 30 seconds.",8; sleep 30000; mapannounce ""+.lista$[.@i]+"","The PVP map will change in 20 seconds.",8; sleep 20000; mapannounce ""+.lista$[.@i]+"","The PVP map will change in 10 seconds.",8; sleep 10000; if(.lista$[.@i] == .lista$[.count-1]){ mapwarp ""+.lista$[.@i]+"",""+.lista$[0]+"",0,0; set $@lista$, ""+.lista$[0]+""; set .@i,-1; } else{ mapwarp ""+.lista$[.@i]+"",""+.lista$[.@i+1]+"",0,0; set $@lista$, ""+.lista$[.@i+1]+""; } } } prontera.gat,145,188,5 script PvP Keeper 459,{ mes "[PvP Keeper]"; mes "Ready for a bloody"; mes "and glorious battle today?"; mes "Remember no GTB card allowed in PVP room to be fair :)"; if (select("Enter PVP. ["+getmapusers(""+$@lista$+"") +"]:I'm out of potions today.") == 1) { warp ""+$@lista$+"",0,0; announce ""+strcharinfo(0)+" Has Enter PvP Room !! Come on coward! Lets face to face !",bc,0xDF01A5; end; } next; mes "[PvP Keeper]"; mes "Haha!~"; mes "It's okay to be scared!!"; mes "HAHAHAHAHAHA!"; close; OnPCKillEvent: if ( strcharinfo(3) == "guild_vs1" ) announce strcharinfo(0)+ " killed " +rid2name(killedrid); end; } //HERE i think you misplaced the curly } it uses mapannouce. i think it will annouce on the map that is currently being used and not on all maps at the same time
  5. check packet_db.txt. if non-existing, make a new one. search for the packets of that client at put it in the packet_db.txt
  6. yes it won't show but the effect is. script is sc_start SC_PLUSATTACKPOWER,60000,20;
  7. maybe you use? concentration > awakening > berserk? if course atkspd will increase every time because one is greater to the other?
  8. It think the effects of each potion is not stacking (only the one with the highest effect is) and only the icons stacks. I thinks that's normal
  9. LuLu

    Cash Shop

    with proper configuration. yes, you can use it and no bugs
  10. yes what you post is my edit one. xD
  11. LuLu

    WOE 1 Castle

    try this. Didn't test but did give me errors. just apply this patch woe_controller.txt.patch
  12. for stability and support. 2012-04-10 is good. Or if you want much up to date, try a 2013 client.
  13. LuLu

    WOE 1 Castle

    how different? A War of Emperium that can be set on your desired Time and Day. Reward item for all Guild Members, and a different reward for Guild Leaders. Only 1 Castle " schg_cas01 " just like WOE v2 system.
  14. LuLu

    WOE 1 Castle

    why not use Euphy's custom WoE controller?
  15. there no end; so it will continue and process the whole waitingroom again. //Quest Warper prontera,164,162,4 script Questing Warper 790,{ warp "que_temsky" ,99,141; end; //NO END OnInit: waitingroom "[ Questing Room ]",0; end; }
  16. yes. you must patch/transfer that file using a patcher to replace their file with yours.
  17. RO system folder and look for iteminfo.lua/lub. If encrypted, you can find it anywhere. Just google. Open it using text editor.
  18. what client date do you use? new clients use iteminfo.lua/lub in the RO system folder while clients below 2012-04-10 uses the idnum2itemdesctable.txt found in the grf's data folder.
  19. try downloading a fresh svn/git?
  20. what do you mean annouce/broadcast? maybe that's a script?
  21. check clientinfo.xml use "127.0.0.1" to connect
×
×
  • Create New...