karazu
Members-
Content Count
1115 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by karazu
-
Help on updating account_data through query_sql
karazu replied to Jedzkie's question in Script Support
would this affect the account saved in my server? and can i add this even if my server is running? -
@afk v 2.0 usable even in WOE/PVP is active in the area.
karazu replied to karazu's question in Plugin Support
How about to give expiration of @afk like the one who is in @afk will be kick away after 12hours? -
manually?
-
PVP Warper with announce when someone Enters.
karazu replied to karazu's question in Script Requests
ohh wait let me check. EDIT: Thank you for that TIP. its ok now.. -
PVP Warper with announce when someone Enters.
karazu replied to karazu's question in Script Requests
Hello, prontera,165,177,3 script PVP Warper 106,{if (!agitcheck() || !agitcheck2()) { if (select("Yes!","No thanks.") == 2) close; warp "guild_vs5",0,0; announce strcharinfo(0) + " has entered the PVP Room.",0; announce "There are ["+getmapusers("guild_vs5")+"/30] players inside.",0; end; } end;} It will not update, i mean even if their are 5 players inside the PVP it will still say 0/30 -
what are this for?
-
PVP Warper with announce when someone Enters.
karazu replied to karazu's question in Script Requests
Thank you very much.. I will try this out now. -
I think you should check mob_skill database
-
I was looking for this script, and I think i cannot find one here in hercules, can you make one for me guys please? Its only like when someone enters in the PVP like "Karazu Enters in the PVP blahh balhhh.." Thank you! EDIT: Sorry I did just found 1, I will just try this one 1st. http://herc.ws/board/topic/905-can-i-have-pvp-warper-that-disable-in-woe/ prontera,165,177,3 script PVP Warper 106,{if (!(agitcheck() || agitcheck2())){ if (select("Yes!","No thanks.") == 2) close; warp "guild_vs5",0,0; announce strcharinfo(0) + " has entered the PVP Room.",0; } end;} How to Insert this script so that It be showed also how many players are in the map? "There are ["+getmapusers("guild_vs5")+"/30] players inside.";
-
wee do it for me please, i dont know how to insert.
-
Will last only for 12hours? is that possible?
-
I thought cell_basilica was already removed in the hercules?
-
is that possible? and also if they are in that cell they will not be able to move...
-
Anyone has the correct script already for those items?
-
is this the corrent 1? if (countitem(7227) > 0) { mes "Warp me NOW!."; next; set .@i, select("First","Second","Third","Fourth"); mes "[Riss]"; mes "Take care, boy~"; mes "Don't hold a grudge against me."; close2; delitem 7227,1; warp "bossnia_0"+.@i,rand(137,137),rand(118,118); end; DONE: Fixed..
-
if (Zeny > 4999) { mes "Warp me NOW!."; next; set .@i, select("First","Second","Third","Fourth"); mes "[Riss]"; mes "Take care, boy~"; mes "Don't hold a grudge against me."; close2; set Zeny, Zeny - 5000; warp "bossnia_0"+.@i,rand(137,137),rand(118,118); end; can u change it for me please?
-
Anyone having a problem with this skill? because it cannot block some range attack? can anyone confirm it before I report it in the bug tracker?
-
@afk v 2.0 usable even in WOE/PVP is active in the area.
karazu replied to karazu's question in Plugin Support
Thank you guys -
@afk v 2.0 usable even in WOE/PVP is active in the area.
karazu replied to karazu's question in Plugin Support
ok how about to remove the AFK hat when using @afk? -
In my server all the MAP is PK but i want to use @afk outside the town. Is it possible to make this usable even in PVP and GVG state?
-
why old?
-
Hello Ive been trying to edit the default WOE controller of Euphy and it seems to be not working well. Is it possible to make a Custom Controller just to control 1 Castle? If Yes, can u make 1 for me please?