• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[HELP!] Aol & Red skull REP++

Enux

New Member
Joined
May 10, 2008
Messages
8
Reaction score
0
How to make amulet of loss work on a pvp enforced server?
And how to fix that damn rs, it keeps giving me red skull after 1 frag... :S

I'm using RoXoR Server 8.50 (v0.3) (TFS v0.2.5) GUI.


Thanks ...

If you helped me you get rep++ :p
 
AoL is propably fuc*ed up, try to take from another distribution. Frags to Red Skull change in config.lua
My frags for red skull is set to 50 but still I get RS after 1 frag.

and about the aol, i want an aol to work on pvp-enforced, it works on normal pvp but not pvp-e.
 
Try this.

Lua Code:

function onPrepareDeath(cid, deathList)
if isPlayer(cid) then
local config = {
local name = getPlayerName(cid)
local killer = getPlayerKiller(cid)
}
if getPlayerSlotItem(cid, 2).itemid == 2404 then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, getPlayerExperience(cid))
doRemoveConditions(cid, FALSE)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLY)
doPlayerPopupFYI(cid, "You are dead, Youre (aol) will be removed!")
doBroadCastMessage(cid, ..name.. Did just die by ..killer..)
return FALSE
end
end
return TRUE
end

Rep+ If Helped.
 

Similar threads

Back
Top