• 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

    need help with phpMyAdmin

    perharps you could provide the image link
  4. G

    Dedicated

    esecuredata.com never used them... their servers are totally unmanaged. 99 dollars (only 2gb RAM) but you get unmetered bandwidth
  5. G

    Lua getPlayerFrags(cid) depreaced?

    gt it hehe just use getCreatureCondition(cid, CONDITION_INFIGHT) but what about the getPlayerFrags(cid)?? Nevermind. I got a workaround from the !frags talkaction :D had forgoteen about it
  6. 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...
  7. 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...
  8. G

    How to insert variable into a string

    I think I got it too hehe By using double dots (..) as well
  9. G

    How to insert variable into a string

    I ot it (just use double dots) hehe Can I use variable to return value of tables? for instance: I have the table local table = {"hello", welcome = {item1 = "hello", item2 = "world"}} But I wnat to call the table not using table.welcome.item1 I want to use like local table = {"hello"...
  10. 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 =...
  11. G

    Gaudium Continent Sketch

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

    My Solo Project

    This is the troll camp I just made... I'll start an undeground troll / bog raider cave, and on the right there'll be more trolls (harder ones) and some cycs afterwards... what you guys think so far? by the way, these moutains are actually small caves (you can't see under the top levels).
  13. G

    My Solo Project

    yeah, there's still work to do on the city... By the way, this is my first map ever xD
  14. 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) :
  15. 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...
  16. G

    [Dedicated Server]

    Hey Migxx I'm not very familair with linux. I was thinking about WS 2008. Why would you highly recommend debian?
  17. 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$...
  18. G

    [TFS 0.3.6] Conditional statements for NPCs

    They could just change your nick to saInty. Haha Thank you very much man. You are really really helpful. I actually tried looking for those, but I suck at searching keywords haha thank you veru much!
  19. G

    [TFS 0.3.6] Conditional statements for NPCs

    Thank you Santy. Although I have extensive knowledge in web programming I'm only starting with Lua. I'm still getting used to it :P By the way, you woudl'nt have any tutorials on Lua basics would ya? thanks!
  20. 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...
Back
Top