Jump to content
  • 0

scripting problem


GoldRoger

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  03/19/18
  • Last Seen:  

how can i change type of mob?..their script..mob can use skill..and i hit not appear dmg..how to make it show damage..and mob only basic attack not use skill

//originated by [email protected] | [email protected]
//currency used: arena star badge (3606)custom item
//please dont steal our work and claim it yours.

prontera,146,162,5    script    Monster Arena    648,{

strt:
mes "[^880000Arena Master^000000]";
mes "Good day ^008800"+strcharinfo(0)+"^000000 ";
mes "How may i help you?";
mes " ";
mes " ";
mes " ";
mes "Script By: ^880000Drew^000000";
switch(select("^000088Enter Arena^000000:Information")){
//==========================arena room=======================
case 1:
next;
mes "[^880000Arena Master^000000]";
mes "Choose Arena Process";
next;
menu "1 Time ticket",-,"Lifetime ticket",L_ticket;
mes "[^880000Arena Master^000000]";
mes "Processing ticket...";
next;
if(countitem(7919) < 1) goto L_Later;
mes "[^880000Arena Master^000000]";
mes "1 Time ticket accepted";
mes "Lets go!..";
delitem 7919,1;
announce "[Monster Arena] "+strcharinfo(0)+" Has Entered using 1 time ticket.",0,0xFF6600;
warp "bat_b02" ,0,0;
close;

L_ticket:
mes "[^880000Arena Master^000000]";
mes "Processing ticket...";
next;
if(countitem(7919) < 1) goto L_Later;
mes "[^880000Arena Master^000000]";
mes "Lifetime ticket accepted";
mes "Lets go!..";
announce "[Monster Arena] "+strcharinfo(0)+" Has Entered using Lifetime ticket.",0,0xFF6600;
warp "bat_b02" ,0,0;
next;
goto strt;


L_Later:
mes "[^880000Arena Master^000000]";
mes "Dont waste my time!..";
next;
goto strt;

//==========================================information==============================================

case 2:
next;
mes "[^880000Arena Master^000000]";
mes "Monsters Inside The Room:";
mes "^880000Arena Bow Master^000000";
mes "^880000Arena Sword Master^000000";
next;
mes "[^880000Arena Master^000000]";
mes "Mob Information";
mes "Element: ^880000Dark (lvl3)^000000";
mes "Size: ^880000Large^000000";
mes "Race: ^880000Demon^000000";
next;
mes "[^880000Arena Master^000000]";
mes "MVP Inside The Room";
mes "MVP: ^880000Satan Destroyer^000000";
mes "Element: ^880000Dark (lvl3)^000000";
mes "Size: ^880000Large^000000";
mes "Race: ^880000Demon^000000";
next;
goto strt;
}
}

//===========================spawn monster========================
bat_b02,0,0,0,0    monster    Arena Keeper Guardian    1897,5,39600000,600000,0
bat_b02,0,0,0,0    boss_monster    Arena Satan Destroyer    1916,1,39600000,600000,0
bat_b02,0,0,0,0    monster    Arena Bow Master    1830,300,0,0,0
bat_b02,0,0,0,0    monster    Arena Sword Master    1829,100,0,0,0

 

Edited by Mael
Use a codebox
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  250
  • Reputation:   21
  • Joined:  06/04/14
  • Last Seen:  

Check on its mapflag. The map seems to be on GVG.

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