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

Search results

  1. wikutag

    Loot problem

    My loot shows and it drops from monsters but sometimes it doesn't even drop what it sayts or it says 2x the drop Idk what the problem is can someone assist me? 0.3.6tfs
  2. wikutag

    Premium problem

    [24/10/2014 00:01:00] mysql_real_query(): UPDATE accounts SET premiumdays = premiumdays - 1 WHERE premiumdays > 0; - MYSQL ERROR: Unknown column 'premiumdays' in 'where clause' (1054) I have premium inside my character did I add it wrong?
  3. wikutag

    DELETE

    bump
  4. wikutag

    Custom client

    Anyone wanna make me a dope ass client? 8.6 message me I really need it :D
  5. wikutag

    DELETE

    Bump
  6. wikutag

    Premium problem

    I have one also for vip so it should work for premium right?
  7. wikutag

    Premium problem

    This semm legit? <globalevent name="premiumRemover" time="00:01" event="script" value="paccdaysremover.lua"/> function onTimer() db.executeQuery("UPDATE accounts SET premiumdays = premiumdays - 1 WHERE premiumdays > 0;") return true end
  8. wikutag

    Premium problem

    How I got this set up is they buy premium by !premium. It coast 10k a day. everything works but it just doesn't remove the days and I checked everywhere and idk why This is all I have premium related tfs 0.3.6 forgotten config.lua freePremium = false removePremiumOnInit = true talkactions...
  9. wikutag

    Compiling

    Well I cant compile lol. I spent 2 hrs just trying to figure it out. People can x log and still be online for HOURS try using this This is in my config.lua stopAttackingAtExit = false Just don't want my server to get banned off otservlist...
  10. wikutag

    lib 034-exhaust problem

    Its a player broadcasting talkaction --- Config --- local levelReq = 100 -- minimum level requirement local minChars = 3 -- minimum characters in message local basePrice = 50 -- Base price, will be multiplied by the player's level. local group_id = 2 -- players with this group_id or higher won't...
  11. wikutag

    lib 034-exhaust problem

    0.3.6 tfs My 034-exhaust lib exhaustion = { check = function (cid, storage) if(getPlayerStorageValue(cid, storage) >= os.time(t)) then return TRUE end return FALSE end, get = function (cid, storage) local exhaust =...
  12. wikutag

    DELETE

    bump
  13. wikutag

    help with editing a mod

    [Error - GlobalEvents::timer] Couldn't execute event: RushStart <globalevent name="RushStart" time="18:46" event="script"><![CDATA[ domodlib('re') function onTime(interval, lastExecution) setGlobalStorageValue(t.g, 1) setGlobalStorageValue(t.u, 0)...
  14. wikutag

    help with editing a mod

    Idk wat to do lol can anyone help me I basicly got the cords for the players for the wait room and where they teleport to after enough players joined but I just wont use the command !start and the time it suppose to start doesn't work either
  15. wikutag

    help with editing a mod

    I just got a 100% good rush script basicly team vs team. Can someone help me with it via teamviewer pplleeaasseee im confused af Using tfs 0.3.6 pm me if you can help me
  16. wikutag

    DELETE

    Lol smh sorry. fixed. HAHA
  17. wikutag

    killinginthenameof Not Working

    buummmpppp
  18. wikutag

    Points system! HELP

    Im using 0.3.6 tfs and yes I have rate magic, its 12 and the one you edited was the talk action
  19. wikutag

    Points system! HELP

    Like my char is level 2 magic level with 99% . and you spend your points at 99% it takes ur points but doesn't level your magic to the next level like suppose to no errors
  20. wikutag

    Points system! HELP

    It works but it keeps taking points when your 99% and doesn't level you up.. Heres thecreaturescript if needed local VocPoints = { [1] = 3, [2] = 3, [3] = 3, [4] = 5, [5] = 5, [6] = 5, [7] = 5, [8] = 8, } function onAdvance(cid, skill, oldlevel, newlevel) if not...
Back
Top