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

    Scripter Looking for a scripter to buy a creaturescript

    Ohh.. I'll see what happends.. Thank you so much everyone! This is been so helpful, not only for the script, i also learn some scripting things! (: I hope someday i be able to payback all your help :rolleyes:
  2. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    Thanks Razor :D One last question! CONDITION_PARAM_SPEED is not working for me, either CONDITION_HASTE (I know, it was a fail try using the condition from haste spell xD) Is not possible to add movement speed on this bonus script or am i doing something wrong? I already tested few others and...
  3. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    Razor, the only thing doesn't properly works on your script is the multiple bonuses: [8] = {bonus = {CONDITION_PARAM_SKILL_MELEE, CONDITION_PARAM_SKILL_SHIELD}, value = {2, 2}}, -- elite knight I promoted a knight and the only bonus working is +2 shielding. But that's ok for me, I'm only going...
  4. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    I'll also test yours Razor and reply, thanks a lot for the help you both! Question: Where i can see all the conditions params? Like speed, or health, mana, maybe if theres counter or drain bonus param? :P
  5. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    Ohh... That's it :P Thanks @whitevo, it works good :) I'll keep testing it with promotions or vocation changes ^^
  6. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    No Razor, the script you made for me doesn't generate any error on the console
  7. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    I Installed as you say there and this error shows up: Here's my login.lua: local SUBID = 300 --give your won sub id for attributes if 1 is in use already. local config = { ["druid"] = { CONDITION_PARAM_STAT_MAGICPOINTS = 3, }, ["paladin"] = {...
  8. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    I found this piece of addons bonus script: I'm trying to make up something with those lines but not even sure what the hell I'm doing haha
  9. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    Sorry >< Stills doesn't works :c
  10. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    Anyways, maybe I'm not a scripter but i'm trying to use my logic and find what's wrong :P Even if the script RazorBlade made for me doesn't works, it's a big start, i'll try to work with that and see if i can fix ^^ Thanks everyone for your replies :D
  11. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    I didn't see any errors... :c Here's my login.lua: local bonuses = { [1] = {bonus = {CONDITION_PARAM_STAT_MAGICPOINTS}, value = {1}}, -- sorcerer [2] = {bonus = {CONDITION_PARAM_STAT_MAGICPOINTS}, value = {1}}, -- druid [3] = {bonus = {CONDITION_PARAM_SKILL_DISTANCE}, value =...
  12. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    Thank you sir! I will test and tell you how it goes! --Edit: Sorry, It don't works :C @RazorBlade
  13. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    Permanent Gain i guess, as wearing a focus robe... Edit ^ : I guess is not "permanent gain" :P my bad, maybe as kind of "boost while online" Sample: Create Character > Choose Sorcerer (or w/e) > login and the script applies the bonus for being sorcerer... (it has to work as bonus because if he...
  14. Athenuz

    can any one help me to get script show top 5 frags at my map

    Maybe Google Translate may be useful ^^
  15. Athenuz

    can any one help me to get script show top 5 frags at my map

    Kind of the logic i used on my script request... "i need support" ..there we go, to support forum :confused: He wants this for his map... Maps sub-forum!
  16. Athenuz

    can any one help me to get script show top 5 frags at my map

    Oh, for your map... That sound kind of hard.. Maybe some source editions and not sure if you have to inject dlls to your tibia client or altern with OT Client (and maybe also make source editions on you OT Client)... I have no idea how to do that but at least now we know exactly what you...
  17. Athenuz

    can any one help me to get script show top 5 frags at my map

    I'll try to translate: He wants a kind of script for the 5 top fraggers, with 3 minutes refresh/update time on the website... Or something like that. Is that right?... Tell us what account manager are you using (modern, znote, gesior, etc.)
  18. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    Okay :P Bonus skill onlogin per vocation: Knights get +1 shielding skill, mages +1ml, paladin +1 dist... etc That's enough? @Xikini Im using the last commit of tfs (1.x)
  19. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    I guess that's right... But i'd like to also give a little as payment to this forum members since I'm not a great scripter, mapper or something... And it's hard for me to payback to this forum the help i receive, all i can do is help the people with the errors/problems i've had before and give...
Back
Top