Jump to content
  • 0

Monster Invasion


dezmay

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  11/17/16
  • Last Seen:  

I need help please. Post from below

I tried and it is running properly. But i cannot attack the monster. Can anyone tell me how to set the mapflag and put back the original settings after the event ended? Appreciate it.

Nvm. Normal character can attack. My admin cannot. Guess need to figure out how to enable and disable monster drop during event.

Edited by dezmay
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  149
  • Reputation:   24
  • Joined:  02/11/16
  • Last Seen:  

11 hours ago, dezmay said:

Nvm. Normal character can attack. My admin cannot. Guess need to figure out how to enable and disable monster drop during event.

Use setmapflag.

setmapflag "prontera",nomobloot;

and then after your event...
 

removemapflag "prontera",nomobloot;

Hope it helps! Good luck~

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  11/17/16
  • Last Seen:  

On 11/28/2016 at 4:46 AM, Neffletics said:

Use setmapflag.


setmapflag "prontera",nomobloot;

and then after your event...
 


removemapflag "prontera",nomobloot;

Hope it helps! Good luck~

thank you so much!

I am getting an error. On this invasion script. Where to position mapflags settings?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  149
  • Reputation:   24
  • Joined:  02/11/16
  • Last Seen:  

Add setmapflag after invasion1: invasion2: invasion3: and so on... 

Then removemapflag after set $Cofres,6;

Edited by Neffletics
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  11/17/16
  • Last Seen:  

tried but same. monster still drop their normal loots. :(

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
Answer this question...

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