|
||
|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Summary:
I know this won't be for everyone...I got thinking after I made the dungeon sweeper, that it would be awesome if all the creatures would pick up stuff and do there part in keeping the shard clean...this is what this script does. Its a Modified Distro BaseCreature.cs, I added the code in order for all you Base Creatures to pick up trash on the ground. Description: You can add items to the exempt list: Type[] exemptlist = new Type[]{ typeof(MandrakeRoot), typeof(Ginseng), typeof(AxeOfTheHeavens)}; //Short example list Installation: Just replace your distro BaseCreature.cs with the one included....Enjoy!!! |
|
|
|
#2 (permalink) | |
|
Join Date: May 2003
Posts: 303
|
Quote:
Anvil |
|
|
|
|
|
|
#3 (permalink) | |
|
Guest
Posts: n/a
|
Quote:
![]() |
|
|
|
|
#4 (permalink) |
|
Join Date: Feb 2004
Location: Earth
Age: 34
Posts: 158
|
well this would not be for everyone, This could be very bad for some people,
example wghen doing a spawn champ the champ drops his gold at the end, Well remaining monsters will be deleting your gold before you pick it up, You would have to script a delay in there so peopel would at least have a chance to grab there loot.
__________________
All there souls belong to me on Nubblies shard. |
|
|
|
|
|
#5 (permalink) | |
|
Guest
Posts: n/a
|
Quote:
![]() |
|
|
|
|
#6 (permalink) | |
|
Quote:
|
||
|
|
|
|
|
#7 (permalink) | |
|
Guest
Posts: n/a
|
Quote:
Code:
Type[] exemptlist = new Type[]{ typeof(MandrakeRoot), typeof(Ginseng), typeof(AxeOfTheHeavens)}; //Short example list
|
|
|
|
|
#9 (permalink) |
|
Newbie
Join Date: Sep 2004
Age: 22
Posts: 35
|
how about a version of this script that is set like "town worker" who auto takes care of stuff on the ground instead of asking the players to through all the death robes and useless items away just make it one mobile to keep the town clean and you can set a spawn for as many of them as you think you need :P
|
|
|
|
|
|
#11 (permalink) |
|
Join Date: Sep 2004
Age: 23
Posts: 15
|
Unless this almighty board isn't the only one *gasp* lol!!!!
BTW how hard would it be to edit it to go into the creatures backpack? that way if you kill it and still dont take it it will be deleted w/ the corpse but you get a chance to take it. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|