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

    Lua How to delete specific item description?

    @Static_ This script is to erase the attribute if the player don't like, because the "main" script add random reflect value attribute and a description with the value. And i need it because I have other scripts that add different descriptions to the item. 19:11 You see a kankuro hat (Arm:5). It...
  2. G

    Lua How to delete specific item description?

    I trying to make a script that delete a specific item description, but without success. The problem are in the form of comment in the script. Here are my trying: function onUse(cid, item, fromPosition, itemEx, toPosition) local oo = "+3 reflect." local cc = "+5 reflect." local nn = "+7...
  3. G

    Solved MySQL syntax error

    I know nothing about sql, so, i'll be very thankful for any help. I use xamp 1.7.7 Script: SELECT `player_id`, `value` FROM `player_storage` WHERE `key` = 102086 ORDER BY cast(value as INTEGER) DESC; Print: **Solved: Changed INTEGER to SIGNED
  4. G

    TFS 0.X Monsters do not run creatureevent.

    @Static_ I did this, registered in login.lua and put this tag in the xml file, but it didn't work. And I have the onSpawn event in my source, but I can't get it to work either.
  5. G

    TFS 0.X Monsters do not run creatureevent.

    As the title says, the monsters on my server are not running creatureevents, I believe it's a problem in the source, but I did not make changes to that part. The part that records the events in monster.cpp is like this: // register creature events for(StringVec::iterator it =...
  6. G

    TFS 0.X Creaturescripts is not registering events.

    Problem solved. I did something wrong when I did changes on sources. I removed and the problem ends.
  7. G

    TFS 0.X Creaturescripts is not registering events.

    @Static_ Thanks for you answer. This executable I used in other server so I picked the source files to use in this server (that gives the error). The executable runned well, but I see that some change I maded this error happen, but I changed not in creatureevents files in the source. I changed...
  8. G

    TFS 0.X Creaturescripts is not registering events.

    @Static_ No one are registering, even the MODs ones. creaturescript.xml login.lua Here is to you see the problem:
  9. G

    TFS 0.X Creaturescripts is not registering events.

    As the title says, my creaturescripts is not registering events, even though they are registered in login.lua. If someone can help, I'll be thankful. TFS 0.4 rev 3884 v8.6
  10. G

    TFS 0.X Erro NpcScript Interface

    @Static_ Yeah, yeah, you right, I totally forgot about it, omg. Thanks alot to you all.
  11. G

    TFS 0.X Erro NpcScript Interface

    Sorry double post, but I can't edit the last property. Script like that works: But when I put one 'elseif', don't work more:
  12. G

    TFS 0.X Erro NpcScript Interface

    @Lyky The error persists, the same error: [Error - NpcScript Interface] <Unknown script file> Description: attempt to call a nil value Doesn't matter what I do in this script. Do you think that I can change some file in data/lib folder that can solve this error?
  13. G

    TFS 0.X Erro NpcScript Interface

    @Lyky This is the xml file: And the path is right, because I'm just replacing the original script with this one that gives this error. If you look at my second reply, where have 2 scripts, you will see one that work fine and the other that don't. If my npc lib folder will help, here are...
  14. G

    TFS 0.X Erro NpcScript Interface

    @Xikini I used your 'base npc' and tried it: But the error keeps. I use script like that in a global server, but in this server (NTO) don't work, and I use the same TFS in both.
  15. G

    TFS 0.X Erro NpcScript Interface

    @Xikini Sorry about that, but they are the same script with my tries to solve my problem. But, talking about you said now, I don't know if is it "if b == -1 then b = 1 end" the problem, because, if you see my second reply, I put two scripts, one that works and another that not. And the script...
  16. G

    TFS 0.X Erro NpcScript Interface

    @Xikini Nothing happened, the same error happens. Look that: When I try this: I got no error But when I try this: I have lots of errors I told before. Do you know what's happen here ?
  17. G

    TFS 0.X Erro NpcScript Interface

    When I try to put this script in the server, I got alot of erros. I changed everything on the npcsystem folder, but the error persists. Here are the script: And here are the error: [Error - NpcScript Interface] <Unknown script file> Description: attempt to call a nil value TFS 0.4 rev 3884...
  18. G

    Error on Object Builder

    @jestem pro But the version of dat is 8.54
  19. G

    Error on Object Builder

    up
Back
Top