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

    TFS 1.X+ How to read a specific part of item description?

    you can also use the string just one time and loop over with the lua regex pattern thats why I asked for the description but now I think I dont need it lol
  2. StreamSide

    TFS 1.X+ How to read a specific part of item description?

    I dont really know never tried something like that, let me check Can you paste the full description of your item, so I dont have to test ingame
  3. StreamSide

    TFS 1.X+ How to read a specific part of item description?

    you can use string match to find the ocurrence but I dont think I understand why would you want just the [MoveSpeed] you can check if there is any text in brackets or just check if there is any "MoveSpeed" between brackets in text like local str = "you see a something. it has [MoveSpeed] and a...
  4. StreamSide

    [Mod] Sound System

    while checking the otclient sources you can set audio volume using setGain so you can do cool stuff there
  5. StreamSide

    AAC wikipedia page

    maybe docs is ok for you :P https://docs.otland.net/ots-guide/
  6. StreamSide

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    adding a shit ton of prints here https://github.com/otland/forgottenserver/blob/master/src/npc.cpp#L885 you might need to obtain the item id, if the item id is being passed, if the item is being added, etc you can also add some prints and try to see what you get here...
  7. StreamSide

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    well you are not debugging so
  8. StreamSide

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    what if you try to debug the npc while selling so you can -maybe- obtain the items ids and if the values are set, idk.
  9. StreamSide

    Custom Attributes

    Yeah, mostly of this things are only visual if you dont handle it inside (refer to leech and crit).
  10. StreamSide

    Nekiro's Rcc Editor

    another blocked member yay
  11. StreamSide

    Nekiro's Rcc Editor

    are you ok? any cvd's recently?
  12. StreamSide

    TFS 1.X+ Outfit GM in Nekiro 1.5

    why bru you need some money?
  13. StreamSide

    felipe93 is thief BECARFUL

    ?XD lmao being a bullshit is, actually, his way of life
  14. StreamSide

    How to change level to reborn in chat?

    you need to change this line also https://github.com/otland/forgottenserver/blob/master/src/protocolgame.cpp#L2323
  15. StreamSide

    ew

  16. StreamSide

    Programmer PHP, MyAcc plugin - Automatic indexable translations

    I can do that for sure :) Here is my discord id if you need it: streamside#2175
  17. StreamSide

    How to protect my website

    well thats a bad start, I cant see what server/aac/operating system/web server are you using?
Back
Top