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

    Item Editor - Newly created items cannot be 'used'.

    Well, as I said, I was able to figure this out. I had to make the changes, then update the item, then save it.... as long as I do it's all good. :) I understand where everything is kept. I didn't understand the "quirks" of this item editor. As I stated in the first post, I have done this...
  2. Taurus

    Item Editor - Newly created items cannot be 'used'.

    Again, though. And I'm really really not trying to be contradictory: My item editor has these options... unpassable, movable, block misiles, block pathfinder, pickupable, stackble, force use, multi use, rotatable, hangable, hook south, hook east, has elevation, ignore look, readable, full...
  3. Taurus

    Item Editor - Newly created items cannot be 'used'.

    They are, pickupable, moveable, and to be sure I tested "force use" and without. Where is the option "useable" can you show me on your itemeditor? Mine doesn't have "useable" and "force use" doesn't make any difference.
  4. Taurus

    Item Editor - Newly created items cannot be 'used'.

    There are many options... no "useable" nor "useable lol"... however. I did try to check the option for "force use". But that doesn't work either. I even went into the editor and copied the item that DID work. And still not able to use it. I have triple-checked it's not the script, I have...
  5. Taurus

    Item Editor - Newly created items cannot be 'used'.

    I have edited the OTB to add items (with another item's appearance, so no sprites necessary). I have added them to items.xml I have added them to actions.xml The issue is not that I cannot CREATE or SUMMON the items. I cannot USE them. I can summon them all day long, they have my description...
  6. Taurus

    Item Editor - Newly created items cannot be 'used'.

    Still wondering about this. Bump
  7. Taurus

    Item Editor - Newly created items cannot be 'used'.

    So I made a promotion scroll, and when I assign the action and script to another ID like 11144 I can use it. Otherwise I cannot. What's the deal here? Why are my new items unusable. Can anyone hazard a guess? Solved, kinda. II Knight was right when he said "on item editor update item". It...
  8. Taurus

    Lua Second/Third Promo NPC "You are already promoted".

    YOU'RE A HERO! You showed me exactly what I was forgetting. local level = player:getLevel(50) Changed to: local level = player:getLevel(cid) and added if vocations[vocID] and level >= 50 then And now the script checks for level before promoting! You are totally awesome dude. Our...
  9. Taurus

    Lua Second/Third Promo NPC "You are already promoted".

    Any one of these things would solve my little problem. 1. some help with the original NPC lib file where it sets the storage. 2. an item.otb editor for 10.99 (or whatever works for tfs 1.3) 3. an npc that checks level before selling items. 4. making Fablow's script check for level. I'm really...
  10. Taurus

    Lua Second/Third Promo NPC "You are already promoted".

    How do I make this script check for the players level in tfs1.3?
  11. Taurus

    Lua Second/Third Promo NPC "You are already promoted".

    But wouldn't we be using a different otb anyway, besides 10.99 i mean
  12. Taurus

    Lua Second/Third Promo NPC "You are already promoted".

    This is perfect. The one problem I have is I can't find an otb editor for my items.otb. What editor do you use with OTXserver3 (or tfs1.x) I use version 10.99 if that matters
  13. Taurus

    Lua Second/Third Promo NPC "You are already promoted".

    Yes, I have tested probably over a dozen configurations on this. I REALLY have no clue... This is driving me insane. I know the issue is here if player:getStorageValue(Storage.Promotion) == 1 then npcHandler:say("You are already promoted!", cid) I have tried every...
  14. Taurus

    Lua Second/Third Promo NPC "You are already promoted".

    Damn I was really optimistic about this. I used the scripts from the post you linked me to, I even made the changes suggested by the person who helped you out, however when I say second promotion, he asked if I want it I say yes and nothing happens. I think it's because we're using two TOTALLY...
  15. Taurus

    Windows Port 80 redirect/port checker tool question.

    Well, the issue isn't with my ports. I have players online right now, everything is cool. They just have to type the port number in browser to get to the webpage. It's just when i use the redirect that no one can connect. Here's the deal... a "port 80" redirect should only redirect one port...
  16. Taurus

    Lua Second/Third Promo NPC "You are already promoted".

    Thank you! I really appreciate the help, it's just that I've pretty much exhausted everything I know to do. If there is any way you could help out I'd really appreciate it. I tried to edit it to be if player:getStorageValue(Storage.Promotion) >= 4 then But then it doesn't work. I don't...
  17. Taurus

    Moving whole map to other position

    You could create another map of the same size/version, then import the old one to different coordinates. I haven't tried it but I'm pretty damn sure it will work. As far as how to get it on specific coordinates? I have no clue.
  18. Taurus

    Vocations Regen

    When he says recompile, he doesn't mean just compile it the same way again. He means you'll need to edit the source so that it knows to check the vocations.xml for the regen rates. A server that won't allow you to edit the XML files is useless. I'd find a different distro to use.
  19. Taurus

    Windows Windows Firewall or McAfee firewall is changing port settings automatically?

    If you disable the McAfee firewall, does everything work? If so, then that's your problem and you'll need to correct it in McAfee settings. Another thing, I would never attempt to run two firewalls at once. It just sounds like a recipe for disaster. Without more information it's hard to make a...
  20. Taurus

    Lua Second/Third Promo NPC "You are already promoted".

    I have made every attempt to search this issue, I have also used the search feature on Notepad++ to check all scripts for anything that could apply. I may have isolated the issue, but I am unable to fix it myself. The issue is that the NPC will only promote players ONCE. After that it says "you...
Back
Top