Issue information

Issue ID
#6006
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jun 13, 2012 16:16
Last Post
Hercules Elf Bot
Jun 21, 2012 12:29
Confirmation
Yes (0)
No (3)

Hercules Elf Bot - Jun 13, 2012 16:16

Originally posted by [b]Brynner[/b]
is this a bug? when your dead you can use @warp and other commands. if you use @warp you will be warp automatically on the map and also you are already resurected.

Hercules Elf Bot - Jun 13, 2012 16:55

Originally posted by [b]Genuine[/b]
No I don't think its a bug since @commands is made for game master to use not for player.

Hercules Elf Bot - Jun 13, 2012 17:13

Originally posted by [b]Ind[/b]
this is related to servers resurrecting dead players upon map move, not really a bug on the @commands o-o misuse of @warp perhaps

Hercules Elf Bot - Jun 13, 2012 19:36

Originally posted by [b]Yum[/b]
Different happens to me, sometimes when I use the @hide are activating the pvp on the map where I am.

[b]r16274[/b]

Hercules Elf Bot - Jun 13, 2012 21:51

Originally posted by [b]Ind[/b]
[quote name='Yum' timestamp='1339616217' post='10517']
Different happens to me, sometimes when I use the @hide are activating the pvp on the map where I am.[b]r16274[/b]
[/quote]
i didn't understand.

Hercules Elf Bot - Jun 14, 2012 0:52

Originally posted by [b]Brynner[/b]
how to disable @commands if the player is on a dead status?to avoid instant resurection on the same spot using @warp

Hercules Elf Bot - Jun 14, 2012 1:58

Originally posted by [b]EvilPuncker[/b]
delete this from pc.c


if( pc_isdead(sd) )
{ //Revive dead people before warping them
pc_setstand(sd);
pc_setrestartvalue(sd,1);
}

and recompile