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

[Request]Show Text and uid

Zarexu

New Member
Joined
Jan 17, 2009
Messages
4
Reaction score
0
Hello.

I have a problem with showing the text. If player step on title then on other position showing text, it's like Oak.

I try with doSendAnimatedText but this show only 8 signs.

My second problem is uid. How to set uid on vial? But vial give NPC.

Sorry for English. ;)

Zarexu.
 
Hello.

I have a problem with showing the text. If player step on title then on other position showing text, it's like Oak.

I try with doSendAnimatedText but this show only 8 signs.

My second problem is uid. How to set uid on vial? But vial give NPC.

Sorry for English. ;)

Zarexu.
YOU MORON, POST IN WRIGHT SECTION.
Animated text shows ONLY 8 signs.
Only aid:
Lua:
item = doPlayerAddItem(cid, 2160, 1)
doSetItemActionId(item.uid, 1000)
 
Sorry, i don't know where add this.

I know Animated text shows only 8 signs but how to made Oak?

If i add

item = doPlayerAddItem(cid, 2006, 33)
doSetItemActionId(item.uid, 15112)

then i have it

[30/07/2009 00:02:55] data/npc/scripts/henricus.lua:81: attempt to index global 'item' (a number value)
[30/07/2009 00:02:55] stack traceback:
[30/07/2009 00:02:55] data/npc/scripts/henricus.lua:81: in function 'callback'
[30/07/2009 00:02:55] data/npc/lib/npcsystem/npchandler.lua:384: in function 'onCreatureSay'
[30/07/2009 00:02:55] data/npc/scripts/henricus.lua:8: in function <data/npc/scripts/henricus.lua:8>
 
Back
Top