• 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. Luka Trklja

    Linux Functions randomly stop working

    I have an interesting problem, my server is hosted on Linux TFS 0.3.6 (first hosted on windows for half a month) and basically some functions stop working until i reload them. For example I have 10 mods, 1 of them is !love (playername) and sometimes it just stops working until you /reload mods ...
  2. Luka Trklja

    Solved Website is meant for rookgard (no vocation) add vocations

    Reinstalling Znote to the newest version did the trick for him!
  3. Luka Trklja

    Webdesigner Looking for someone to design me a website with event timer (pay $$)

    Done by @hemrenus321 , recommended.
  4. Luka Trklja

    Otservlis rules

    /
  5. Luka Trklja

    Solved [REQUEST] Soft refill talkaction

    That works, thank you very much!
  6. Luka Trklja

    script error 8.6

    It works, but im not sure if it will show married players now. Can u check in your data/lib/function.lua if you have function playerExists(name) return getPlayerGUIDByName(name) ~= 0 end CTRL + F and search for GUID
  7. Luka Trklja

    script error 8.6

    Im not sure, im not really experienced but from what I see the problem is in GetPlayerNameByGUID which is related to marriage. Try removing if(getPlayerNameByGUID(getPlayerPartner(cid), false, false) ~= nil) then message = message .. " You are " .. (getPlayerSex(cid) ==...
  8. Luka Trklja

    Solved [REQUEST] Soft refill talkaction

    Struggling with the refill talkaction, could anyone make one for me? Currently all I have is this, not sure how correct that is, still new and learning :) TFS 0.3.6 8.6 local config = { soft = 6132, worn = 10021 } function onSay(cid, words, param) if doPlayerRemoveItem(cid, config.worn...
  9. Luka Trklja

    script error 8.6

    Do u have marriage system?
  10. Luka Trklja

    Solved Website is meant for rookgard (no vocation) add vocations

    Go to config.php and search for $config['vocations'] = array( under it add this: 0 => array( 'name' => 'No vocation', 'fromVoc' => false ), 1 => array( 'name' => 'Sorcerer', 'fromVoc' => false ), 2 => array(...
  11. Luka Trklja

    Linux Error in console

    I dont even know what triggers it, TFS 0.3.6 8.6 LINUX [Error - TalkAction Interface] buffer:onSay Description: data/lib/034-exhaustion.lua:28: field 'day' missing in date table stack traceback: [C]: in function 'time' data/lib/034-exhaustion.lua:28: in function 'set'...
  12. Luka Trklja

    Solved [TALKACTION] Exchange in-game coins for shop points

    Need help with this script, I have most of it (hopefully its good) but i need help with the part where it adds points to database. TFS 0.3.6 / 8.6 function onSay(cid, words, param) if doPlayerRemoveItem(cid, 9970, 100) == TRUE then -- this is the part i need...
  13. Luka Trklja

    Solved Full Item Description

    Have u tried adding <attribute key="showattributes" value="1" /> ? (Restart the server after changes) If that doesnt work maybe you could go the hard way and use <attribute key="description" value="your desc here" /> and add them manually?
  14. Luka Trklja

    [Fixed] Znote Error

    Go to UniServerZ\Core\mysql\my.ini and change "thread_stack = " to a higher value it's probably on "128K" you can change it to "128M" . Restart the program when u make changes!
  15. Luka Trklja

    Multiple jobs offered

    I need help with a couple of stuff. I dont have much money but I hope we can work things out. 1. I need someone to design me a website (with some functions like event timer). 2. Set up payment options. I have paypal all working but I need help with others, example: for brazil (pagseguro i...
  16. Luka Trklja

    Solved Xampp problem with port 80 being used

    Login to your No-IP account and go to Sign In - No-IP More info on the picture :)
  17. Luka Trklja

    Solved Xampp problem with port 80 being used

    You can use Port 80 Redirect in No-IP settings, worked for me. :) (Use no-ip old site)
  18. Luka Trklja

    Solved Can someone help me make my own client?

    I will. Thanks.
  19. Luka Trklja

    Solved Can someone help me make my own client?

    Ok, done that part, but i still cant find the RSA Key. I've downloaded from the link you gave me and when i search for it it just says "cant find"
  20. Luka Trklja

    Solved Can someone help me make my own client?

    So 1 NUL(00) is counted as 1 characters or 2?
Back
Top