Jump to content

Yoona

Members
  • Posts

    567
  • Joined

  • Last visited

Everything posted by Yoona

  1. i already did this, thanks by the way @a p @bump ! @Bump ! Please
  2. High Rate Serve without Anti Frost SET
  3. Ohh my GOD ! Thanks LuLu !
  4. Can anyone Help me with this? A Pub how many Players inside the PvP Room Here's the Script //===== rAthena Script ======================================= //= Untitle Script //===== By: ================================================== //= Zealock! //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena , eAthena //===== Description: ========================================= //= PVP Warper //============================================================ invek,157,169,4 script PvP Warper 651,{ mes "[ PVP Warper ]"; mes "Would You Like to Enter the Room?"; next; menu "Yes, I'm Hunger for Blood",PatayanNa,"No, Too Lazy to Kill",No; PatayanNa: mes "[ PvP Warper ]"; mes "You Made the Right Choice!"; next; mes "Let's Go!"; warp "guild_vs2",0,0; L_All: announce "[ PvP Warper ] Announcer: "+strcharinfo(0)+" has Enter the Room ",0; close; No: mes "[ PvP Warper ]"; mes "Are you Scared?"; next; mes "Come Back Again, if you already have the Guts!"; close; } // Mapflags guild_vs2 mapflag nowarp guild_vs2 mapflag nowarpto guild_vs2 mapflag pvp on guild_vs2 mapflag noteleport guild_vs2 mapflag nosave SavePoint thanks !
  5. Please check your : trunk/npc/mapflag/pvp_noparty.txt and if it looks like this : guild_vs1 mapflag pvp_noparty guild_vs2 mapflag pvp_noparty guild_vs3 mapflag pvp_noparty guild_vs4 mapflag pvp_noparty guild_vs5 mapflag pvp_noparty then do it like this //guild_vs1 mapflag pvp_noparty //guild_vs2 mapflag pvp_noparty //guild_vs3 mapflag pvp_noparty //guild_vs4 mapflag pvp_noparty //guild_vs5 mapflag pvp_noparty
  6. Yoona

    Custom BG

    Annie how about announcing how many players need to Start the Battle Ground and is it possible to set the game into 3 rounds per start of the BG? thanks a lot !
  7. Cos on my server when you get Freeze 12 sec before it unfreeze?
  8. actually i already did that too still the same..
  9. Extract the mob_db and mob_db2 .sql files in your main.sql
  10. Anyone here know how to change the src of the Devotion? For example Palladin + Sinx with Devotion vs Palladin and the reflect of palladin will directly goes to the Palladin + Sinx with Devotion anyone know how?
  11. How can i change this script? because, Only guild master can receive the Prize but i want to change it to each member invek,144,175,5 script WoE Prize 734,{ if ( agitcheck() ) { mes "A war is currently in progress"; mes "If your guild owned a castle ask your guild master to see me to claim the reward"; close; } while(.castlename$[set(.@a,.@a+1)]!="") if ( getcastledata( .castlename$[.@a],1 ) == getcharid(2) ) { if ( $castle_claimed[.@a] ) { mes "your guild already received the reward"; close; } else if ( getmapguildusers( getcharid(0) ) == getcharid(0) ) { mes "receiving the reward for "+ .castlename$[.@a]; getitem 12035,1; // some mathematics ... set $castle_claimed[.@a],1; close; } else { mes "ask your guild master to see me"; close; } } mes "Your guild failed to take reward"; mes "if your guild owned a castle ask your guild master to claim reward from me"; close; OnAgitEnd: deletearray $castle_claimed[0], 128; // everytime woe ends the variable resets end; OnInit: setarray .castlename$[1], "aldeg_cas01", "aldeg_cas02", "aldeg_cas03", "aldeg_cas04", "aldeg_cas05", "gefg_cas01", "gefg_cas02", "gefg_cas03", "gefg_cas04", "gefg_cas05", "payg_cas01", "payg_cas02", "payg_cas03", "payg_cas04", "payg_cas05", "prtg_cas01", "prtg_cas02", "prtg_cas03", "prtg_cas04", "prtg_cas05", "arug_cas01", "arug_cas02", "arug_cas03", "arug_cas04", "arug_cas05"; waitingroom "WOE Prize Giver",0; end; } can someone please help me i really need it please?
  12. I did nothings Happen how about in scr ? where can i edit it. to reduce it its annoying too much damage..
  13. How can i reduce the damage of this skill? anyone know how to reduce it?
  14. How can i reduce the MATK ATK? on pre-renewal based? make it 50% from 100% ? Please ? @bump!
  15. How can i change the Cooldown?
  16. i see thanks for the information!
  17. still works on the latest Revision?
  18. How about every WOE ends they can get the reward? Members and Guild Leader?
  19. How can i change the respawn rate of each monster into 1 hour ?
  20. This is the problem 1>..\src\map\battle.c(3699): warning C4244: '=' : conversion from 'int64' to 'int', possible loss of data 1>..\src\map\battle.c(3711): warning C4244: '=' : conversion from 'int64' to 'int', possible loss of data
  21. Yoona

    Event Que

    How can i increase the max Event Que ? where can i see it? please
  22. I got a problem on my Hunting Mission, is there something wrong with this? please i really need your help !
  23. Yap.. need to start all over again... ^ ^ Mybe you can use other patcher like jikari,thor...(Giving idea only,cuz i dont how how to change patcher...T.T) I think Thor Patcher is the best for me.. i dont know about others but you should try thor its Easy and Reliable Patcher. hehehe
  24. Yoona

    Skill Reduce !

    is this correct Capuche? /// This MAX_SKILL_DAMAGE_RATE is used to cap max the rate #ifdef ADJUST_SKILL_DAMAGE #define MAX_SKILL_DAMAGE_RATE 100000 100k Max Dage Rate?
×
×
  • Create New...