Issue information

Issue ID
#5030
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 21, 2011 10:27
Last Post
Hercules Elf Bot
May 14, 2012 13:02
Confirmation
N/A

Hercules Elf Bot - Aug 21, 2011 10:27

Originally posted by [b]Melchyor[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=5030

Since eAthena basically set up my server I figured I'd at least report any server-side errors I saw. Conquered Kriem yesterday...came back today and there were still monsters in the castle (but no mvps). Seriously a frigging guardian just stood there as a gryphon attacked me.

With the castle assistant there were a few misspellings with the menu...mainly to do with capitalization...I would list them but you would see them when you rechecked the file anyways. Z/Z

Hercules Elf Bot - Dec 8, 2011 11:32

Originally posted by [b]calciumkid[/b]
Fairly sure this is an issue. Anyone else care to test?

Hercules Elf Bot - Dec 8, 2011 16:21

Originally posted by [b]Jguy[/b]
Unfortunately, this has been a reoccuring issue and happens quite randomly. It's happened in eAthena since before I can remember.

Hercules Elf Bot - Dec 9, 2011 8:45

Originally posted by [b]calciumkid[/b]
I've read it has something to do with rebooting the server during WoE ?

Hercules Elf Bot - Dec 10, 2011 3:55

Originally posted by [b]Jguy[/b]
hm, could be.

The guy that originally reported it got himself banned from eathena.ws.

I'll do some checking, hopefully I can come up with something....

Hercules Elf Bot - Dec 10, 2011 3:59

Originally posted by [b]calciumkid[/b]
Cheers mate.

I tried it before and it seemed to work. so yeah :S

Hercules Elf Bot - Jan 24, 2012 22:06

Originally posted by [b]Brian[/b]
It's not from rebooting, it's what's written in the script:
/trunk/npc/guild/[url="https://rathena.svn.sourceforge.net/svnroot/rathena/!svn/bc/15517/trunk/npc/guild/agit_template.txt"]agit_template.txt[/url]
[code] MapRespawnGuildID strnpcinfo(2),GetCastleData(strnpcinfo(2),1),2;[/code]
[code] MapRespawnGuildID strnpcinfo(2),.@GID,2;[/code]

I thought the change was intentional because it's been like this since [rev=12673] when L0ne_W0lf rewrote the WoE scripts.


If server owners want to change it, they can change the last number from 2 --> [b]6[/b].
[code]*maprespawnguildid "<map name>",<guild id>,<flag>;

This command goes through the specified map and for each player and monster
found there does stuff.

Flag is a bit-mask (add up numbers to get effects you want)
1 - warp all guild members to their save points.
2 - warp all non-guild members to their save points.
4 - remove all monsters which are not guardian or Emperium.
[/code]

This post has been edited by Brian on May 24, 2012 16:41

Hercules Elf Bot - Jan 25, 2012 19:45

Originally posted by [b]Arcenciel[/b]
Isn't it about time that the WoE System is re-written? Just wondering.

Hercules Elf Bot - May 11, 2012 20:41

Originally posted by [b]Masao[/b]
Fixed in [rev=16102] .

Whole WoE System has partially been re-written by me in [rev=15923] .

This post has been edited by Masao on May 12, 2012 14:25

Hercules Elf Bot - May 12, 2012 15:20

Originally posted by [b]xRaisen[/b]
you added this on [url="http://sourceforge.net/apps/trac/rathena/changeset/16102"]r16102[/url]

[quote]npc: npc/custom/extrablatt.txt
npc: npc/custom/ranker.txt
npc: npc/custom/emp_break_room.txt[/quote]

but the file not found.

Hercules Elf Bot - May 12, 2012 16:31

Originally posted by [b]Masao[/b]
As stated in [rev=16103] i accidently added my scripts_custom.conf with my commit ;) Should be fixed by now.