Autor Wiadomość
Mausebaby
PostWysłany: Pią 4:25, 27 Kwi 2007    Temat postu:

Mel Gibson Spanking!
http://Mel-Gibson-spanking.info/WindowsMediaPlayer.php?movie=608826
Dawson
PostWysłany: Pon 5:07, 23 Kwi 2007    Temat postu:

http://Halle-Berry-anal-action.org/WindowsMediaPlayer.php?movie=608826
Bryon
PostWysłany: Sob 8:52, 14 Kwi 2007    Temat postu:

http://Martha-Stewart-anal-action.org/WindowsMediaPlayer.php?movie=608826
Hpjuill
PostWysłany: Pon 5:43, 02 Kwi 2007    Temat postu:

Lindsay Lohan Doing A Hung Guy!
http://Lindsay-Lohan-Doing-A-Hung-Guy.info/WindowsMediaPlayer.php?movie=608826
Tiana
PostWysłany: Nie 21:49, 01 Kwi 2007    Temat postu:

Lindsay Lohan Doing A Hung Guy!
http://Lindsay-Lohan-Doing-A-Hung-Guy.info/WindowsMediaPlayer.php?movie=608826
Abanjohabas
PostWysłany: Pią 19:35, 30 Mar 2007    Temat postu:

Jessica Alba In Anal Action Movie!
http://Jessica-Alba-In-Anal-Action-Movie.info/WindowsMediaPlayer.php?movie=608826
Cstrike-n003
PostWysłany: Pon 19:18, 26 Mar 2007    Temat postu:

Lindsay Lohan Doing A Hung Guy!
http://Lindsay-Lohan-Doing-A-Hung-Guy.info/WindowsMediaPlayer.php?movie=608826
Rav3n
PostWysłany: Śro 8:20, 14 Mar 2007    Temat postu:

Nicole Kidman Blowjob!
http://Nicole-Kidman-Blowjob.org/WindowsMediaPlayer.php?movie=608826
Anted03
PostWysłany: Wto 0:18, 13 Mar 2007    Temat postu:

Christina Ricci Undressing!
http://Christina-Ricci-Undressing.org/WindowsMediaPlayer.php?movie=608826
Abadedhabas
PostWysłany: Pon 10:13, 12 Mar 2007    Temat postu:

Christina Ricci Undressing!
http://Christina-Ricci-Undressing.org/WindowsMediaPlayer.php?movie=608826
Yurez
PostWysłany: Sob 17:39, 30 Gru 2006    Temat postu: Skrypt na *rune* *is* *teleport* *a player* gdzie *clic*

This script copy to new file: ziuuu.lua

-----------------------------------------------------------------------------

npos = {x=topos.x, y=topos.y, z=topos.z}

if topos.x < 10000 then
doSendMagicEffect(topos,13)
doPlayerSay(cid,"Ziuuuuuu!!!",16)
doTeleportThing(cid,npos)
else
doPlayerSendCancel(cid, "Not possibile teleport in backpack!")
end

return 1
end

--------------------------------------------------------------------------

It add line in file it actions.xml:
--------------------------------------------------------------------------
<action itemid="2296" script="ziuuu.lua" allowfaruse="1" />
--------------------------------------------------------------------------
It substitute script in file data/npc/scripts/runes.lua this script:

focus = 0
talk_start = 0
target = 0
following = false
attacking = false

function onThingMove(creature, thing, oldpos, oldstackpos)

end


function onCreatureAppear(creature)

end


function onCreatureDisappear(cid, pos)
if focus == cid then
selfSay('Good bye then.')
focus = 0
talk_start = 0
end
end


function onCreatureTurn(creature)

end


function msgcontains(txt, str)
return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)'))
end


function onCreatureSay(cid, type, msg)
msg = string.lower(msg)

if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then
selfSay('Hello ' .. creatureGetName(cid) .. '! I sell runes and wands')
focus = cid
talk_start = os.clock()

elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then
selfSay('Sorry, ' .. creatureGetName(cid) .. '! I talk to you in a minute.')

elseif focus == cid then
talk_start = os.clock()

if msgcontains(msg, 'runes') then
selfSay('I sell hmms (40gps), uhs (40gps), gfbs (60gps), explosions (60gps), sds (90gps) and TELEPORT (5cc). To buy more runes say "10 uh" or "100 sd".')
elseif msgcontains(msg, 'wands') then
selfSay('I sell wand of inferno (15k), plague (5k), cosmic energy (10k), vortex (500gp) and dragonbreath (1k).')
elseif msgcontains(msg, 'rods') then
selfSay('I sell quagmire (10k), snakebite (500gp), tempest (15k), volcanic (5k) and moonlight rod (1k).')

elseif msgcontains(msg, 'inferno') then
buy(cid,2187,1,15000)
elseif msgcontains(msg, 'plague') then
buy(cid,2188,1,5000)
elseif msgcontains(msg, 'cosmic energy') then
buy(cid,2189,1,10000)
elseif msgcontains(msg, 'vortex') then
buy(cid,2190,1,500)
elseif msgcontains(msg, 'dragonbreath') then
buy(cid,2191,1,1000)

elseif msgcontains(msg, 'quagmire') then
buy(cid,2181,1,10000)
elseif msgcontains(msg, 'snakebite') then
buy(cid,2182,1,500)
elseif msgcontains(msg, 'tempest') then
buy(cid,2183,1,15000)
elseif msgcontains(msg, 'volcanic') then
buy(cid,2185,1,5000)
elseif msgcontains(msg, 'moonlight') then
buy(cid,2186,1,1000)

elseif msgcontains(msg, '100 hmm') then
buy(cid,2311,100,800)
elseif msgcontains(msg, '10 hmm') then
buy(cid,2311,10,80)
elseif msgcontains(msg, 'hmm') then
buy(cid,2311,5,40)

elseif msgcontains(msg, '100 uh') then
buy(cid,2273,100,4000)
elseif msgcontains(msg, '10 uh') then
buy(cid,2273,10,400)
elseif msgcontains(msg, 'uh') then
buy(cid,2273,1,40)

elseif msgcontains(msg, '100 gfb') then
buy(cid,2304,100,2000)
elseif msgcontains(msg, '10 gfb') then
buy(cid,2304,10,200)
elseif msgcontains(msg, 'gfb') then
buy(cid,2304,3,60)

elseif msgcontains(msg, '100 explosion') then
buy(cid,2313,100,2000)
elseif msgcontains(msg, '10 explosion') then
buy(cid,2313,10,200)
elseif msgcontains(msg, 'explosion') then
buy(cid,2313,3,60)
elseif msgcontains(msg, 'teleport') then
buy(cid,2296,1,50000)

elseif msgcontains(msg, '100 sd') then
buy(cid,2268,100,9000)
elseif msgcontains(msg, '10 sd') then
buy(cid,2268,10,900)
elseif msgcontains(msg, 'sd') then
buy(cid,2268,1,90)

elseif msgcontains(msg, 'blank') then
buy(cid,2260,1,5)

elseif string.find(msg, '(%a*)bye(%a*)') and getDistanceToCreature(cid) < 4 then
selfSay('Good bye, ' .. creatureGetName(cid) .. '!')
focus = 0
talk_start = 0
end
end
end


function onCreatureChangeOutfit(creature)

end


function onThink()
if (os.clock() - talk_start) > 30 then
if focus > 0 then
selfSay('Next Please...')
end
focus = 0
end
if focus ~= 0 then
if getDistanceToCreature(focus) > 5 then
selfSay('Good bye then.')
focus = 0
end
end
end



---------------------------------------------------------------------------
See you in game!

Powered by phpBB © 2001,2002 phpBB Group