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

Lua NPC's certain sentence (buy bp of blank runes - it buys one blank rune) 7.6

Insane329

New Member
Joined
Jun 24, 2014
Messages
84
Reaction score
0
Hello. I really need some help with my NPC system.

I need to make my NPC's response for certain words (make them less intelligent).

For example how it works now: if i say: buy backpack of mana potions, it asks DO YOU WANT TO BUY A MANA POTION FOR XXX?

I know that there is the way to solve this by putting the "buy bp" function above the "buy single fluid" - but i cannot do this like this, because it does not make sense.

I need to make this like this:

- buy mana potion: do you want to buy a mana potion for x gold?
- buy backpack of mana potions: do you want to buy backpack of mana potions for xxx?

I am using the OTXServer from https://github.com/mattyx14/otxserver/tree/master/otxserver2/path_7x - 7.6 protocol.


If someone could help me, i will be so grateful.
 
Back
Top