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

    Training a knight?!

    I was wondering where and on what monster can I train my knight. My skills now is 92/86 and lvl 92. I tried slimes, but well ... , they died very fast and I am mostly interested in leveling up the shielding skills. Any suggestions will be very much appreciated. (Non-pvp)
  2. Doggynub

    Question on making new panel

    In the otui the parent widget is a Panel(uiwidget) then it have some other widgets. Why when it is created I have to exeplicitly call g_ui.createWidget to create the widgets in it. While on the MiniWindow widgets all childs in the otui are automatically created?
  3. Doggynub

    npc chat window error with highlighted text when next msg is more than a line

    Further testing: This occurs when the next text is more than one line. so the first message had a highlighted text then the second msg is more than a line this occurs. - - - Updated - - - nvm, edited some stuff in console.lua to fix.
  4. Doggynub

    [Solved]crash on start

    I donno why but on this pc I get signal SIGSEGV on starting the client and it crash immediatly warning: (Internal error: pc 0x83 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x83 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x80 in read in...
  5. Doggynub

    hovering on a widget

    How does "onHoverChange" to execute a function when i hover on a widget?
  6. Doggynub

    setITemSpecialDescription

    Where is the implementation of that function? can find in lib folder nor in sources?!
  7. Doggynub

    Update item to single player

    I used sendUpdateItem to update an item on a single player client but when i leave screen and come back it is back to its old item, I was wondering why?!(just for test purposes only need when leave screen item don't change) I have checked if any messages are send from server to client or...
  8. Doggynub

    addContainerItems(container, items)

    How it works? it adds table containing items to a backpack if backpack slots finished it add a new backpack in the main backpack and continue adding items. Parameters? container: argument of type thing , so if you have uid of bag you can get it in from of thing using getThing(uid) items...
  9. Doggynub

    Programmer Searching for PHP coder

    I am searching for a good php coder to Help in some stuff on my site. We can agree on price when I see your work. Please pm me. Note: It is just a one time job. You are not to be part of a team or something, just do this task get the money and we can say goodbye. :)
  10. Doggynub

    Silkroad private servers!

    Well i was wondering if there is a forum just like otland/otfans but for silkroad ?!
  11. Doggynub

    Lua Function clipboardCopy(text) Can be used with positions

    Well thought of this when i saw this thread http://otland.net/f35/coordinates-159038/ This function copy the text to the clipboard (ie: as if you made ctrl+c to the text) luascript.h find static int32_t luaStdSHA512(lua_State* L); and place this under static int32_t...
  12. Doggynub

    referencing a table over multiple files

    Well I was wondering , If I have a file containing a table and I included that file on other lua files with "dofile" I get results as follows: For files that are of same event(actions scripts for example): if i changed the value of table from any action script, and get the new value from...
  13. Doggynub

    Can't login server

    Character list appears, I click ok the connecting box keep on there. (local server) It is 0.4 server (3884) I can log normaly on 0.3.6 server my globalip is 127.0.0.1
  14. Doggynub

    how to make the older 0.4 or 0.3.6 to work on visual studio?

    how to make the older 0.4 or 0.3.6 to work on visual studio?
  15. Doggynub

    Scripting service (request and you will get it)

    Well, let me start by this...... I am not working for servers because I have tried this many times and I failed, always work for a while then I stop because of me not active, because i got bored of the owner or because requests started to be really annoying. It is a payed service because...
  16. Doggynub

    3 Requests!

    nvm
  17. Doggynub

    Exp amount come in negative amount

    Well , When the experience is too large it show above player in a negative amount while in the console message it appears correctly , is there any fix to this?! 0.4 latest
  18. Doggynub

    Lua Animated text

    What is the alternate now in 0.4 for animated text msg?!
  19. 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...
  20. 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