Page 1 of 1

Battle For Stuff

Posted: 20 Oct 2004, 05:19
by Bear
I have created a script that allows you to kill something and get points for killing it!

To check the points you earned, you can either make some client changes OR use npcs. i prefer npcs, but it would be good with client as well.

My thought was that if we use this form of battle, we can make a rewarding system for people with excess points. Like everyone from lvl 1-10 with more than 450pts can get a reward/ if their level is higher than 10, they need to meet another requirment.

This is again, just a thought, asnd @ Elven, I have thought this through and it is possible.

@NEW@ I can make a country system now ^^

Re: Battle For Stuff

Posted: 22 Oct 2004, 15:57
by ElvenProgrammer
Bear wrote:@NEW@ I can make a country system now ^^
You're a god man! I think it's possible to add the rewarding system and I agree it's better to use npcs, maybe we can add it in a particular location where you have the casino and so on, at first, then we can extend it to the whole world

Posted: 24 Oct 2004, 12:40
by neoriceisgood
Could this reward system include things like how many times your character got damaged/killed himself; and what "level" monsters he managed to take down ?

RE. Neorice

Posted: 28 Oct 2004, 19:42
by Bear
hmm, what i was planning was to use scripting to make the monsters instead of just making them spawn.
Every time you killed a monster, the monster sends a ... point into the servers character/account/or whatever..

I dont thing Athena support anything BUT killing the monsters




@Elven, delete this post later -_- accidently clicked new topic

Posted: 01 Nov 2004, 08:04
by ElvenProgrammer
Athena doesn't support killing monsters? What you mean? :shock:

Posted: 01 Nov 2004, 14:55
by Rotonen
I think he meant that it's the only thing it actually supports..?

sry

Posted: 02 Nov 2004, 01:40
by Bear
Im not very good at explaining stuff -_-

jui-feng

Posted: 04 Nov 2004, 01:13
by jui-feng
if i didnt misunderstand you, athena supports all of that. :P

spawn monsters:

monster npc command. (including "monster dead" callback)




give points: the "set" command. i think it's like that:


set points,points+1;

to increase the "points" variable by 1. it should be character-based and survive server reboots/crashes. ;)