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

    Runes

    Soo i would like some help with two runes. Tfs 0.4 3887 The first one i need it to work in 2 ways so ek and mage dont act from the same min/max to make it easyer to tweek. local array_knight = {1, 2, 4, 5, 6, 8, 9, 10, 12} function onUse(cid, item, fromPosition, itemEx, toPosition) local...
  2. D

    Paladin rune

    Now it shows first mana and the hp can work with that thx and sry for all the spam in the help section :p
  3. D

    Paladin rune

    Now im only pitty but it shows the hp! but not the "+" in front of it :P and for some reason i still got this shitt the hp and mana for some reason is 1 sqm from each other Gyazo - e92748729512ed5f6ba5ce95c0d80140.png
  4. D

    Paladin rune

    No error but got debugg on both chars :D
  5. D

    Paladin rune

    Ye thats on true, the problem it that the paladin rune only wanna show +mana and not +hp
  6. D

    Paladin rune

    Wow fast respons, but neither of them did work. @GarQet @Itutorial Should also say that the script workt but just the same way as b4 Was looking into liquids and did something but dont know what and now Gsp heal looks like this :rolleyes: Gyazo - c5e3264801aab3f09cf3fe46d960a54c.png
  7. D

    Paladin rune

    So i got my paladin rune to work but it only show +xxx mana and i want it to show hp to (like spirit rune) but i cant get it to do so tfs 0.4 3887 local vocations = {3, 7} function onUse(cid, item, frompos, item2, topos) if isInArray(vocations,getPlayerVocation(cid)) then...
  8. D

    Items on level

    Ehh fuck it your right :rolleyes: With this one tho you need one for each reward insted of the other one where you could add more then one. function onAdvance(cid, skill, oldlevel, newlevel) if(getPlayerStorageValue(cid, 99961) ~= 1 and skill == SKILL__LEVEL and newlevel >= 300) then...
  9. D

    Items on level

    The reason to this is the lack of intrest from time to time and the person im working with (the scripter) got out of school and got a job so he dont got much time to use to help me out (and i have no clue where to learn this shit becouse for me its hard to understand) I understand what you are...
  10. D

    Items on level

    Was asking for help becouse i did not know what i was doing and still dont. And if i manage to get it from a friend and he told me not to share it im gonna respect that and not share it sry. Rly like the help i got from @Xikini and @Itutorial but im not gonna try around to fix the script when i...
  11. D

    Items on level

    @Xikini @Itutorial Got a friend to send me a working script in confidence that i didn't share it, so got it working for me but cant share it. Thx for all the help tho! And i did see the 1 get printed and didnt get an error
  12. D

    Items on level

    tfs 0.4 3884
  13. D

    Items on level

    So have added print to see if i could see the problem but still nothing in consol local levels = { [50] = {storage = 30011, vocations = { [1] = {items = { --Level 50 items [1] = {itemid = 7589, count = 1}, [2] =...
  14. D

    Items on level

    ye sry for that have not had time to fix it.
  15. D

    Rune error

    @Itutorial when i see your answer i feel im way over my head trying to understand what im doing :confused: Soo if im gonna use this for a mr i need to change local array_knight = {4, 8} For the right vocs doCreatureAddHealth(itemEx.uid, rand) to doCreatureAddMana(itemEx.uid, rand) return...
  16. D

    Rune error

    Trying to make all the runes to only work for the right voc but keep getting a error Script. local exhausted = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhausted, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition...
  17. D

    Items on level

    Have added. registerCreatureEvent(cid, "levelpot") (In login.lua) and <event type="advance" name="levelpot" event="script" value="levelpot.lua"/> But cant get it to work did i forget something?
  18. D

    Items on level

    Okay so got help with this earlier but got a new problem with this. Im using this script to give a reward at a specifik lvl. local items = { {itemid = 7458, count = 1}, {itemid = xxxx, count = yyyy} } local bagId = 2000 function onAdvance(cid, skill, oldlevel, newlevel) if...
  19. D

    Reward at level (Need help)

    okay thx for info
  20. D

    Reward at level (Need help)

    Do you know how many requests is allowed to make on a day? Got another one :rolleyes:
Back
Top