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
Question
GoldRoger
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
Use a codebox
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.