Jump to content

Guardian Hunter [1.1.2]


Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   152
  • Joined:  02/21/12
  • Last Seen:  

Guardian Hunter (warning: bad english)

This is a small minigame I made where you can play forever until you die or relog.

SQL TOP 10 List included. The goal is to stay alive as long as you can. Every round

one guardian more will be spawned where it gets harder and harder. For each kill

you get a amount of zeny. You can set the maps, monster ids and the amount of zeny.

The script is dynamic + spawns the monster ids randomly but with the correct amount for each round.

Have Fun with it :D

Files

Changelogs

  • 1.0.0 Release
  • 1.0.1 Fixed first monster spawn
  • 1.1.1 Added '@currentroom$' into monsterspawn to prevent spawning mobs outside guardian rooms after fast relog
  • 1.1.1 Added 'x Guardians left' notification after every kill
  • 1.1.1 Changed '(0/1)' & '(1/1)' into '(Free)' & '(Full)'
  • 1.1.2 Added autowarp after death

Features

  • Configurable maps, monster ids, zeny reward
  • Everything is dynamic
  • SQL TOP 10 List

How can you help me ?

  • Give me feedback
  • Report bugs
  • Tell me if you like it

tr0n

  • Upvote 9
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

Wow tr0n. Impressive. Love the idea. :D

13 downloads (at this current point in time) and only 1 thank you (currently). Bunch of leechers... :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

I will try this tr0n Thanks for sharing.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

try it tonight. thanks ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  268
  • Reputation:   27
  • Joined:  12/06/11
  • Last Seen:  

Thanks I will try :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   152
  • Joined:  02/21/12
  • Last Seen:  

UPDATE: 1.0.1

- Fixed first monster spawn

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   1
  • Joined:  03/19/12
  • Last Seen:  

Very nice! :) Thanks for sharing. 2 script I already use came from you. /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

Great script.. thanks dude.. ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   152
  • Joined:  02/21/12
  • Last Seen:  

Updated to 1.1.1

Changelogs:

- Added '@currentroom$' into monsterspawn to prevent spawning mobs outside guardian rooms after fast relog

- Added 'x Guardians left' notification after every kill

- Changed '(0/1)' & '(1/1)' into '(Free)' & '(Full)'

__________________________________________________________________________________________

Updated to 1.1.2

Changelogs:

- Added autowarp after death

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

Suggestion, it would be nice if you could add also a {rand,items}, each monster you will kill. :) So it would be double rewards. Zennies + {rand,items}. if possible you can set how many % it will be obtain?

Regards,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   152
  • Joined:  02/21/12
  • Last Seen:  

I will work on that if i have time for it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

@tron, i got this error. How can i fix this?

3447eba.jpg

2eklxlg.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   152
  • Joined:  02/21/12
  • Last Seen:  

you are using eAthena right ? (eAthena has problems with this)

check line '91'

if(mobcount(.hunterrooms$[@i],"all")==0)

change it to:

if(mobcount(.hunterrooms$[@i],"")==0)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...