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

Search results

  1. G

    Lua Get the actionID of an item

    I'm developing a NPC, and I want this NPC to get a scarf from the player, but this scarf MUST have an action ID 20006. If the scarf does not have an action ID or if the action ID doesn't match id doesn't take. so far I've got this if(getPlayerItemCount(cid, 2661) >= 1) then...
  2. G

    Mapper Imaginnaria is looking for 2 mappers.

    Hello everyone. Imaginnaria team (which is actually only me) is looking for 2 superb mappers. First of all, you must speak english and you must be really good at mapping. Below you will find a few examples made by myself of what you will be doing and the quality line your mapping have to...
  3. G

    Lua getPlayerFrags(cid) depreaced?

    I'd like to know how can I check if a player is with the batte sign or not? I know the function isPlayerPzLocked(cid) But I also want to check if he has got the battle sign or not. How can I check that? Also the function getPlayerFrags(cid) has been depreaced. Is there any other similar...
  4. G

    retrieving table data

    I'd like to retrive data from a table but instead of using the exact word I'd like to use a variable. For example variableSon = "sons" local table = {mother = "mom", sons = {first = "jack", middle = "John", last = "Jonathan"}} So intead of using table.sons.first I want to use the...
  5. G

    How to insert variable into a string

    I know this is a dumb question. For example I have the variable local var = "world" and I want to create another variable but I want t oinsert this 'var'. For example local anotherVar = "Hello " var "." If you know Php it'd be like this $var = "world"; $anotherVar =...
  6. G

    Gaudium Continent Sketch

    So I have actually started mapping it, but what do you guys think about the sketch??
  7. G

    My Solo Project

    I've been working on it for the past few days. I hope I get 60% of it ready by the 15th when the dedicated server arrives. What you guys think? The third SS the houses around aren't very detailed yet. Wild Warrior camp : Minotaur mountain (theres more underground) :
  8. G

    Team [dedicated] Gaudium [15/01/10]

    Hey, what up guys. Anyway, I'll cut the crap off and go directly to the point. First of all, I was working on a solo project called gaudium (which meas joy in latim, a little sissy but it's ok). The thing is, I need a mapper and a scripter (NPC & Quests) to help me out. It's not that I don't...
  9. G

    [Dedicated Server]

    Hello here, I was just wondering if anyone has any experience with serverloft.com and vpsland.com I'm about to hire one of them (either a VPS or a dedicated server) to host my upcomming OT. Serverloft gives me a totally dedicated server 4GB ram, Quadcore, 500GB space + 5TB bandwidth for U$...
  10. G

    [TFS 0.3.6] Conditional statements for NPCs

    So, I added a custom MySQL driven VIP system into my developing TFS 0.3.6 and I have also created some standard functions for it. Basically What I want is, When a player talks to a specified NPC (Rune NPC for instance), I'd like the script firstly to check if the player is vip (using the true...
  11. G

    Dedicated Server - Windows Server 2003-2008

    Hello! I'm about to hire a dedicated server for my new upcomming OT and I'd like to know if Forgotten server is able to run on windows server? I do have experience with server managements, I just need to know how well does forgotten runs on WS. Is it better WS 2003 or 2008? I'm...
Back
Top