qben360
Member
- Joined
- Feb 20, 2015
- Messages
- 170
- Solutions
- 1
- Reaction score
- 12
Look the npc likes crazy, they walking so fast at normal. How i can change this?
Video:
bandicam 2017-03-09 15-09-58-238
And i have problem when player say hi to npc he respond and player can buy items, and can say bye, but if player didint say bye, npc dont say bye , then noobs can block npc
About npc dont saying bye when player is afk not respond, i found something in npchandler.lua
function NpcHandler:setMaxIdleTime(newTime)
self.idleTime = newTime
what i need change? to work npc responding "Good bye" when player is AFK.
OK i change respond goodbye but i need change this speed walking npc
Video:
bandicam 2017-03-09 15-09-58-238
And i have problem when player say hi to npc he respond and player can buy items, and can say bye, but if player didint say bye, npc dont say bye , then noobs can block npc
About npc dont saying bye when player is afk not respond, i found something in npchandler.lua
function NpcHandler:setMaxIdleTime(newTime)
self.idleTime = newTime
what i need change? to work npc responding "Good bye" when player is AFK.
OK i change respond goodbye but i need change this speed walking npc
Last edited by a moderator: