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

    Action script onUse Error

    Okay thanks :D But the text that is in the book is on the map editor, so when I use "doShowTextDialog(cid, item.uid, and the text here)" What should I put where "and the text here" is?
  2. J

    Action script onUse Error

    Hey everyone I keep getting this error whenever I open the book with writing in it that has the id of 1964 and uniqueid 65534, it gives me this error: [26/06/2012 14:24:26] [Error - Action Interface] [26/06/2012 14:24:26] data/actions/scripts/rwitems.lua:onUse [26/06/2012 14:24:26]...
  3. J

    Windows NPC Database "onThink" Error

    Thanks :D I'll try it out for a bit and see if it doesn't do it again :D ~Edit: It worked! :D Except there was one little error that I found but I changed it :D It was just "CreatureGetName" I had to change to "Getcreaturename" and then it worked :D Thanks I gave you Rep! Also I got another...
  4. J

    Windows NPC Database "onThink" Error

    I randomly get this Error in my database [26/06/2012 13:56:48] [Error - Npc interface] [26/06/2012 13:56:48] data/npc/scripts/greeter.lua:onThink [26/06/2012 13:56:48] Description: [26/06/2012 13:56:48] data/npc/scripts/greeter.lua:97: attempt to compare number with nil [26/06/2012...
  5. J

    Spell sometimes heals BUG

    They're only level 109 though :p And they hit like 20's~ :( - - - Updated - - - I fixed it :) Thanks for the help though guys! :D
  6. J

    Spell sometimes heals BUG

    Nope : ( It still heals sometimes and hits the target the other times... ; / Btw if it helps, I'm using TFS 0.3.6 I found out it's this part of the script though setAttackFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 0.7, 1.4, 20, 35)
  7. J

    Spell sometimes heals BUG

    It still does the same thing :(
  8. J

    Spell sometimes heals BUG

    I made a new spell that I think I failed at... Haha whenever I use it, it hits sometimes but other times it heals the target.. Lol here's the script though maybe I did something wrong.. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
  9. J

    NPC Selling items in a stack Bug

    Yeah, well I think! haha I placed it in But WOOOOOT! That Lib you just sent me worked! :D Thank you very much!
  10. J

    NPC Selling items in a stack Bug

    Hello everyone! My recent post got deleted for some reason when someone was helping me so I have to make a new one.. anyways... My problem is: When I try to sell a stack of 100 items or a stack of items that is 2 or greater, it says "You do not have this item." However, I can sell them 1 by...
  11. J

    VIP Tile Error :(

    Nope, I didn't receive any Errors it just teleports me back and say's "I'm sorry if you want to enter you must buy VIP!" and I used the item... but I figured out a way around it.. I just used another script :p Thanks for helping though guys! :D This is what I used instead: function...
  12. J

    VIP Tile Error :(

    I think my scripts are wrong : / what's supposed to happen is say, I use my crystal ring (ID 2124) and it will say lalala cha-ching congratz.. But then it should set my storage value to 11552, which helps out my next script. The script I have for my tile is to allow someone to walk on it after...
  13. J

    Account Manager creating Salt in database

    No the account manager generates a "Sha1" password when I'm using "plain" and it also gives it some random number that goes under the "salt" table : /
  14. J

    Account Manager creating Salt in database

    Can someone help me to make the account manager to not create a salt number/code/whatever it is for new accounts? Rep to anyone who does :D
  15. J

    Windows SQL Query?

    Yes, the account manager's password is not encrypted. It's just 1/1 and you can still log on it but when you make a new account it encrypts the password of the account just made
  16. J

    Windows SQL Query?

    The encyption type is set to "plain" but no, the account manager's password is not encrypted.
  17. J

    Account Manager (Problem - Invalid Password)

    Someone has to have the answer... Anyone? :(
  18. J

    Windows SQL Query?

    Sure, when you log into account manager with 1/1 you can make an account and a character, however if you try to log onto the account manager on that account, it will say "Invalid Password"
  19. J

    Windows SQL Query?

    That doesn't work :(
  20. J

    Windows SQL Query?

    I don't need to access anyones account, it's just that's the only way I've found out how to fix the account manager. If you try to log on it with their account with the "Sha1" Password and the "Salt" thing then it will say "Invalid Password" However, when you change the password from "Sha1" to...
Back
Top