|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
here a mobile ii made when i was just bored it a very powerful creature but it drops really good loot the best place to spawn it is in felucca/trammel Wronge Dungoen to intall the script u can just unzip it to your custom script folder scripts/customs
loots: WarlordsArms WarlordsLegs WarlordsChest WarlordsGorget WarlordsGloves WarlordsHelm WarlordsSword details: he looks like the shadow knight but dark blue and he has 8k of hp and damages are 80, 110 |
|
|
#3 (permalink) |
|
Join Date: Aug 2005
Age: 19
Posts: 78
|
For everyone who has no clue how to script heres the fix.
This is the Old version... Code:
switch ( Utility.Random( 20 ) )
{
case 0: PackItem( new WarlordsChest() ); break;
case 1: PackItem( new WarlordsArms() ); break;
case 2: PackItem( new WarlordsHelm() ); break;
case 3: PackItem( new WarlordsGloves() ); break;
case 4: PackItem( new WarlordsLegs() ); break;
case 4: PackItem( new WarlordsGorget() ); break;
case 4: PackItem( new WarlordsSword() ); break;
}
This is what it should look like.... Code:
switch ( Utility.Random( 20 ) )
{
case 0: PackItem( new WarlordsChest() ); break;
case 1: PackItem( new WarlordsArms() ); break;
case 2: PackItem( new WarlordsHelm() ); break;
case 3: PackItem( new WarlordsGloves() ); break;
case 4: PackItem( new WarlordsLegs() ); break;
case 5: PackItem( new WarlordsGorget() ); break;
case 6: PackItem( new WarlordsSword() ); break;
}
|
|
|
|
|
#4 (permalink) | |
|
Guest
Posts: n/a
|
Quote:
oh sorry my mistake i just saw that |
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|