What's new

[8.x] Teleport gdy mamy storage

Status
Not open for further replies.

Piotr00

User
Joined
Aug 28, 2008
Messages
20
Reaction score
2
M?j drugi skrypt. Pozwala teleportowa? si? gdy mamy okre?lone storage (uko?czony quest).

data/talkactions/scripts/tpstorage.lua
Code:
function onSay(cid, words, param)

quest = getPlayerStorageValue(cid,[COLOR="Red"]25555[/COLOR])
if quest == -1 then
doPlayerSendCancel(cid,"[COLOR="DarkRed"]Nie skonczyles questa.[/COLOR]")
end

if quest == 1 then
doTeleportThing(cid,[COLOR="Blue"]{x=100, y=100, z=7}[/COLOR])
else
return 0
end
return 1
end
Storage questa
Co pisze gdy gracz nie ma storage
Gdzie ma teleportowa?

data/talkactions/talkactions.xml

Code:
<talkaction words="!dowolneslowo" script="tpstorage.lua"/>
 

Krejzi

Advanced User
Joined
May 13, 2009
Messages
171
Reaction score
10
Age
33
Odp: [8.x] Teleport gdy mamy storage

Hmm i to takie trudne ?

Bana? jak dla mnie.
 

Micki

Advanced User
Joined
May 2, 2009
Messages
373
Reaction score
23
Odp: [8.x] Teleport gdy mamy storage

To jest banalne ( Podstawy Lua ) ale dobrze, ?e kto? pisze jeszcze takie skrypty mo?e newbie w lua si? przyda tak jak jest napis do jakiego? questa ale ja bym to zrobi? na actions a nie na talkaction...




PoZdro
 

Piotrek05

Advanced User
Joined
Feb 18, 2009
Messages
471
Reaction score
38
Odp: [8.x] Teleport gdy mamy storage

Lepiej by?oby gdyby to by? skrypt movements.
Dzi?ki temu gracz musia?by troch? pochodzi? a nie wykonuje odrazu quest, wypowiada formu?k? i koniec.
 

Kruczeq

Senior User
Joined
May 31, 2009
Messages
637
Reaction score
135
Odp: [8.x] Teleport gdy mamy storage

Nawet dobre ale raczej mi si? nie przyda do OTs'a.:)
9/10 dlatego ?e musia? Ci? poprawi? Gelio.
 

dtmasterdt

Active User
Joined
Dec 19, 2009
Messages
105
Reaction score
1
Odp: [8.x] Teleport gdy mamy storage

a co zrobi? ?e jak ma si? fighta albo pz to nie mo?na si? teleportowa? ??
 

Merridius0

Active User
Joined
Jan 19, 2010
Messages
145
Reaction score
4
Odp: [8.x] Teleport gdy mamy storage

Jak ustawic storage value??
 

SkibeQ

New User
Joined
Aug 31, 2009
Messages
4
Reaction score
0
Odp: [8.x] Teleport gdy mamy storage

Poprostu dobre ale niedoda? bym tego do mojego ots'a
 
Status
Not open for further replies.
Top