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

    OTItemEditor Custom Items Problem

    Hey! So I've tried to add custom items to the OTItemEditor 0.5.2 (9.44). I got the edited dat and spr file in the data folder, but I've only got the 9.40 items.otb. I tried to update it to 9.44, but it gives me this error: ************** Exception Text **************...
  2. Sherice

    Visual Studio 2010 include

    Edit: NVM, could anyone send their whole visual studio 10 folder? Though I think anyone cba to do that :p Thank you.
  3. Sherice

    Compiling SQLite.lib

    Hello, I tried to compile the new TFS v0.2.14 but I get this error: Error 2 error C1047: The object or library file 'Microsoft Visual Studio 11.0\VC\lib\sqlite.lib' was created with an older compiler than other objects; rebuild old objects and libraries Anyone know how I can get it to...
  4. Sherice

    Sight range underground

    I noticed that when you're underground, you can only see 2 floors down/up. Where can I change this / how? I found this: bool Creature::canSee(const Position& myPos, const Position& pos, uint32_t viewRangeX, uint32_t viewRangeY) { if(myPos.z <= 7) { //we are on ground level or...
  5. Sherice

    Get wand min/maxchange

    Hello, I've tried to figure this out for about 5h+, but since I'm a total noob at C++, I still haven't figured it out and I ask for help. What I'm trying to do is to get the min/max change in class WeaponWand. In weapons.h(and class WeaponWand): int32_t minChange, maxChange; and in...
  6. 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...
  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

    Lua getWorldCreatures

    Hello, I can't seem to find out how to use this function(title), could someone tell me? Thanks.
  9. 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.
  10. 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! :)
  11. Sherice

    Stats-Attackspeed

    Hihello, wanna know if I can somehow change the attackspeed without using a weapon with extra attackspeed. I guess I need to do C++ :p Well if anyone can tell me how, i'd be grateful. Thanks in advance, Sherice.
  12. Sherice

    Lua hasItemProperty

    Hi every-all, quick question, how do I use this function? (title) And what properties are there? Thanks in advance.SHerice
  13. Sherice

    Lua StopEvent in another script

    Hai, everyone! How can I stop an event in a script, with another script? E.g. in a spell script, I add an event with a time, let's say 5 seconds, then it will happen something. How can I stop the event with the function "stopEvent" in another script? Thaaaanks in advance for the helps! Sherice.
  14. Sherice

    Lua CreatureNoMove

    Hello! Anyone know if doCreatureSetNoMove work on monsters, or how to make it work? Thanks, Sherice.
  15. Sherice

    Lua Loops

    Hay ! Simple question: How do I do a loop? e.g. you say "Hi" every... 5 sec? ;) Thanks in advance!
  16. Sherice

    Lua NPC new module

    Greetings! Does anyone know how I can change the "greeting" message in the new module for each NPC, in an easy way? Thanks in advance.
  17. Sherice

    Extra Armor

    Hello, OTLand! <short> Are there any functions that can give you "extra" armor? Like in extradefense / attack? I guess there aren't, but could I make one? I can't do C++ so I'm asking if someone could make it for me :p Thanks, Sherice. (Rep++ for help as thanks!) :)
  18. Sherice

    Windows Item Attr Source

    Hey, otlanders! I need help with some source editing, since I suck at it, just recently found out about it lol :p Well, I want to know where I edit the "atk" in the source. You probably don't understand :D I mean how the attribute "atk" in items work, that if you have more "atk", you do more...
  19. Sherice

    Solved SprEditor 9.40+

    Hay! I've recently sprited some sprites(ofc) and got the idea to try to put them into my own server... What I want is for my sprites to replace the old ones, like replace my golden armor sprite with the original. I dont want to make new items, since the version is 9.40+, and from what I know...
  20. Sherice

    Lua getCreaturePos x|y|z + 1

    Hello! I want to know if you can... Like: getCreaturePosition(cid) x+1 <--- this Well, what I want is to get a creatures position and add it by one, for example teleport a creature to "getCreaturePosition", and add the position by one x, y or z. Thanks in advance, Sherice =)
Back
Top