• 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!

Bugged dors final POI

yanger

Banned User
Joined
Aug 28, 2009
Messages
740
Reaction score
7
Location
Stalowa Wola, Poland
Hey,
Mine doors in final of POI are bugged, it doesnt works.
15:21 The door seems to be sealed against unwanted intruders.

wtf :( i did all thrones.
Or what i can do other ?:>
 
Last edited:
Post the poi script?

Or try this in the last door of poi:
ction onUse(cid, item, frompos, item2, topos)

item.uid == 22222 and item.itemid == 1210 and pos == {x=304, y=480, z=11} then
if getPlayerStorageValue(cid,1234561) == -1 or getPlayerStorageValue(cid,1234562) == -1 or getPlayerStorageValue(cid,1234563) == -1 or getPlayerStorageValue(cid,1234564) == -1 or getPlayerStorageValue(cid,1234565) == -1 then
doTransformItem(item.uid,item.itemid+1)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'Sorry, but you did not absorb enough energy!')
else
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You absorbed enough energy! You may pass.')
end
end

Edit it with X,Y,Z etc.
 
Back
Top Bottom