Jump to content
  • 0

Request The Monster of Ragnarok


I Cant Stop x3

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  10/31/12
  • Last Seen:  

Hello guys i have a idea to the another ragnarok event , well the idea of event came from ddtank game.

i dont have skills in script :(  and i need help :D, but i think the script need a src modification too.

this event is better in low rates svs.

 

well the idea is it :

 

The Event :

The event starts Saturday and Sunday 3:00 pm and have a announce:

Announce "The Monster of Ragnarok appeared",8; (its a example).

and set the mapflags

setmapflag "the_map",mf_nogo;
setmapflag "the_map",mf_nowarpto;
setmapflag "the_map",mf_nochat;
setmapflag "the_map",mf_novending;
setmapflag "the_map",mf_nocommand,60;
setmapflag "the_map",mf_noskill;

 

The Monster:

i have tested in my beta script this monster

1956,NAGHT_SIEGER,Naght Sieger,Naght Sieger,999,5000000000,1,0,0,50,15000,30000,999,999,750,750,750,750,750,30,50,50,0,0,67,0x84,199,76,432,504,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

bigmonster "the_map",0,0,"Monster of Ragnarok",1956,1,strnpcinfo(0)+"::EventLabel"; (its a example)

the atack of monster in players is random :

1st atack = 20.000.00

2nd atack = 15.000.00

3rd atack = 15.000.00

4th atack = 30.000.00

5th atack = 50.000.00

6th atack = 100.000.00

and the atack of monster hit a 10 players.

show hp of monster if possible in this scale 100% if monster hp = 25% change to total HP

 

if the monster die:

getitem exclusiveitem,1;(example)
atcommand "@streset";

 

 

The Map:

if the player enter in event set this commands:

atcommand "@storeall";
atcommand "@allstats";

and change the job to Royal Guard and if the player leave the event return to your job, i think this is better an custon item!.

set the life of player 100.000.00.

 

if player die for monster:

if(strcharinfo(3) == "the_map"){
dispbottom "
You Alive in 3 Seconds.";
sleep2 3000;
atcommand "@alive";

 

if player atack a monster:

i think this is better to set a atack speed 190.

i put the points example:

set .Points1,rand(50,150); (its a example)
set Points,Points+.Points1;

dispbottom "You Adquired : "+.Points1+" points";
dispbottom "Total Points : "+Points+" points";

 

The End of Event:

in the end of event in 3 minutes warp all players in the event to the prontera

and put another npc to trade itens for the points :).

 

well this is my idea please do not steal my idea to put in another script.

and sorry for my bad english i'm brazilian member :P

Edited by nhofije
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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