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

    Sherice

    Ty, yeah, haven't been so sprite active lately :p - - - Updated - - - 2nd fem outfit ever:
  2. Sherice

    Sherice

    I'm working on my own project, but just 4fun ^^ I'm too lazy to be able to work on a real project :/ Btw, thanks.
  3. Sherice

    Sherice

    Hello, I decided to show some of my sprites here, they are all free to use, except for the ones I say is not free to use. I'm not taking any (more) requests, or joining any projects. First of all, I'm a he, not a she, just chose this name randomly. Well... nothing more to say, so here...
  4. Sherice

    Post your latest work!

    I think he added "hk" which probably means hiperkarma.
  5. Sherice

    Solved How to connect to my server

    OTLands Ipchanger is the best since you can choose any version you want, if you have the client. http://otland.net/f19/otland-ip-changer-134369/ Open it, and go: Settings>Add new tibia client>Write the version>Browse>C:/Tibia Folder(9.54/9.6 or whatever version)>Tibia.exe>Open>Add>Choose your...
  6. Sherice

    onStatsChange Problem

    Scirpt here then: function onStatsChange(cid, attacker, type, combat, value) if combat == COMBAT_PHYSICALDAMAGE then if type == STATSCHANGE_HEALTHLOSS and getCreatureStorage(cid, 5) == -1 then --value = (value + getCreatureStorage(cid, 10) * 2) value = value...
  7. Sherice

    onStatsChange Problem

    Hey, I got this little bug here, when I use an onStatsChange script with healthloss and physicaldmg combat on monsters, they can't get poisoned, burned or anything. Hope s1 can help me, it's really annoying :/ Thanks in advance! (I'll rep if I haven't already)
  8. Sherice

    SprEx

    Could you make an import tool/feature? The old ones won't work for 9.6.
  9. Sherice

    Lua getWorldCreatures

    Hello, I can't seem to find out how to use this function(title), could someone tell me? Thanks.
  10. Sherice

    Lua Register creatureEvents(allcreatures)

    Hey, as the title is supposed to say, how can I register a creature event to all creatures? (players, npcs, monsters) Thanks.
  11. Sherice

    Add damage

    The script didn't work, nothing happens, no errors. I've registered it to login too. :/
  12. Sherice

    OMFG's spriting thread

    I agree, looks kind of... too realistic o.o but it sure looks cool!
  13. Sherice

    Add damage

    ok, Ty very much :D
  14. Sherice

    Add damage

    Ah, thanks! on this line: return -random_range(0, ret, DISTRO_NORMAL); what does "ret" and "distro_normal" do? Also, do you know if I can add more damage by using a function?
  15. Sherice

    Add damage

    Bump, checked at weapon.cpp and found this max melee/weapon damage thing, but no minimum. Does this mean that you can damage from 0/miss-maxdamage? Or maybe it's not that.
  16. Sherice

    Add damage

    Yeah, but it seems that it's the damage value you hit and since the damage is different every hit, I don't know what the real damage value is. :/ (correct me if I'm wrong tho) There must be some kind of math thing (don't know what it's called) to calculate out what damage you have right? Like...
  17. Sherice

    Knight Spell.

    Uh I hate that you start with big letters one every word >.< I'm not sure what you mean, but probably something like life steal? http://otland.net/f82/creaturescript-vampiric-touch-lifesteal-atk-116496/
  18. Sherice

    Add damage

    Yeah but it can't really add more damage to the actual damage. I need a function, something like "doPlayer/CreatureAddDamage". I'm ready to source edit if someone can help me. Is there no way to check your total damage value?
  19. Sherice

    Add damage

    Hey! How can I add damage to normal attacks without adding damage to weapon or increasing the skills? Is there any way to get the total damage value? For example, in D3 there is a total damage value, tho it shows total damage of crit chance, dmg and atk speed too. Ty for the help! :)
  20. Sherice

    [9.54] Gray Dat Editor

    Yeah I think it's the client/servers prob too, but I can't find the reason :/
Back
Top