• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Offline After 15min

n3ziri

New Member
Joined
Sep 8, 2014
Messages
55
Reaction score
0
Hey guys. My server had a script. When ever u where at the trainer and After 15min u got disconnectef. But i have Done something so it dsnt work. Now i dont Know what i have Done. Can someone point me in right direction
 
Thats the point. I didnt change anything.

Yesterday i tryed to fix my grizzly adams npc (quest)

but from that day it dosnt kick ppl when they are at the trainers.

I may have changed some stuff at . actions / creaturescript/ npc / lib /

but i have no ide what i have done :) thats why im here maby u guys know where i can look or what i have done =)
 
To be able to help we need to see the script. If you changed the function lib this could result in non existing Lua made functions that are used in the script, but it that would give errors in your console.
You can readd the script, post the script and how you added it and look in your console for any errors and post them.
 
Here is the real question.

DID you have a SCRIPT that kicked people in trainers after 15 minutes?

Or did you just let the following config.lua value handle it:
Code:
  idleWarningTime = 14*60*1000
  idleKickTime = 15*60*1000

Or maybe you actually have no problem and you just like bugging us all by not giving us any information that we could use to solve your problem?
 
To be able to help we need to see the script. If you changed the function lib this could result in non existing Lua made functions that are used in the script, but it that would give errors in your console.
You can readd the script, post the script and how you added it and look in your console for any errors and post them.

i didnt see any errors. but i found the solution. i had a backup off all my files and i replaced it and it works now. But still i dont know what the prob was.
We can close this thread. Thx guys =)
 

Similar threads

Replies
2
Views
246
Back
Top