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

    GlobalEvent [MOD]Full auto WAR-TeamBattle Event(with random rewards)

    Your problem then you have made somthing wrong.
  2. Doggynub

    GlobalEvent [MOD]Full auto WAR-TeamBattle Event(with random rewards)

    Updated to v2.0, currently works on 0.3.6PL1 and 0.4 Recommended to switch to new v2.0 as it is more bug-free than the previous version.
  3. Doggynub

    GlobalEvent [MOD]Full auto WAR-TeamBattle Event(with random rewards)

    Will do , i will rewrite the script today or tomorrow to depend on teleport instead of npc too, and make it a bit more orgnized.
  4. Doggynub

    GlobalEvent [MOD]Full auto WAR-TeamBattle Event(with random rewards)

    I Will update it in the next week to work on latest 0.4 .
  5. Doggynub

    Lua Function Change Existing Monster Name In-Game

    Well.. I was making a pet system, and i prefereed to use a doCreateCreatureEx() like the item thing. So pet created virtually and i edit everything then add it, to replace current i just removed the current, created another one in same place with different name same hp. (Idea)
  6. Doggynub

    Fix/Patch OnTarget(cid,creature) fix (return false in lua scripts)

    Well as you may know that this is bugged on tfs 0.4 so i looked around a bit in the code and it was clearly obvious it was messed out so here is the fix. go to combat.cpp: find ReturnValue Combat::canTargetCreature search in this function block for if(deny) return RET_NOERROR; replace...
  7. Doggynub

    Talkaction problem

    Well it should be like that <talkaction log="yes" words="/addskill" access="5" event="script" value="skill.lua"/>
  8. Doggynub

    Talkaction problem

    Event = script Value = script file.lua
  9. Doggynub

    Skull Remover - question

    no it isn't possible.... function onUse(cid, item, frompos, item2, topos) local nonremskulls ={ -- These are the skulls it cant remove. If player has any of these, the rune wont wor SKULL_WHITE, 0 } if isInArray(nonremskulls...
  10. Doggynub

    [LUA] getting 5 highest storage counts to broadcast

    Well you could try this and tell me what are the errors you get local frag_storage = 12245 -- the frag storage id function onThink(interval) local query = [[SELECT `players.name` AS `name` FROM `players` INNER JOIN `player_storage` ON `players.id` = `player_storage.player_id` WHERE...
  11. Doggynub

    Talkaction problem

    Well show the line in talkaction.xml
  12. Doggynub

    Lua function getPlayerByAccountNumber(acc)

    Well, it returns a table with the players uid in a certain account. And like any table to get it's size use the # sign before it.
  13. Doggynub

    Action deleted thread

    That's must have been tooo boring to make, nice work. I would have never release that for free. :)
  14. Doggynub

    TalkAction Private message system.

    Why not just add a new table for messages would be much better in size, modifications, sorting, etc..
  15. Doggynub

    Action deleted thread

    Humm.. Can you describe what missions are included in it , is it like rl ? or it is only the last missions? Don't tell me download and see.
  16. Doggynub

    Rate Their [Name]

    7/10 A cartoon.
  17. Doggynub

    Complaint Editing a thread

    Ye , seems that is the problem thx.I hope the mode thing is fixeed too.
  18. Doggynub

    Complaint Editing a thread

    Well, I know that the tags are screwed when you get this mode.I am a talking about that the that mode is enabled automatically (i don't even click on it), as soon as i click on the edit thread button.
  19. Doggynub

    Complaint Editing a thread

    Well i donno if this is just from me, but whenever i try to edit any post the edit page automatically appears in WYSIWYG mode where all scripts included in code tags get screwed and i can't edit any post, it used to work fine but now i donno.
Back
Top