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

Solved OTHire 0.0.3

LoL-Up

OldTales
Joined
Jun 5, 2016
Messages
37
Reaction score
8
Location
Australia
Good morning friends, someone could help me with these errors? do not understand much of LUA :(, if anyone knows how to please fix me a light, I am willing to pay if necessary

One is caused so log a char [CreatureScript Interface], the other is caused when talking with NPC [NPC Interface]

:(

2d0yxww.jpg
 
Well, post ur record.lua and functions.lua too, so we can help you !!
Thank attention friend, can solve, I'm sorry for the inconvenience

https://github.com/TwistedScorpio/OTHire/commit/9b41a564f46e2197404b474e6b62f0fe408b8e81 This will fix your first error.

The second one, open npchandler.lua, search for
local sx, sy, sz = selfGetPosition()
delete and add instead
local sx = selfGetPosition().x
local sy = selfGetPosition().y
local sz = selfGetPosition().z

Thank you friend, helped me a lot ^^

Problem SOLVED!
 
Back
Top