Forum nie tylko o Tibii i OTS...

Nie tylko o Tibii i OTS...

  • Nie jesteś zalogowany.
  • Polecamy: Gry

#1 2008-08-09 22:56:10

Skatten

http://i33.tinypic.com/2v2gq5x.gif

Skąd: Ten Powrót ~~ ? ;d
Zarejestrowany: 2008-07-19
Posty: 280

[Movements]Skrypt - Pułapka 100% By Kinglewey.

Prezentuje Wam Ciekawy Skrypt , Więcej Dowiecie Się Z Tego Filmiku :

http://www.youtube.com/watch?v=iGDhJuE5mhI

Data/Movments/Scripts/Pyramid Teleport.lua

--Room teleport function by Kinglewey--

function onStepIn(cid, item, frompos, item2, topos)

playerpos = getPlayerPosition(cid)
novapos = {x=1022, y=1022, z=7}
storagething = 7000 --storage value
phrases = {"How dare you enter my pyramid", "You are very stupid coming here", "Not a good idea", "Leave Now!", "Just leave me alone"} --phrases That Are randmly Used!
colour = {18,19,22}
damage = {20,25}

if item.uid == 7001 then

doPlayerSendTextMessage(cid,colour[math.random(1, #colour)], phrases[math.random(1, #phrases)])
getThingfromPos(playerpos)
doSendMagicEffect(playerpos,2)
setPlayerStorageValue(cid,storagething,damage[math.random(1, #damage)])
doTeleportThing(cid,novapos)
doSendMagicEffect(novapos,10)

end


end

Data/Movments/Scripts/Stuck.lua

-- the Stuck script Created 100% by KINGLEWEY!!!!...
-- Tazserver.no-ip.org....
--visit www.tazserver.mapletemple.nl
--thx 2 sam for for nothing. Used In Poor Noob 4 and poor noob 4.11-
--recent edits! , made script more user friendly by making a config!, made random msge at end, made random wrds each time, made walls Also Made a config!
--Don't Forget to Rep me (Kinglewey)
function onStepIn(cid, item, pos)

--Config--
playerpos = getPlayerPosition(cid) --No Need to edit!
player1pos = getPlayerPosition(cid) --made a mistake and this fixes it (no need to edit)
player1 = getThingfromPos(player1pos) --made a mistake and this fixes it (no need to edit)
novapos = {x=1022, y=1022, z=7} --position player gets teleported to
storagething = 7000 --storage value change if you need to. But you shouldn't have to edit! (only change if you have already
phrases = {"Damn", "Help!", "Frick", "Huff!", "Errm...", "O dear", "Deary me", "Im a nab", "Spazm"} --phrases That Are randmly Used!
colour = {TEXTCOLOR_RED, TEXTCOLOR_BLUE, TEXTCOLOR_YELLOW, TEXTCOLOR_ORANGE, TEXTCOLOR_LIGHTGREEN, TEXTCOLOR_TEAL, TEXTCOLOR_LIGHTGREY, TEXTCOLOR_LIGHTBLUE, TEXTCOLOR_WHITE_EXP, TEXTCOLOR_DARKRED} --colours of txt used randomly. These are all colours of The forgotten server!
magicffects = {1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54} --magic effects/ I didnt use draggy cos i didnt like him! (draggy is magic effect 33) these are all the 8.10 effects!
wall1 = {x=1022, y=1021, z=7, stackpos=1}--Position Of Wall 1!
wall2 = {x=1023, y=1022, z=7, stackpos=1}--Position Of Wall 2!
wall3 = {x=1023, y=1023, z=7, stackpos=1}--Position Of Wall 3!
wall4 = {x=1022, y=1023, z=7, stackpos=1}--Position Of Wall 4!
wall5 = {x=1021, y=1023, z=7, stackpos=1}--Position Of Wall 5!
wall6 = {x=1021, y=1022, z=7, stackpos=1}--Position Of Wall 6!
wall7 = {x=1021, y=1021, z=7, stackpos=1}--Position Of Wall 7!
wall8 = {x=1023, y=1021, z=7, stackpos=1}--Position Of Wall 8!
transformation = {2728, 2729, 3007, 3062, 6497, 6512, 6528, 7902, 8261, 2644, 5016} --what u get turned into. Item ids only!
delay = 55*10*10 -- Time That walls are holding you in one square. (i do this to stop people from just walking over the effect square very fast and causing debug! (or for some reason cloning yourself :S)
msge = {"You just got owned by a pyramid", "You are dead! Only Joking", "Disorientated?", "Bizzar said dougal realising he was a dog!", "And Stay Out", "Hunted by druid Roddy -- lv 24 druid -- Julera. in real tibia!", "Stuck Script created 100% By Kinglewey!"} --random messages that are said at the end of the script!
message_effect = {18,19,22} --colour of the words that are said when the walls appear around you!
trans_time = 200000 --time you stay looking like an object!
damage = math.random(10,40) --Change Damage Here.
txt_msge = {"Mwahahahahahahahahaha", "O dear are you stuck?", "Sucks Doesnt it!", "This is what happeneds when you enter my pyramid", "Hmm does something smell?.. o wait thats me", "bored?", "Are You Hungry?"} -- words that ar said when the walls appear around you!
----------------------------------------------------------------------------------------------------
--End Of Config! by kinglewey. DONT EDIT THE REST Unless you are editing the storage values or What walls look like. (sorry I didnt put this into the config. I just couldn't be bothered)
getwall1 = getThingfromPos(wall1)
getwall2 = getThingfromPos(wall2)
getwall3 = getThingfromPos(wall3)
getwall4 = getThingfromPos(wall4)
getwall5 = getThingfromPos(wall5)
getwall6 = getThingfromPos(wall6)
getwall7 = getThingfromPos(wall7)
getwall8 = getThingfromPos(wall7)


if item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 25 then

getThingfromPos(playerpos)
doPlayerSendTextMessage(cid, 18, 'I told you not to come back. Now I shall hurt you!')
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doCreatureAddHealth(player1.uid, -damage)
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 24)




elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 24 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doCreatureAddHealth(player1.uid, -damage)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 23)


elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 23 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doCreatureAddHealth(player1.uid, -damage)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 22)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 22 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doCreatureAddHealth(player1.uid, -damage)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 21)


elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 21 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doCreatureAddHealth(player1.uid, -damage)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 20)




elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 20 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 19)


elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 19 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 18)


elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 18 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 17)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 17 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 16)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 16 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 15)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 15 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
addEvent(onTime,delay,a)
doCreateItem(1536,1,wall1)
doCreateItem(1534,1,wall2)
doCreateItem(1535,1,wall3)
doCreateItem(1536,1,wall4)
doCreateItem(1534,1,wall5)
doCreateItem(1534,1,wall6)
doCreateItem(1533,1,wall7)
doCreateItem(1536,1,wall8)
doPlayerSendTextMessage(cid,message_effect[math.random(1, #message_effect)], txt_msge[math.random(1, #txt_msge)])
setPlayerStorageValue(cid,storagething, 14)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 14 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 13)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 13 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 12)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 12 then

getThingfromPos(playerpos)
doTeleportThing(cid,novapos)
addEvent(onTime,delay,cool.gif
doCreateItem(1112,1,wall1)
doCreateItem(1111,1,wall2)
doCreateItem(1115,1,wall3)
doCreateItem(1112,1,wall4)
doCreateItem(1111,1,wall5)
doCreateItem(1111,1,wall6)
doCreateItem(1113,1,wall7)
doCreateItem(1112,1,wall8)
doPlayerSendTextMessage(cid,message_effect[math.random(1, #message_effect)], txt_msge[math.random(1, #txt_msge)])
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 11)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 11 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 10)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 10 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 9)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 9 then

getThingfromPos(playerpos)
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
addEvent(onTime,delay,c)
doCreateItem(1063,1,wall1)
doCreateItem(1065,1,wall2)
doCreateItem(1064,1,wall3)
doCreateItem(1063,1,wall4)
doCreateItem(1065,1,wall5)
doCreateItem(1065,1,wall6)
doCreateItem(1062,1,wall7)
doCreateItem(1063,1,wall8)
doPlayerSendTextMessage(cid,message_effect[math.random(1, #message_effect)], txt_msge[math.random(1, #txt_msge)])
setPlayerStorageValue(cid,storagething, 8)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 8 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 7)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 7 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 6)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 6 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 5)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 5 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 4)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 4 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 3)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 3 then

getThingfromPos(playerpos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doTeleportThing(cid,novapos)
doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doSendAnimatedText(getPlayerPosition(cid), '' .. phrases[math.random(1, #phrases)] .. '!', colour[math.random(1, #colour)])
setPlayerStorageValue(cid,storagething, 2)

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 2 then

doSendMagicEffect(getPlayerPosition(cid), magicffects[math.random(1, #magicffects)])
doPlayerSendTextMessage(cid, 18, 'Ok you can leave!')
doSetItemOutfit(cid, transformation[math.random(1, #transformation)], trans_time)
setPlayerStorageValue(cid,storagething,1)
doPlayerPopupFYI(cid, '' .. msge[math.random(1, #msge)])

elseif item.actionid == 7000 and getPlayerStorageValue(cid,storagething) == 1 then
doPlayerSendTextMessage(cid, 23, 'Back again?')




end
end


function onTime(a)
--config for timer
wall1 = {x=1022, y=1021, z=7, stackpos=1}
wall2 = {x=1023, y=1022, z=7, stackpos=1}
wall3 = {x=1023, y=1023, z=7, stackpos=1}
wall4 = {x=1022, y=1023, z=7, stackpos=1}
wall5 = {x=1021, y=1023, z=7, stackpos=1}
wall6 = {x=1021, y=1022, z=7, stackpos=1}
wall7 = {x=1021, y=1021, z=7, stackpos=1}
wall8 = {x=1023, y=1021, z=7, stackpos=1}
--End Of Config! by kinglewey
getwall1 = getThingfromPos(wall1)
getwall2 = getThingfromPos(wall2)
getwall3 = getThingfromPos(wall3)
getwall4 = getThingfromPos(wall4)
getwall5 = getThingfromPos(wall5)
getwall6 = getThingfromPos(wall6)
getwall7 = getThingfromPos(wall7)
getwall8 = getThingfromPos(wall8)
doRemoveItem(getwall1.uid,1)
doRemoveItem(getwall2.uid,1)
doRemoveItem(getwall3.uid,1)
doRemoveItem(getwall4.uid,1)
doRemoveItem(getwall5.uid,1)
doRemoveItem(getwall6.uid,1)
doRemoveItem(getwall7.uid,1)
doRemoveItem(getwall8.uid,1)
end



function onTime(cool.gif
--config for timer
wall1 = {x=1022, y=1021, z=7, stackpos=1}
wall2 = {x=1023, y=1022, z=7, stackpos=1}
wall3 = {x=1023, y=1023, z=7, stackpos=1}
wall4 = {x=1022, y=1023, z=7, stackpos=1}
wall5 = {x=1021, y=1023, z=7, stackpos=1}
wall6 = {x=1021, y=1022, z=7, stackpos=1}
wall7 = {x=1021, y=1021, z=7, stackpos=1}
wall8 = {x=1023, y=1021, z=7, stackpos=1}
--End Of Config! by kinglewey
getwall1 = getThingfromPos(wall1)
getwall2 = getThingfromPos(wall2)
getwall3 = getThingfromPos(wall3)
getwall4 = getThingfromPos(wall4)
getwall5 = getThingfromPos(wall5)
getwall6 = getThingfromPos(wall6)
getwall7 = getThingfromPos(wall7)
getwall8 = getThingfromPos(wall8)
doRemoveItem(getwall1.uid,1)
doRemoveItem(getwall2.uid,1)
doRemoveItem(getwall3.uid,1)
doRemoveItem(getwall4.uid,1)
doRemoveItem(getwall5.uid,1)
doRemoveItem(getwall6.uid,1)
doRemoveItem(getwall7.uid,1)
doRemoveItem(getwall8.uid,1)
end


function onTime©
--config for timer
wall1 = {x=1022, y=1021, z=7, stackpos=1}
wall2 = {x=1023, y=1022, z=7, stackpos=1}
wall3 = {x=1023, y=1023, z=7, stackpos=1}
wall4 = {x=1022, y=1023, z=7, stackpos=1}
wall5 = {x=1021, y=1023, z=7, stackpos=1}
wall6 = {x=1021, y=1022, z=7, stackpos=1}
wall7 = {x=1021, y=1021, z=7, stackpos=1}
wall8 = {x=1023, y=1021, z=7, stackpos=1}
--End Of Config! by kinglewey
getwall1 = getThingfromPos(wall1)
getwall2 = getThingfromPos(wall2)
getwall3 = getThingfromPos(wall3)
getwall4 = getThingfromPos(wall4)
getwall5 = getThingfromPos(wall5)
getwall6 = getThingfromPos(wall6)
getwall7 = getThingfromPos(wall7)
getwall8 = getThingfromPos(wall8)
doRemoveItem(getwall1.uid,1)
doRemoveItem(getwall2.uid,1)
doRemoveItem(getwall3.uid,1)
doRemoveItem(getwall4.uid,1)
doRemoveItem(getwall5.uid,1)
doRemoveItem(getwall6.uid,1)
doRemoveItem(getwall7.uid,1)
doRemoveItem(getwall8.uid,1)
end

Movments.xml

<movevent event="StepIn" uniqueid="7001" script="pyramid teleport.lua" />
<movevent event="StepIn" actionid="7000" script="Stuck 2.lua" />

AUTOREM JEST KINGLEWEY.


*OTS & Counter Strike 1.6 Only*

http://img108.imageshack.us/img108/1060/xdalg2.jpg

Offline

 

#2 2008-08-09 22:59:54

Polandos

Zbanowany

Prosze o usunięcie konta.
Call me!
Skąd: Prosze o usunięcie konta.
Zarejestrowany: 2008-06-30
Posty: 520
Nick: Prosze o usunięcie konta.
Profesja: Prosze o usunięcie konta.
Server: Prosze o usunięcie konta.
WWW

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

Bardoz ladny skrypt wykorzystam go na otsie + dla ciebie


Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.Prosze o usunięcie konta.

Offline

 

#3 2008-08-10 08:40:58

JaroSS

http://i33.tinypic.com/21bk4jn.jpg

435840
Zarejestrowany: 2007-12-28
Posty: 161

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

Zaje***** skrypt tak jak UP '+' dla Ciebie.

Offline

 

#4 2008-08-10 12:16:59

 Dantez

http://i37.tinypic.com/2rxttv8.gif

Skąd: Częstochowa
Zarejestrowany: 2008-03-17
Posty: 1946
Nick: Danreg
Profesja: Elite Knight
Server: Celesta
Level: 116

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

Bylo to juz gdzies na forum.

No ale spoko 9/10


2009-02-23 - data mianowania na Redaktora
2010-08-26 - data rezygnacji
http://img268.imageshack.us/img268/9939/25985.png

Offline

 

#5 2008-08-10 13:31:36

Heniek11

http://i34.tinypic.com/28ko5qb.gif

Zarejestrowany: 2008-02-19
Posty: 53
Nick: xxx
Profesja: xxx
Server: xxx

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

Fajny skrypt, na pewno sie przyda. Za skrypt +.


http://r3.fodey.com/1670fa23f19074057a5de08f054813e03.1.gif
http://img213.imageshack.us/img213/6058/narutolp4.gif

Offline

 

#6 2008-08-11 08:28:36

Skatten

http://i33.tinypic.com/2v2gq5x.gif

Skąd: Ten Powrót ~~ ? ;d
Zarejestrowany: 2008-07-19
Posty: 280

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

@oDśWiEżAm.


*OTS & Counter Strike 1.6 Only*

http://img108.imageshack.us/img108/1060/xdalg2.jpg

Offline

 

#7 2008-08-11 09:23:38

Konieczko

http://i37.tinypic.com/sb1sbd.jpg

status PIKACHU!
12970244
Zarejestrowany: 2008-07-28
Posty: 190
Nick: Aktualnie nie gram w tibie ;p
Profesja: Aktualnie nie gram w tibie ;p
Server: Aktualnie nie gram w tibie ;p

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

Super skrypcik leci +


16.8.08 Moj post numer 100
Zczai to :]
<-----Kliknij na buzkie i pomoz w akcji pajacyk .
http://tibiaimage.com/char/25/Koniczyna%20of%20Secura.png

Offline

 

#8 2008-08-11 10:32:19

KubixiS

http://i33.tinypic.com/2v2gq5x.gif

11960312
Zarejestrowany: 2008-03-01
Posty: 297

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

Zaje***** Skrypcior 10/10 + leci


http://img223.yfrog.com/img223/43/beznazwy1oix.jpg

http://www.tibiaimage.com/char/12/Melostor.png

Offline

 

#9 2008-08-11 10:51:00

-Sweety-

Zbanowany

13229452
Skąd: Wrocław
Zarejestrowany: 2008-08-07
Posty: 25
Nick: Sweety
Profesja: Jeszcze raz:
Server: Sweety
WWW

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

Zal po co tematy? te same
Dawal juz bamboleo i niepotrzebnie mu dajecie +

Dostal 5 + za to zal
A kopiuje tematy
Zal >.< xd
ten kto to zalozyl ten teamt jest boobkiem xd
Opcja szukaj nie gryzie nie boli to nie szczur!

Offline

 

#10 2008-08-11 14:28:46

Ziele

http://i38.tinypic.com/ztvkat.gif

6868784
Zarejestrowany: 2008-03-26
Posty: 462

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

Dobry skrypt ;] podoba mi sie 10/10 nie widzialem tego na forum jeszcze ;]


^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^
http://www.pokeplushies.com/images/adoptables/771098.gif
Nakarmisz Mnie ???
www.cs-myp.xt.pl <<<<---- zapraszamy do rejestracjii !!
www.games4you.y0.pl <<<< --------- Również zapraszamy !!!

Offline

 

#11 2008-08-11 15:55:37

 Dantez

http://i37.tinypic.com/2rxttv8.gif

Skąd: Częstochowa
Zarejestrowany: 2008-03-17
Posty: 1946
Nick: Danreg
Profesja: Elite Knight
Server: Celesta
Level: 116

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

A ja widzialem i sa nie potrzebne dawane plusy bo on poprostu skopiowal.


2009-02-23 - data mianowania na Redaktora
2010-08-26 - data rezygnacji
http://img268.imageshack.us/img268/9939/25985.png

Offline

 

#12 2008-08-12 07:47:16

Bamboleo

http://i46.tinypic.com/fwixqw.jpg

status 485915
11183814
Call me!
Skąd: Wroclove
Zarejestrowany: 2008-07-13
Posty: 1494
Nick: Dom Spokojnej
Profesja: Starosci
Server: W Kurwidołku
WWW

Re: [Movements]Skrypt - Pułapka 100% By Kinglewey.

I poco zakładasz taki sam temat jak ja??
I jeszcze Ci plusy daja za to.
Po co odświeżasz?--będą cheili to sie wypowiedzą.
Nic dodać nic ująć dawałem ten skrypt miesiąc temu ;>
Ludzie sie wypowiadali i git było
wiesz nast. razem używaj opcji szukaj!


Offline

 

Stopka forum

RSS
Powered by PunBB
© Copyright 2002–2008 PunBB
Polityka cookies - Wersja Lo-Fi


Darmowe Forum | Ciekawe Fora | Darmowe Fora
www.scooter-przemkow-team.pun.pl www.narutospritecenter.pun.pl www.radiotopmusic.pun.pl www.mrr.pun.pl www.everastots.pun.pl