Jump to content

Quests, Games: Monster Invasion (Top 3)


Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

File Name: Monster Invasion (Top 3)

File Submitter: benching

File Submitted: 07 Feb 2016

File Category: Games, Events, Quests

Content Author: benching


This NPC will summon a given amount monster in a given map
Every time the player kill a monster, he will be given a point
The 3 player that have the highest points will be rewarded
Ranking will reset when the Event is started



Click here to download this file

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2347
  • Joined:  10/28/11
  • Last Seen:  

took a quick glance on the script.

		if(@mob_ep > .r1po){
			set .rank1_id,getcharid(0);
		}else if(@mob_ep > .r2po){
			set .rank2_id,getcharid(0);
		}else if(@mob_ep > .r3po){
			set .rank3_id,getcharid(0);
		}

doesn't exist the part where the script will update the  3 variables to store latest top rank kill count ?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

set ep,ep+1;


took a quick glance on the script.

		if(@mob_ep > .r1po){
			set .rank1_id,getcharid(0);
		}else if(@mob_ep > .r2po){
			set .rank2_id,getcharid(0);
		}else if(@mob_ep > .r3po){
			set .rank3_id,getcharid(0);
		}

doesn't exist the part where the script will update the  3 variables to store latest top rank kill count ?

it should be `ep` not `@mob_ep`
thanks /ene

Edited by benching
  • Like 1
Link to comment
Share on other sites

  • 4 years later...

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

this script is deprecated... not work for now... any updates?

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...