Go Back   RunUO - Ultima Online Emulation > RunUO > Script Support

Script Support Get support for modifying RunUO Scripts, or writing your own!

Reply
 
Thread Tools Display Modes
Old 03-05-2005, 05:50 AM   #1 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Arrow Need Help: Reagent Box

I was attempting to edit a script by either Merlin* or GoldDraco13 to hold just standard reagents. I couldn't get it to work, and I am not a very good scripter, so if someone would help me out, I would be greatful. This system is based off of Merlins Ingot Box.

*** These scripts do not work, I uploaded them so someone could download them and look them over.

Your Friend, Manix
Attached Files
File Type: cs ReagentBoxGump.cs (15.8 KB, 10 views)
File Type: cs ReagentBox.cs (6.6 KB, 9 views)
Manix is offline   Reply With Quote
Old 03-05-2005, 05:54 AM   #2 (permalink)
Master of the Internet
 
Join Date: Aug 2003
Posts: 5,688
Default

you should post the exact errors that you are getting.
__________________
The first line of the first rule in the forum rules and guidelines "Be respectful of others. "

For questions, information, and support for XmlSpawner and its addons, visit the
XmlSpawner Support Forum
ArteGordon is offline   Reply With Quote
Old 03-05-2005, 06:07 AM   #3 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Default I would but....

There are quit a few errors to list, I don't know how to copy and paste all of them from the server screen, I would have to type each one. If I delete the two scripts, everything is fine.

You wouldn't happen to know of someone that creatured a reagent box for just standard would you?

I am wanting to create just these box's:
▓Standard Reagent Box
▓Ingot Box (that can hold the custom ones too)
▓Leather Box (that again can hold custom)
▓Necro Reagent Box
▓Druid Reagent Box (I know there is only 2 druid reagents, but I want them to have their own special box for storing them, that is a different hue from the rest)
▓Boards Box (holds custom)
▓Gems Box (from the D2 System)
Manix is offline   Reply With Quote
Old 03-05-2005, 06:14 AM   #4 (permalink)
Master of the Internet
 
Join Date: Aug 2003
Posts: 5,688
Default

to cut and paste errors from the console, just right click on the title bar and select the 'Edit->Select All' menu option and then the 'Edit->Copy' option.


(edit)

also, pointing out exactly what you changed in the scripts would be helpful.
In general, the more information that you can provide about the problem the easier it will be to get help on it.
__________________
The first line of the first rule in the forum rules and guidelines "Be respectful of others. "

For questions, information, and support for XmlSpawner and its addons, visit the
XmlSpawner Support Forum
ArteGordon is offline   Reply With Quote
Old 03-05-2005, 06:26 AM   #5 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default Fixed

these scripts had a LOT of bad references and a few capitalization problems as well as 1 or 2 spelling errors that interfered with compiling but it works fine now
Tested with RunUO 1.0.0
Attached Files
File Type: cs ReagentBox.cs (6.6 KB, 5 views)
File Type: cs ReagentBoxGump.cs (15.8 KB, 5 views)
L0rdDarkScythe is offline   Reply With Quote
Old 03-05-2005, 06:27 AM   #6 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Exclamation Here you go...

All I changed in the scripts was, if it said iron, copper, shadow, etc. then I replaced it with a reagent type, like blood moss, black pearl, garlic, etc. And any word that said ingot I changed to reagent.


Here are the errors...

RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (68 errors, 7 warnings)
- Warning: Scripts\Items\Shields\BaseShield.cs: CS0108: (line 17, column 17) Th
e keyword new is required on 'Server.Items.BaseShield.AugmentList' because it hi
des inherited member 'Server.Items.BaseArmor.AugmentList'
- Warning: Scripts\Items\Shields\BaseShield.cs: CS0114: (line 23, column 25) 'S
erver.Items.BaseShield.SocketLabel' hides inherited member 'Server.Items.BaseArm
or.SocketLabel'. To make the current member override that implementation, add th
e override keyword. Otherwise add the new keyword.
- Warning: Scripts\Items\Shields\BaseShield.cs: CS0108: (line 26, column 14) Th
e keyword new is required on 'Server.Items.BaseShield.UsedSockets' because it hi
des inherited member 'Server.Items.BaseArmor.UsedSockets'
- Warning: Scripts\Items\Shields\BaseShield.cs: CS0108: (line 33, column 14) Th
e keyword new is required on 'Server.Items.BaseShield.MaxSockets' because it hid
es inherited member 'Server.Items.BaseArmor.MaxSockets'
- Warning: Scripts\Custom\PSBook.cs: CS0162: (line 198, column 20) Unreachable
code detected
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 100, column 5) The type or
namespace name 'Basereagent' could not be found (are you missing a using direct
ive or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0103: (line 101, column 10) The name '
reagent' does not exist in the class or namespace 'Server.Items.ReagentBox'
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 103, column 28) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 104, column 6) The type or
namespace name 'ingot' could not be found (are you missing a using directive or
an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 105, column 86) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 106, column 26) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0103: (line 110, column 15) The name '
reagent' does not exist in the class or namespace 'Server.Items.ReagentBox'
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 112, column 27) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 113, column 6) The type or
namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 114, column 85) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 115, column 26) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0103: (line 119, column 15) The name '
reagent' does not exist in the class or namespace 'Server.Items.ReagentBox'
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 121, column 30) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 122, column 6) The type or
namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 123, column 88) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 124, column 26) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0103: (line 128, column 15) The name '
reagent' does not exist in the class or namespace 'Server.Items.ReagentBox'
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 130, column 28) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 131, column 6) The type or
namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 132, column 85) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 133, column 26) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0103: (line 137, column 15) The name '
reagent' does not exist in the class or namespace 'Server.Items.ReagentBox'
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 139, column 24) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 140, column 6) The type or
namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 141, column 81) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 142, column 26) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0103: (line 146, column 15) The name '
reagent' does not exist in the class or namespace 'Server.Items.ReagentBox'
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 148, column 25) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 149, column 6) The type or
namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 150, column 82) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 151, column 26) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0103: (line 155, column 15) The name '
reagent' does not exist in the class or namespace 'Server.Items.ReagentBox'
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 157, column 29) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 158, column 6) The type or
namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 159, column 88) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 160, column 26) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0103: (line 164, column 15) The name '
reagent' does not exist in the class or namespace 'Server.Items.ReagentBox'
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 166, column 30) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 167, column 6) The type or
namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 168, column 88) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0246: (line 169, column 26) The type o
r namespace name 'reagent' could not be found (are you missing a using directive
or an assembly reference?)
- Error: Scripts\Custom\ReagentBox.cs: CS0103: (line 215, column 18) The name '
m_SulferousAshAmount' does not exist in the class or namespace 'Server.Items.Rea
gentBox'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 48, column 9) 'Server.I
tems.ReagentBox' does not contain a definition for 'IronAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 53, column 9) 'Server.I
tems.ReagentBox' does not contain a definition for 'DullAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 58, column 9) 'Server.I
tems.ReagentBox' does not contain a definition for 'ShadowAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 63, column 9) 'Server.I
tems.ReagentBox' does not contain a definition for 'CopperAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 68, column 9) 'Server.I
tems.ReagentBox' does not contain a definition for 'BronzeAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 73, column 9) 'Server.I
tems.ReagentBox' does not contain a definition for 'GoldAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 78, column 9) 'Server.I
tems.ReagentBox' does not contain a definition for 'AgapiteAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 83, column 9) 'Server.I
tems.ReagentBox' does not contain a definition for 'VeriteAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 115, column 33) The typ
e or namespace name 'BlackPearlReagent' could not be found (are you missing a us
ing directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 117, column 9) 'Server.
Items.ReagentBox' does not contain a definition for 'IronAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 139, column 31) The typ
e or namespace name 'BlackPearlreagent' could not be found (are you missing a us
ing directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 167, column 33) The typ
e or namespace name 'BloodMossReagent' could not be found (are you missing a usi
ng directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 191, column 31) The typ
e or namespace name 'BloodMossReagent' could not be found (are you missing a usi
ng directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 219, column 33) The typ
e or namespace name 'SulfurousAshReagent' could not be found (are you missing a
using directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 243, column 31) The typ
e or namespace name 'SulfurousAshReagents' could not be found (are you missing a
using directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 271, column 33) The typ
e or namespace name 'NightshadeReagent' could not be found (are you missing a us
ing directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0117: (line 273, column 9) 'Server.
Items.ReagentBox' does not contain a definition for 'CopperAmount'
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 295, column 31) The typ
e or namespace name 'NightshadeReagent' could not be found (are you missing a us
ing directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 323, column 33) The typ
e or namespace name 'GarlicReagent' could not be found (are you missing a using
directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 347, column 31) The typ
e or namespace name 'GarlicReagent' could not be found (are you missing a using
directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 375, column 33) The typ
e or namespace name 'GinsengReagent' could not be found (are you missing a using
directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 399, column 31) The typ
e or namespace name 'GinsengIngot' could not be found (are you missing a using d
irective or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 427, column 33) The typ
e or namespace name 'SpidersSilkReagent' could not be found (are you missing a u
sing directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 451, column 31) The typ
e or namespace name 'SpidersSilkReagent' could not be found (are you missing a u
sing directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 479, column 33) The typ
e or namespace name 'MandrakeRootReagent' could not be found (are you missing a
using directive or an assembly reference?)
- Error: Scripts\Gumps\ReagentBoxGump.cs: CS0246: (line 503, column 31) The typ
e or namespace name 'MandrakeRootreagent' could not be found (are you missing a
using directive or an assembly reference?)
- Warning: Scripts\Gumps\SetableWebStoneGump.cs: CS0642: (line 40, column 53) P
ossible mistaken null statement
- Warning: Scripts\Gumps\SetableWebStoneGump.cs: CS0168: (line 129, column 14)
The variable 'Display' is declared but never used
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Manix is offline   Reply With Quote
Old 03-05-2005, 06:30 AM   #7 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Talking Like I said...

