Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Few questions


Killa_
 Share

Recommended Posts

You can custom code a skill/potion into the source that will do damage for x seconds. Something like this

(please note this is a psudeo code example)

```
'check to see what kind of potion/spell
if potion = damage then
for x = 1 to 5
damage player for x damage each loop through.
next

```
You will have to study how potions/skills work in EO or CS:DE depending on which version your using. I do beleive there is a tutorial for hard coded skills.. Look in the server side source in Sub CastSpell. It explains how it decides how spells are used.
Link to comment
Share on other sites

@Killa_:

> Hey all.
> How can i make something like fire damage or potion that will damage a player every second?Not single by 10,i need something like -1 -1 -1 -1 etc.

By going into spell editor, on the right, you see: Vital, Duration, Interval, there you set how much damage will be, how long will be target damaged and in what interval they will be damaged…
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...