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

[7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

Solved last issue but now I have new one:

How I add a greet word to 1 npc? (not to all npc in modules.lua)
 
Solved the last question, but I still have one more:
How I reset a NPC after he release focus on a player?
 
Solved the last question, but I still have one more:
How I reset a NPC after he release focus on a player?
You have addEvent() an stopEvent(), but stopEvent() it's not working for me for any unknown reason... a bug?
 
Hello, when i compile 0.0.2 version spam mute not working (no errors in console), i dont touch anything about messagebuffer etc. in oryginal otserv.exe all works well.
(You are muted for... that staff)
can someone check after compile if spam mute works?

@LuisPro - Don't worry, you aren't the only one. I have the same problem on my distro/build.

With this spam mute is weird situation. o_O
I compile on vs2010 and vs2013 and in both situation its not working. I test it with @Emky and if he compile it in vs 2013 its working on his serv o_O
I dont know why its randomly working or not o_O
 
Im not able to get the otserv application to work. It gives me error message "otserv.exe the application was unable to start correctly (0xc00000)
 
Can anyone help me with getting shared to work? What do you add to functions.lua and luascript.cpp and luascript.h?
 
can you show us ur code?
It's related to something like this:

Code:
function greetCallback(cid)
if getPlayerStorageValue(cid, 25510) == 1 then
        local shop = addEvent(sendShop, 0)
        return true
    else
        npcHandler:say('No chance, human.')
        return false
    end
end   
npcHandler:setCallback(CALLBACK_GREET, greetCallback)

If someone with that storage ==1 starts the event, it's impossible to stop it, only a restart of the server or a reload of npc scripts can do it.

It's an Othire bug?
 
giphy.gif
 
Its propobly youre antivirus.
Yes it was thank you! What map did u se for this server?
Because i tried with several real maps but it just cant load any map!
Would you help me out whith this? i'll really aprecciate it
 
Back
Top