If I take these two scripts out, then the BaseShield error goes away.

Thanks for the help, I really appreciate it.
Your Friend, Manix
Manix is offline   Reply With Quote
Old 03-05-2005, 06:32 AM   #8 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

the baseshield isn't an error just a warning
check my post above your error post and check those on your shard they worked on mine just fine
L0rdDarkScythe is offline   Reply With Quote
Old 03-05-2005, 06:33 AM   #9 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Arrow Got those files, but...

I would still like help with the one I was modifying so I can learn from my mistakes.
Manix is offline   Reply With Quote
Old 03-05-2005, 06:35 AM   #10 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

ok compare the 2 in winmerge and see where mine differs from yours it took me 5 or so minutes to go thru them

Some were places where the ReagentReagent didn't need the 2nd Reagent ie BloodMossReagent is not a valid Item it's just BloodMoss

Some were points where you missed removing the ingot or ore type from the script and capitalization on certain items
L0rdDarkScythe is offline   Reply With Quote
Old 03-05-2005, 06:37 AM   #11 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Arrow Those 2 scripts worked...

I looking in on the scripts that I downloaded, and it looks like the same thing I did, exactly. I don't know why mine wouldn't work.

"Probably because my computer doesn't like me anymore, being to over worked"

Your Friend, Manix
Manix is offline   Reply With Quote
Old 03-05-2005, 06:39 AM   #12 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

I took out a lot of Ore References and Reagent items like BloodMossReagent should have been just BloodMoss
L0rdDarkScythe is offline   Reply With Quote
Old 03-05-2005, 06:40 AM   #13 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Red face Thanks Guys

Thanks LordDarkScythe for the help on the script

Thanks ArteGodon for the copy and paste information, that will make my life a little easier on asking for help with scripts.

Your Friend, Manix
Manix is offline   Reply With Quote
Old 03-05-2005, 06:41 AM   #14 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

If you want help doing the others let me know I'll see what we can do
L0rdDarkScythe is offline   Reply With Quote
Old 03-05-2005, 06:44 AM   #15 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Post My comment about "The Box's"

You wouldn't happen to know where the other box's are that I mentioned would you. I seen the one that it was One Box for All Resources. But I don't want that. I want people to have their own box's. If someone doesn't use standard reagents, boards, ingots, etc. then they have a giant empty box with only Necro Reagents in it.

*Just makes like more organized
Manix is offline   Reply With Quote
Old 03-05-2005, 06:45 AM   #16 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Default My God

Everytime I post, and then look up from the one I just posted, your there! Talking about what I just posted about.
Manix is offline   Reply With Quote
Old 03-05-2005, 06:45 AM   #17 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

I don't have any of them this box is the first one I've tried to use I don't eve have the IngotsBox. so I'm not sure if they exist or not
L0rdDarkScythe is offline   Reply With Quote
Old 03-05-2005, 06:47 AM   #18 (permalink)
Forum Novice
 
Manix's Avatar
 
Join Date: Feb 2005
Location: Missouri
Age: 26
Posts: 171
Send a message via Yahoo to Manix
Post I will work on them

I will try and get them to work, then post them, so we can both have them. I have 4 days off from work now, so I have enough time to work on them.
Manix is offline   Reply With Quote
Old 03-05-2005, 06:48 AM   #19 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

Tomorrow is my last day of work for 4 weeks Paternity leave so I know I'll be home for a while

P.S.
Check your private messages
L0rdDarkScythe is offline   Reply With Quote
Old 03-05-2005, 08:03 AM   #20 (permalink)
Forum Expert
 
A_Li_N's Avatar
 
Join Date: Apr 2004
Location: Another state of mind
Age: 27
Posts: 2,875
Default

Quote:
Originally Posted by Manix
You wouldn't happen to know where the other box's are that I mentioned would you. I seen the one that it was One Box for All Resources. But I don't want that. I want people to have their own box's. If someone doesn't use standard reagents, boards, ingots, etc. then they have a giant empty box with only Necro Reagents in it.

*Just makes like more organized
The one I made works pretty well IMO
It allows for Ingots, Granites, Logs, Boards, Regs and Misc. Easily added to lists. It comes ready for base resources, with commented out stuff for daat99's customs, and druid regs.
It can be found here.
A_Li_N is offline   Reply With Quote
Old 03-05-2005, 08:12 AM   #21 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

he's looking for separate boxes not one box for all
L0rdDarkScythe is offline   Reply With Quote
Old 03-05-2005, 08:56 AM   #22 (permalink)
Forum Expert
 
A_Li_N's Avatar
 
Join Date: Apr 2004
Location: Another state of mind
Age: 27
Posts: 2,875
Default

Give me a day...
A_Li_N is offline   Reply With Quote
Old 03-05-2005, 09:59 AM   #23 (permalink)
 
Join Date: Nov 2004
Age: 32
Posts: 354
Send a message via ICQ to L0rdDarkScythe Send a message via AIM to L0rdDarkScythe Send a message via MSN to L0rdDarkScythe Send a message via Yahoo to L0rdDarkScythe
Default

We are almost done LOL
L0rdDarkScythe is offline   Reply With Quote
Old 03-05-2005, 11:11 AM   #24 (permalink)
Forum Expert
 
A_Li_N's Avatar
 
Join Date: Apr 2004
Location: Another state of mind
Age: 27
Posts: 2,875
Default

Quote:
Originally Posted by L0rdDarkScythe
We are almost done LOL
Done, and done
Check my post of the ResourceBox I linked to in this thread. I have added individual boxes for Ingots, Granite, Logs/Boards, Scales and reagents.
A_Li_N is offline   Reply With Quote
Reply