Page 1 of 1

how do i use pow, levels up, skill points and Multiplayer

PostPosted: Thu Jan 25, 2007 11:33 pm
by philip
hi thay call me philip i am the new guy in yesterday. let talk about pow,
levels, skill points and Multiplayer mode. 3 questions. 1 how do i get monsters any type to die (no blood) to get exp/base. 2 how do i make levels go up on a actor. 3how to make go up and skill points and Multiplayer mode :D

...............

PostPosted: Fri Jan 26, 2007 3:40 am
by Hblade
for every enemy defeeted, use the functions if (exp = 80)
{
level = 2;
}
if (level == 2){attack = 8;
def = 8;
and so on.
}
Thats how you would use those functions.

wow...

PostPosted: Fri Jan 26, 2007 7:55 am
by philip
thank you alot Hblade i need thank you for the use of pow.