Wave ~ system

Join Discord

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
Ok i got this so far:

[@main]
Hello <$USERNAME>, Would you like\
30 Waves of monsters? Every wave you\
do you get a certaint amount of exp\
and money. Every 5 Waves you get a\
different prize. Wave 1 will be easyish\
and it will eventually get harder.\
Are you sure you want to go in?\
<Take me to 1st wave/@wave>\
<No Thanks/@Exit>\

[@Wave]
#IF
CHECKMAPHUMANCOUNT WaveCave > 0
#ACT
goto @Spawn
#ELSESACT
goto @carnt

[@spawn]
#IF
#ACT
(How to kill monsters whats been left there?)
Mapmove WaveCave (???,???) <-Not sure coords

[@carnt]
There is someone in the cave at this moment.\
Please wait till player has exited the map.\

PS: I need a npc inside cave to go on 2nd wave but i dunno what to put on npc. It may look somet like this. May add namelist/delename list ect

[@main]
#IF
Check mon <- Dunno this yet.
#ACT
DeleNameList ..\Envir\QuestDiary\Wave\Wave1.txt
AddNameList ..\Envir\QuestDiary\Wave\Wave2.txt
Spawn mon <- Dunno this yet.

PPS: ima go look throw mon stuff at this moment.
 
Last edited:

Weikster

LOMCN Veteran
Veteran
Jan 21, 2009
421
11
44
36th chamber
Isn't that basically the same as the challenge rooms? I uploaded 2 challenge scripts from TD's files. Maybe you can use them as a reference to script your NPC's.
MissDo is the starting off NPC.. 2nd is the one inside room.
Hope it helps.
 

Attachments

  • MissDo-EM000.txt
    5.7 KB · Views: 12
  • ProceederTao30-EM011.txt
    11.5 KB · Views: 13
Upvote 0

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
Thanks ill give these ago. I got A challenge room but its a boss one. I wanted a WAVE room. So server has more challenges to do. So they wont be bored hunting 24/7... I'm sure people would love A bit of challenge here and there. Atm they got.

-Rebirth
-LastManStanding
-Quests (Kill monsters and gain quest torches & exp/money)
-Quests (Collect items and gain items ect GoldPatternBoots, Gem's, Orbs, (HA but rarely)
-Wave (Will get it fixed A.S.A.P and will work 100% like other systems.)
-Lovers (Will work on more lover items on how they would help there lover)

And more will be thinked. I will double check them on 2 Beta tests see if they 100% SAFE.

Any ways i better work on waves. Thanks again for release :) i wont copy exactualy like thm. I all ways change the scripts:001_cool:
 
Upvote 0