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

    [Germany][10&11] Leiends - War Server

    Start today!
  2. Monomalo00

    [Germany][10&11] Leiends - War Server

    Bump We change the opening date, it will be the real date 100% 10 June, 18:00! GMT +1 Registration is open! News - Leiends 5 Days left! 4 Days left! Free 300 TC for first 10 guys, just post your character name. (Finished) 3 Days Left!
  3. Monomalo00

    [Germany][10&11] Leiends - War Server

    Thanks for correct me, i'm so bad speaking english. To get the quest set you'll need to kill a lot of people and with the donator set you'll have that little advantage and will be cheap.
  4. Monomalo00

    [Germany][10&11] Leiends - War Server

    Reserved Bump Update post Soon more photos and info.
  5. Monomalo00

    [Germany][10&11] Leiends - War Server

    Some information: Start at 10 June, 18:00 PM +1 GMT Server hosted in Germany (We'll try to put a proxy for latin america) Version: 10 & 11 Start level 80 and end level its 200. Quest Set it's better than Donator Set. 6 Quest for do but you need kill a lot of ppl. The map is small and playful...
  6. Monomalo00

    Talkaction problem

    I tryied just with guild:getId() and works, with enemy:getId(), no. But i have other problem, in the website dont show the names but if i send inv directly from website works. Thanks Edit: is missing name1 and name2 in (b.query("INSERT INTO `guild_wars` etc.) Fixed
  7. Monomalo00

    Talkaction problem

    Hi, im trying to pass this script to tfs 1.2 and i have this problem. data/talkactions/scripts/war.lua:147: attempt to concatenate local 'guild' (a userdata value) stack traceback: [C]: in function '__concat' data/talkactions/scripts/war.lua:147: in function...
  8. Monomalo00

    KD to my website

    I got other idea. Use the KDA script to update directly the DB. My idea it's the same think this script is updating the description make with DB. With some line like this: db.query("UPDATE `players` SET `kda` = `kda` + "?" WHERE id = " .. getPlayerGUID(cid) .. ";") KDA if...
  9. Monomalo00

    KD to my website

    Someone can try to help me? thanks
  10. Monomalo00

    KD to my website

    1.3
  11. Monomalo00

    KD to my website

    How i can make this in MYSQL. In Player_Storage: select player_id, key (30000,30001,30002), value (30000+30002 / 30001) = result And with this result i make KD for my website (maybe i need create some table for works good) i triyed for myself but i can't reach the solution.. if someone know...
  12. Monomalo00

    Free Advertisement on OTList for 10 People

    Thansk you SIR!
  13. Monomalo00

    Free Advertisement on OTList for 10 People

    @Extrodus done!!
  14. Monomalo00

    KD to my website

    upupup
  15. Monomalo00

    Outfit Images - 10.99

    Retro addons?
  16. Monomalo00

    KD to my website

    Hello again, someone knows how i can add the KD to my website? (taking the info from DB) This sidebar its for Frags and i want transform for KD/R, i have some idea but i dont know how to do. My is idea taking Frags + Deaths from DB and make a average. Thanks you <div...
  17. Monomalo00

    Quest x Frags

    Okay now it's updating more 6 values but dont count all frags. I'm going to look UPDATE: This have a big problem and its the values are getting doubles. Example: if you have 15 kills and me 12 kills, if i kill you and after i logout or die by you, im going to get your value from this storage...
  18. Monomalo00

    Quest x Frags

    Okey, i see the problem now. I'm looking my database and its not updating the storage of frags, just get 1 and dont take more. Maybe it's becouse i have installed skull system idk exactly. Sorry @Printer I tested with a storage edited and works good, the problem its this ^ Maybe i can edit this...
  19. Monomalo00

    Quest x Frags

    Can you show me your door script? Im sure the player have more than 5 frags becouse i tested with a lot of frags. I add action script + action in RME + playerdeath.lua actions.xml <action actionid="1000" script="test.lua"/> playerdeath.lua local byPlayer = 0 local killerName if...
  20. Monomalo00

    Quest x Frags

    i placed now okey, but still the same problem. only i can pass the door max with 5 frags, with +6 i can't (from door config) like this dont work || if(getPlayerStorageValue(cid, 1000) < 6) then like this works || if(getPlayerStorageValue(cid, 1000) < 5) then codes are in the top
Back
Top