• 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. M

    Lua How to use db.getResult?

    Hello guys, How do i use the db.getResult lua code to get i.e a characters Vipdays into a variable called paccd. I'll try, correct me... local accid = getPlayerAccountId(cid) local paccd = db.getResult(SELECT 'Vipdays' FROM 'accounts' WHERE 'id' == '..accid..';) It generates an error of...
  2. M

    Lua What's wrong?

    Just found that out, thanks anyway
  3. M

    Lua What's wrong?

    What's wrong with this code: function onUse(cid, item, fromPosition, itemEx, toPosition) local voc = 1 local pos = {86,2039,7} doPlayerSetVocation(cid, voc) doTeleportThing(cid, pos) return true end The teleport thing doesn't work, why?
  4. M

    Lua I'm trying to make a tile...

    Yes, I'm trying to make a tile so that when a character walks on it and doesn't meet certain circumstances, he will be teleported to x,y,z pos. I.e: He walks on a tile but hasn't the right vocation number, so he will be teleported. If you want areas for only knights i.e. I have made a...
  5. M

    Lua Database script?

    Haha, ye but atm i'm just trying to understand the scripting ;) It didn't work though...
  6. M

    Lua Database script?

    Does anyone know how I, simply as possible can edit columns in tables in my mysql database with scripts in the game. Like u press a lever and a column in the "players" table called vipdays changes to 30. And if you know how to make it to change to +30,(add 30 days to current value) I'm...
  7. M

    Small problem, help please

    OK thank you so much for your time, you helped me remind me i used the wrong ip i used my local ip: Anyway thank you so much ;)
  8. M

    Small problem, help please

    OK hold on stay tuned ;)
  9. M

    Small problem, help please

    Yes the website can see me Please help me solve it, i'll rep++
  10. M

    Small problem, help please

    Hey guys, My friend can connect to the login server of my ot, but not the game server. In short, he can see the character list but he can't join the game. I can join the game though and i have both 7171 and 7172 ports opened. Please help... :(
  11. M

    AVG-Someone?

    Thanks it helped, i'll rep++
  12. M

    AVG-Someone?

    Hello, someone using AVG anti-virus? Cause apparently my AVG is the one blocking me from running my crying damson.exe on my tfs 0.3.6p1. It says something about that i don't have permission to start the exe file that AVG thought was infected by a trojan horse. Please help if you recognize this.
  13. M

    Windows Appreciate help...

    That's not quite what i wanted to hear ;( Isn't there a easier way then uninstalling AVG? I mean you can't somehow tell AVG it's cool? (It doesn't work with just ignoring) Do other AVG users have the same problem? How do they solve it?
  14. M

    Windows Appreciate help...

    Hello, I remember just 3-4 months ago when i was using tfs's 0.3.6p1 and it worked great! Back then i couldn't script or do mapping or anything so i couldn't take advantage of the server so much. Now i can script and do mapping and can't wait to try out all of my new ideas on how to make a...
  15. M

    Simple Simple question...

    What do i have to change for this code to be healing health instead? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)...
  16. M

    Big poison ue!

    Thanks
  17. M

    Big poison ue!

    Sry that i don't know otland by heart...
  18. M

    Big poison ue!

    zup, i'd like a script for a posion ue like hell's core.
  19. M

    The PHP-scripting in the distribution

    TY Thanks for the help, man I'm looking for an posion Ue script at the moment in case you've got any ;P
  20. M

    The PHP-scripting in the distribution

    How much How much higher are we talking if i want to atk/heal in average 100 more
Back
Top