• 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!

Recent content by tozikrulz

  1. T

    Solved Simple NPC quest with 1 small problem

    That was the problem, thank you, i need to work my eye for details.
  2. T

    Solved Simple NPC quest with 1 small problem

    Hello, this script is pretty much complete, it works well except for not saying the specified message for the 'You have completed the task already!' response but the other responses work, thank you for taking a look at this. TFS 0.4 for 8.6 This is the simple boss quest NPC i wrote this...
  3. T

    Solved Spawn Creature onKill

    This worked perfectly, thank you!
  4. T

    Solved Spawn Creature onKill

    Hello This feature is almost working, it is meant to spawn creatures around the killed creature every time you kill one, the problem I am having is the creatures only spawn around the killed creature IF you kill the previously spawned creatures Explained: if you kill boss = spawn miniboss, if...
  5. T

    Promoted Vocations Reverting When Logging In

    Thank you for all your help, I have found that the problem was solved after i used the promotion npc to promote you which suggests that the problem was with the promotion level in phpmyadmin was not changed but i do not want to use the npc if possible, can someone post the string of code used to...
  6. T

    Promoted Vocations Reverting When Logging In

    This is reverting arcanist(14) to warlock(13) then to enlightened sorc(9) but then does not continue reverting downwards. Could there be a file somwhere that needs to be looked at? it seems that way. Edit: just to add, the promotion stat in phpmyadmin stays at 2 (2 promotions from sorc to...
  7. T

    Promoted Vocations Reverting When Logging In

    i stated i had tried using the ids of 1-4 then 5-9 and their own id's i just pasted the latest variation i had tried, you just chose not to read everything i wrote, if it helps, this is how the script looks now and it still does the same thing. <?xml version="1.0" encoding="UTF-8"?> <vocations>...
  8. T

    Promoted Vocations Reverting When Logging In

    I said i have tried that already and it reverts the vocation id of the player to 0, no vocation at all.
  9. T

    Promoted Vocations Reverting When Logging In

    I've been trying alot of different things after looking for similar problems throughout this forum but have not been successful in fixing the problem. The vocations still return to the 2nd promotion level (in my case "enlightened" vocations) when logging in. I have tried setting the fromVoc to...
  10. T

    Promoted Vocations Reverting When Logging In

    Thank you, you wonderful person. So simple and works kinda. The only problem i am having now is that spells cast by one specific vocation (id 21) is causing the server to crash but the other new vocations do not have this problem and can cast all spells with no problem. Also i have found that...
  11. T

    Promoted Vocations Reverting When Logging In

    Hello, As the title explains, I am having troubles with the new vocations i am trying to implement. I have added an extra 4 vocations successfuly (id's 9-12) and have no problems with these, however, when i added another 4 (id's 13-16) which i did the exact same thing to implement, they revert...
  12. T

    Solved onStepIn promotion

    Thank you both, both work beautifully, i knew it would be something simple i was overlooking. both liked :)
  13. T

    Solved onStepIn promotion

    Hello, The script below is meant to promote you when you step on the tile if you meet the requirements (being level 500, being a 2nd tier vocation [in this case, an enlightened sorcerer, id = 9] and have 100kk in inventory). The script will promote you, take your money and teleport you if you...
  14. T

    mysql error loading schema

    Hello good people, I decided to try a new distro today (otserv 0.6.4) but i have fallen at the first hurdle, this is the error i get when importing schema.mysql to the database: CREATE TABLE `groups` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL COMMENT 'group...
  15. T

    onuse item regen hp/mp mostly finished script that won't work

    i thought that might be the case, looks like i'll have to make it a spell for alot of level stages instead
Back
Top