Jump to content
  • 0

Requesting for a simple WoE Starter and Prize Giver Script


Question

Posted

Every 8pm, the server will start the WoE 1 and will end every 9pm

Every guild who owns the WoE 1 castles will receive 500TCG for each members.

That's all, because some woe controller causes lags on my server =)

20 answers to this question

Recommended Posts

Posted

Look Eupys "Script Collection".

Here a shortlink from him:

http://rathena.org/b...&attach_id=2873

or

https://rathena.svn...._controller.txt

those scripts causes lags (memory leaks) because of too many loads. . . so i just want this for a simple script

Somewhat true. Idk but sometimes I am experiencing LAG using Euphy's Script too. The problem when I use Toasty's, for example the schedule of WoE is 8:00 - 9:00 PM and KRIEMHILD SHOULD be the only castle open, but the problem is ALL other castles are open.

Posted

Look Eupys "Script Collection".

Here a shortlink from him:

http://rathena.org/b...&attach_id=2873

or

https://rathena.svn...._controller.txt

those scripts causes lags (memory leaks) because of too many loads. . . so i just want this for a simple script

Somewhat true. Idk but sometimes I am experiencing LAG using Euphy's Script too. The problem when I use Toasty's, for example the schedule of WoE is 8:00 - 9:00 PM and KRIEMHILD SHOULD be the only castle open, but the problem is ALL other castles are open.

Look Eupys "Script Collection".

Here a shortlink from him:

http://rathena.org/b...&attach_id=2873

or

https://rathena.svn...._controller.txt

those scripts causes lags (memory leaks) because of too many loads. . . so i just want this for a simple script

Somewhat true. Idk but sometimes I am experiencing LAG using Euphy's Script too. The problem when I use Toasty's, for example the schedule of WoE is 8:00 - 9:00 PM and KRIEMHILD SHOULD be the only castle open, but the problem is ALL other castles are open.

that's why we need this script =) and i hope someone will make one for us

Posted

wahahaha .... seriously ... nowadays people make overly complicated scripts

and forgotten how to make simple scripts already

-	script	dfhksdjhfkshf	-1,{
OnHour2000:
agitstart;
announce "Woe start", 0;
end;
OnHour2100:
agitend;
announce "woe ended", 0;
end;
}

and this

http://www.eathena.w...pe=post&id=5446

but the reward is only given to guild master though

that script is very simple to edit, every one can understand

  • Upvote 1
Posted

Lol, i looked at one of the posts, that WhiteEagle linked, and it seems, i was given credit for a WoE setter lol. I'm flattered, but I must point out, it was GmXeon and not me lol. I didn't create one, since at the time Toasty's was working splendidly. And now Euphy's has taken that position. And frankly i just don't feel the needed to replicate a script to duplicate it's functionality when it is already working as is intended.

Posted
... I must point out, it was GmXeon and not me lol.
lol

ok I abuse moderation power to edit his post so it give back to the correct creator

otherwise if that script broken, you become the one getting PM lol

Posted

wahahaha .... seriously ... nowadays people make overly complicated scripts

and forgotten how to make simple scripts already

-	script	dfhksdjhfkshf	-1,{
OnHour2000:
agitstart;
announce "Woe start", 0;
end;
OnHour2100:
agitend;
announce "woe ended", 0;
end;
}

and this

http://www.eathena.w...pe=post&id=5446

but the reward is only given to guild master though

that script is very simple to edit, every one can understand

tnx for this. im going to try it

Posted
OnAgitEnd:
set $castle_claimed[1], 0; // everytime woe ends the variable resets
set $castle_claimed[2], 0;
set $castle_claimed[3], 0;
set $castle_claimed[4], 0;
set $castle_claimed[5], 0;
set $castle_claimed[6], 0;
set $castle_claimed[7], 0;
set $castle_claimed[8], 0;
set $castle_claimed[9], 0;
set $castle_claimed[10], 0;
set $castle_claimed[11], 0;
set $castle_claimed[12], 0;
set $castle_claimed[13], 0;
set $castle_claimed[14], 0;
set $castle_claimed[15], 0;
set $castle_claimed[16], 0;
set $castle_claimed[17], 0;
set $castle_claimed[18], 0;
set $castle_claimed[19], 0;
set $castle_claimed[20], 0;
end;

I wonder did you ever read the script /shy

Posted

wahahaha .... seriously ... nowadays people make overly complicated scripts

and forgotten how to make simple scripts already

-	script	dfhksdjhfkshf	-1,{
OnHour2000:
agitstart;
announce "Woe start", 0;
end;
OnHour2100:
agitend;
announce "woe ended", 0;
end;
}

and this

http://www.eathena.w...pe=post&id=5446

but the reward is only given to guild master though

that script is very simple to edit, every one can understand

How will you make this specific for example kriemhild only, or rounded 2 castles.. kriemhild and sacred altar

Posted

with this simple script

comment out the lines inside npc/scripts_guild.conf ...

however if you use complicated script such as woe controller script in script release section ..

need to read their instructions

Posted (edited)

with this simple script

comment out the lines inside npc/scripts_guild.conf ...

however if you use complicated script such as woe controller script in script release section ..

need to read their instructions

hey annie ruru, please release it at script release section... nowadays we really need these kind of easy script and useful script! im serious

Edited by donkeyg
Posted

1st script ...

our SVN has already explained woe_time_explanation

2nd script ... about rewarding ..

. ... yeah ... make sense ...

but its kinda crazy ... see I making over 20 posts a day

I also couldn't find the time to update my scripts at script release section from eathena forum currently

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...