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

    Lua Copy item attributes

    Lets supose a player have a ring with 86 seconds of duration and I want to make an exact copy of this ring. Which means I want to create another item with the same ID and the same duration attribute. Or a player have an armor with an special description and I want to make an exact copy of this...
  2. vitorbertolucci

    Lua Copy item attributes

    No, I need to do it in game. Like copying a ring and copying its duration all along. Im using tfs 0.4 and as far as I know there are no similar functions in this version... I will take a look at the one made for 1.x anyway to see if I can use something
  3. vitorbertolucci

    Lua Copy item attributes

    I need to clone an item and it must be in a way that all these item's attributes get copied. Is there any way to do so? (even if its done with c++) thanks
  4. vitorbertolucci

    Gesior's menus are always open

    Im having the problem that my gesior's menus always open when I load my website. I have alredy edited the line at initialize.js that says which ones should open so I think I have something wrong in my layout. I have debugged the website wih mozilla and I got this error message: TypeError...
  5. vitorbertolucci

    Graphic Designer Need a good spriter - Paying

    Hello, we are looking for a talented and responsible spriter to work with us. Contact me via skype so you can show us some of your works and discuss payment. Skype: vitorbertolucci
  6. vitorbertolucci

    Super High Skill Level Crash

    Oh it just happened again... Now with distance fighting. I just chekced the vocations.xml for skills and its fine
  7. vitorbertolucci

    Super High Skill Level Crash

    Well, as for now the only conclusion I made is that its related to new vocations (id higher than 8), so what I did was changinc the fromvoc variable of those vocations to 0. If you use new vocations you probably use an onLogin script to set theese vocations, so you should make sure it is not...
  8. vitorbertolucci

    Super High Skill Level Crash

    Thank you @Loney I executed this query... lets see if it helps. But I dont think this save system will have impact in this case because it only happens when the player logs off and then logs back in. Here is my vocations.xml, I dont't see anything wrong in it... But a change that made today...
  9. vitorbertolucci

    monster teleport script

    Yes but you should use player:registerEvent("t") instead of registerCreatureEvent(cid,"t") since you're using tfs 1.0+
  10. vitorbertolucci

    monster teleport script

    registerCreatureEvent(cid,"t") at login.lua
  11. vitorbertolucci

    Super High Skill Level Crash

    So... Searching arround I figured it may be related to a vocation's bug since whenever it happens I see the error: Warning: [Vocations::getVocation] Vocation 4294967295 not found. I saw that I have to change the 'fromvoc' tag of my new vocations to 0 but Im not really sure this is the proper...
  12. vitorbertolucci

    Super High Skill Level Crash

    Hello, Im having a really odd issue with my server... For some unknown reason, some players are suddenly leveling to a skill level higher than 10.000, like sword fighting or magic level, and when they hit a monster or cast a spell, the server crashes. I had to opportunity to talk to one of the...
  13. vitorbertolucci

    Programmer PHP Gesior programming

    Still looking... It is not a hard task that I need
  14. vitorbertolucci

    Programmer PHP Gesior programming

    Im looking fot someone with PHP experience to develop a few things for my gesior website, it is not too complex. If you are interested contact me on skype so we can discuss payment and I can explain in details what I need.
  15. vitorbertolucci

    Unsuported client version (8)

    Thanks man, now I was able to import the map. But can you help me trhough this process? Once I import the map, I receive: 'The loaded map appears to be a items.otb format that deviates from the items.otbloaded by the editor. Do you still want to attempt to load the map?' And after I click yes...
  16. vitorbertolucci

    Unsuported client version (8)

    Yes but the problem is I just cannot import my map due to this error: mellmap.otbm should only contain ASCII characters.
  17. vitorbertolucci

    Unsuported client version (8)

    Please read my full post :/
  18. vitorbertolucci

    Unsuported client version (8)

    I'm having a big problem with my 8.60 map using remere's map editor. I believe I know exactly what caused the problem but have no idea on how to solve it. I created a few new items using otb editor. All those items work fine on my server but today I placed one of those items on my map and saved...
  19. vitorbertolucci

    House only for vip players

    @beastn actually this function is a part of the vip system I made for my server, which is as simple as: function isVip(cid) return getPlayerStorageValue(cid,vip_storage) == 1 end And I tested it with 2 gamemasters, one being VIP and another being free and the script worked as it should. It...
  20. vitorbertolucci

    House only for vip players

    @Xikini but it would only result in the same problem since the issue is the function doCreatureExecuteTalkaction is not working for normal players. @StreamSide Have already tryied it :/
Back
Top