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

tfs 1.1 URGENT skills dont gain exp and exp rate

7804364

Member
Joined
Mar 6, 2010
Messages
457
Reaction score
10
im using tfs 1.1 and my server does not matter what i do, it wont effect the exp rate, i enabled and disabled stages, and i use !serverinfo and it says 120, but when i kill something it gives same exp in xml files, it wont change and skills wont train like you can whack a monk 1421332 times nothing will happen, and you can cast 234324 spells a ml will not go up, im willing to pay im desperate!

@zbizu

Dont let me down buddy!
 
Last edited:
I had the same issue not long ago, I just can't remember what caused it.
Did you add any scripts before this happend? in that case, wich scripts?
 
I had the same issue not long ago, I just can't remember what caused it.
Did you add any scripts before this happend? in that case, wich scripts?
i added zbizus exp thing, but the multiplier works becuase on zbizus mod for random item stats for loot, if i have like 50% exp ring and kill a rotworm i get 3040 exp, i get half the muliplyed exp from the ring, but the 1x rate exp gives me 40, so idk whats going on the exp rate is not being applied to skills or monsters?
 
Im trying to recall what caused the issue for me. Bare with me hehe
Did you try to disable the script to see if the script could be the issue?
 
Im trying to recall what caused the issue for me. Bare with me hehe
Did you try to disable the script to see if the script could be the issue?
nah, zbizu said "xp ring doesn't touch rates btw. It copies the formula to calulate extra amount of exp and then add it"
Thanks for helping me bro i appreciate it
 
Yeah I read that. But if the issue came after you added the script, trying the server without the script would eliminate at least one factor if the script is not the issue. :P Gosh, I wish I could remember what the issue was for me -.-
 
Yeah I read that. But if the issue came after you added the script, trying the server without the script would eliminate at least one factor if the script is not the issue. :p Gosh, I wish I could remember what the issue was for me -.-
you remembering is the only hope i have :(
 
Update your events/ directory.
it works thank you! omg can you help me with this error?
Code:
Lua Script Error: [Npc interface]
data/npc/scripts/Captain Bluebear.lua
data/npc/scripts/Captain Bluebear.lua:22: attempt to index global 'TravelLib' (a nil value)
stack traceback:
        [C]: ?
        data/npc/scripts/Captain Bluebear.lua:22: in main chunk
        [C]: in function 'createNpc'
        data/compat.lua:444: in function 'doCreateNpc'
        data/talkactions/scripts/place_npc.lua:12: in function <data/talkactions/scripts/place_npc.lua:1>
[Warning - NpcScript::NpcScript] Can not load script: Captain Bluebear.lua
 
it works thank you! omg can you help me with this error?
Code:
Lua Script Error: [Npc interface]
data/npc/scripts/Captain Bluebear.lua
data/npc/scripts/Captain Bluebear.lua:22: attempt to index global 'TravelLib' (a nil value)
stack traceback:
        [C]: ?
        data/npc/scripts/Captain Bluebear.lua:22: in main chunk
        [C]: in function 'createNpc'
        data/compat.lua:444: in function 'doCreateNpc'
        data/talkactions/scripts/place_npc.lua:12: in function <data/talkactions/scripts/place_npc.lua:1>
[Warning - NpcScript::NpcScript] Can not load script: Captain Bluebear.lua
TravelLib got removed you have to update your global libs and NPC libs I guess.
 
Back
Top