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

OpenTibia SpellCreator: A graphical spell creation enviroment

This is developed in Visual Studio C#?
If so what is the component name for the buttons with a image infront?
 
It says Error in the server console.. but Nvm i have Created a 8.60 server Thanks anyway.
 
i still didnt understand how to work with distance effects can anyone explain? =p

There are 3 things you can set, the Area effect which is quite straight forward, a distance effect and a targetted distance effect.
The normal distance effect (upper one) will shoot towards your target, if the spell is a targetted spell, or 1 tile in front of it if it's distance.
The targetted distance effect (last one) will shoot where you want, on a certain selected tile.
 
Rep++! I have a question, you know, I didn't select any animation in the program interface because the spell will shoot at a desired target, used the distance effect and the area effect. It works fine, but the target doesn't suffer any damage :/ I'm sure I've set the damage output 'cause I check it, also no errors in console. Using Tfs 0.3.6pl1
 
If your spell is a to-target spell, you should see the player in the editor as the target. So you should click the player ('monster') itself to cast damage on it.
 
If your spell is a to-target spell, you should see the player in the editor as the target. So you should click the player ('monster') itself to cast damage on it.

Did what you said and works perfectly fine now! Astonishing tool, deserves a sticky :B great work!
 
The conditions UI is somewhat messy =P.

i1djk.png


No real idea how to make it better.
 
i wanted to make a spell without target like this one

<img src="http://1.imgland.net/xcw2kM.gif" alt="ImgLand.net image" />

but with distance effects instead of ground do ya think thats possible ?

- - - Updated - - -

pic bugged sorry for double post

fix:
 
what i need to write to post my spell out here?
Export the .gif, upload the .gif to imgur: the simple image sharer or so, then just post the image link between [ img] [/ img] tags.

i wanted to make a spell without target like this one

<img src="http://1.imgland.net/xcw2kM.gif" alt="ImgLand.net image" />

but with distance effects instead of ground do ya think thats possible ?

- - - Updated - - -

pic bugged sorry for double post

fix: [..]

Set a targetted distance effect (not a normal distance effect) and remove the area effect. Despite the weird name it does what you want :p.
 
Hehe, Nice ;D, Is it okey if i contribute with some code?.

I want to add a little bit more "Advanced" features to this ;D?
What it basically does is that it can use sort of "Lua" plugins that can be used onTargetTile, OnTargetCreatures, For more awesome effects and actuall practical use?
I had this in mind for my IDE project XD.
 
The code is currently closed source till I've documented it properly (intellisense documentation, nothing else I guess) and the generic bugs are ironed out.
I will not add code of others in the original version (unless I want it, e.g. a tiny method from TibiaAPI), as it has always been like this.

I want to add a little bit more "Advanced" features to this ;D?
What it basically does is that it can use sort of "Lua" plugins that can be used onTargetTile, OnTargetCreatures, For more awesome effects and actuall practical use?

Dafuq did you just say there? "Advanced", "Lua", plugins?
 
Back
Top