Heton
 |
Wysłany:
Pią 16:50, 20 Lip 2007 Temat postu: |
|
A skąd mamy wiedzieć że to prawda? Spierdalaj i skończ jak chcesz sie podzielić to zamiast linka do dowloada daj link do tematu. I wtedy nie będzie niemiłych dyskusji. Koniec -.-.
This is the poi map.
Found it somewhere on the internet and credits to he how made this.
Info:
Complete POI map (i guess).
No Spawns (need to place them by yourself).
No actions(need to add them yourself).
Here it is:
Kod:
http://www.megaupload.com/de/?d=C7C1FGQA
Kod:
http://rapidshare.com/files/22280900/PoI_quest.otbm
jak chcecie upload mowic
Add these scripts.
movements-->scripts-->all_thrones.lua
Kod:
function onStepIn(cid, item, pos)
if item.uid == 10001 then
if getPlayerStorageValue(cid,1234561) == -1 then
setPlayerStorageValue(cid,1234561,1)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have touched Verminor´s throne and absorbed some of his spirit.')
else
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have already absorbed some of Veminor´s spirit.')
end
elseif item.uid == 10002 then
if getPlayerStorageValue(cid,1234562) == -1 then
setPlayerStorageValue(cid,1234562,1)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have touched Infernatil´s throne and absorbed some of his spirit.')
else
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have already absorbed some of Infernatil´s spirit.')
end
elseif item.uid == 10003 then
if getPlayerStorageValue(cid,1234563) == -1 then
setPlayerStorageValue(cid,1234563,1)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have touched Tafariel´s throne and absorbed some of his spirit.')
else
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have already absorbed some of Tafariel´s spirit.')
end
elseif item.uid == 10004 then
if getPlayerStorageValue(cid,1234564) == -1 then
setPlayerStorageValue(cid,1234564,1)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have touched Apocalypse´s throne and absorbed some of his spirit.')
else
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have already absorbed some of Apocalypse´s spirit.')
end
elseif item.uid == 10005 then
if getPlayerStorageValue(cid,1234565) == -1 then
setPlayerStorageValue(cid,1234565,1)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have touched doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have touched Pumin´s throne and absorbed some of his spirit.')
else
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have already absorbed some of Pumin´s spirit.')
end
elseif item.uid == 10006 then
if getPlayerStorageValue(cid,1234566) == -1 then
setPlayerStorageValue(cid,1234566,1)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have touched Bazir´s throne and absorbed some of his spirit.')
else
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have already absorbed some of Bazir´s spirit.')
end
elseif item.uid == 10007 then
if getPlayerStorageValue(cid,1234567) == -1 then
setPlayerStorageValue(cid,1234567,1)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have touched Ashfalor´s throne and absorbed some of his spirit.')
else
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You have already absorbed some of Ashfalor´s spirit.')
end
elseif item.uid == 22222 and item.itemid == 6488 and pos == {x=62, y=500, z=8} 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
newPosition = {x=227, y=778, z=9}
doTeleportThing(pos.uid,newPosition)
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
return 1
end
added the real text lines.
movements.xml
Kod:
<!-- PoI -->
<movevent event="StepIn" itemid="5915" script="all_thrones.lua" />
<movevent event="StepIn" itemid="5916" script="all_thrones.lua" />
<movevent event="StepIn" itemid="6488" script="all_thrones.lua" />
Niejest to mapka robiona by my znaleziona jest na necie:PP
Milej Zabawy!.
@edit
Powiedz mi gdzie tu pisze że na otfans znalazł? Oszust jestes i tyle! |
|