Go Back   RunUO - Ultima Online Emulation > RunUO > RunUO Post Archive > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 07-17-2005, 09:17 PM   #26 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Ive almost finished remaking it, you mean as in one of the #n's isnt closing phantom? ill have a look at the function calls thnx.
Marak is offline  
Old 07-17-2005, 11:13 PM   #27 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Quote:
Originally Posted by Dio_elaclaire
i dont know if uve noticed but when i used the editor and then closed it was still running in the backround when i looked at the processes in the task manager... i dunno if its jus me but it ate away alot of resources, more than it did when it was realling running... it could be jus my computer. but i thought i would let u know , it is a great tool i love it!
Ive tried repeating that, i cant - BUT one of my beta testers CAN. Now were not sure why this is happening - but hopefully i can get it fixed(im going to speak to a programmer with a LOT more experience than me later today - ill see if he has an idea about it).

Btw update is done, testing scripts now then ill upload it.
Marak is offline  
Old 07-17-2005, 11:25 PM   #28 (permalink)
Forum Novice
 
Join Date: Dec 2004
Location: USA michigan
Age: 31
Posts: 171
Send a message via Yahoo to cuy782002
Question

cool lil tool but after i make some thing am i suposto add all the attrbutes or what

thx
cuy782002 is offline  
Old 07-17-2005, 11:42 PM   #29 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Quote:
Originally Posted by cuy782002
cool lil tool but after i make some thing am i suposto add all the attrbutes or what

thx
Just enter in each field the value of the attributes - im uploading the new version now - it explains a little better than that one does.
Marak is offline  
Old 07-18-2005, 12:52 AM   #30 (permalink)
Lurker
 
Join Date: May 2005
Location: Louisville Ky
Age: 28
Posts: 10
Send a message via AIM to GMLordDavid
Default could i

could i get the vb source code i beleve i could make it a little better if so ill share it with every 1 dont want any credit ... just something to toy with
GMLordDavid is offline  
Old 07-18-2005, 12:52 AM   #31 (permalink)
Lurker
 
Join Date: May 2005
Location: Louisville Ky
Age: 28
Posts: 10
Send a message via AIM to GMLordDavid
Default could i

could i get the vb source code i beleve i could make it a little better if so ill share it with every 1 dont want any credit ... just something to toy with e-mail me bigguy052881@aol.com
GMLordDavid is offline  
Old 07-18-2005, 01:33 AM   #32 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Quote:
Originally Posted by GMLordDavid
could i get the vb source code i beleve i could make it a little better if so ill share it with every 1 dont want any credit ... just something to toy with e-mail me bigguy052881@aol.com
Im planning on releaseing the source after i finish it(at least get the main sections done) its still messy as hell atm, lots of sections commented out(for later implimentation etc)
Marak is offline  
Old 07-18-2005, 09:44 AM   #33 (permalink)
Forum Novice
 
Join Date: Dec 2004
Location: USA michigan
Age: 31
Posts: 171
Send a message via Yahoo to cuy782002
Question Still not working

after i start it up the only thing i get is the spots to add the names in

and this is all i get when im done

// Created by Script Creator
// From Aries at Revenge of the Gods
using System;
using Server;
namespace Server.Items
{
public class DevilsHart : 0
{
[Constructable]
public DevilsHart()
{
Name = "DevilsHart";
}
public DevilsHart( Serial serial ) : base( serial )
{
}
public override void Serialize( GenericWriter writer )
{
base.Serialize( writer );
writer.Write( (int) 0 );
}
public override void Deserialize(GenericReader reader)
{
base.Deserialize( reader );
int version = reader.ReadInt();
}
}
}



cuy782002 is offline  
Old 07-18-2005, 09:58 AM   #34 (permalink)
Lurker
 
Join Date: Jul 2005
Location: Russia - SPB!!
Posts: 13
Send a message via AIM to B3PbIB
Default

do you try to push *select* >> *refresh** ?? =-)
B3PbIB is offline  
Old 07-18-2005, 10:06 AM   #35 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

The instructions.txt gives a step by step guide to getting the fields to come up - open it up and have a read. Makes more sense when youve gone over those.

Edit: BTW no updates tonight guys, ive got to work on the shards scripts and new graphics patch *sigh*
Marak is offline  
Old 07-18-2005, 10:21 AM   #36 (permalink)
Forum Novice
 
Join Date: Dec 2004
Location: USA michigan
Age: 31
Posts: 171
Send a message via Yahoo to cuy782002
Default

hmm ok maybe i need to redownload it or something didnt get any redme's
cuy782002 is offline  
Old 07-18-2005, 10:28 AM   #37 (permalink)
Lurker
 
Join Date: Jul 2005
Location: Russia - SPB!!
Posts: 13
Send a message via AIM to B3PbIB
Default

Here you are :
Created By: Aries from Revenge of the Gods
You may freely distribute this program, as long as all files are included and no modifications are made to any of the files.
Ideas, Bugs - Email me at apocalypse830@gmail.com

Update - Version 2.1
Ive added a reset button, if you have a problem with fields carrying over into the next item you create and causing errors, just click reset.

Update - Version 2.0
Yes i skipped a few sub versions - theres a whole new class in this one. You can now create Jewlery. Every effort has been made to ensure fields filled in during another item type do not carry over if you change type but keep an eye out until its been througly tested.

Update - Version 1.4
Fixed MORE errors concering armor(thankyou again Dwaynelm). Also ive decided NOT to include the resource field for now, as its only a hue mod and a name mod - ill concentrate on fixing the gremlins first.

Upate - Version 1.3
Fixed a few errors(concering armor)

Update - Version 1.1
Now Contains Armor(including SE Armor), and the fields for the next updates(although they are disabled)
It works the same as before, except now the mandatory fields are :
Item Type(click select, and make sure you click APPLY)
File Name
Item Name and
[Add name

Intro:
This program is designed for people who cannot script that well, ive distributed it to my staff so when they design a quest and want a custom item for it, they just use the program then send it all to me in one big file.

How To :
Using the program is pretty basic, just run it, fill in the fields you want(dont forget to fill in the 3 name fields - they have examples there already of how to name them) and press Create. It will create the file in the directory that the exe is in.

If you get a runtime error(as one of my testers did) he downloaded the file at:

http://www.dll-files.com/dllindex/dl...shtml?msstdfmt

to fix the problem.
B3PbIB is offline  
Old 07-18-2005, 10:49 AM   #38 (permalink)
Forum Novice
 
Join Date: Dec 2004
Location: USA michigan
Age: 31
Posts: 171
Send a message via Yahoo to cuy782002
Default

nope still not working for me

these r the steps i take
start the rotg script creator
click the beging botton
go to select/pick what ever
fill in the ItemName.cs/"Item Name"/ItemName them r the only feilds i see to fill in
the bottons at the top r select/refresh/reset/creat/exit

so maybe the problum is on my end no idea
cuy782002 is offline  
Old 07-18-2005, 10:09 PM   #39 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Quote:
Originally Posted by cuy782002
nope still not working for me

these r the steps i take
start the rotg script creator
click the beging botton
go to select/pick what ever
fill in the ItemName.cs/"Item Name"/ItemName them r the only feilds i see to fill in
the bottons at the top r select/refresh/reset/creat/exit

so maybe the problum is on my end no idea
When you click 'show item options' after selecting a item type thats when it should show the fields on the right hand side of the window - if its not for you i cannot figure why... and you didnt get the .txt in the d/l? try downloading the file again...
Marak is offline  
Old 07-19-2005, 08:16 AM   #40 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Ive updated to version 2.5, added ranged weapons and Shields. Also cleaned up the code a bit - anyone have any requests(apart from monsters and quests - their going to take a while.).

Also Clothing may be removed for now - as i cannot really see the point, the only major options are Arcane, so i may just add certain types of clothes into the armor section(they can hold the same values except that one) with an optional condition for Arcane. Either way that one isnt too important.
Marak is offline  
Old 07-19-2005, 11:22 AM   #41 (permalink)
Forum Novice
 
Join Date: Dec 2004
Location: USA michigan
Age: 31
Posts: 171
Send a message via Yahoo to cuy782002
Thumbs up

sweet dude it works now man this will save me so much time

i hope to see a feature for mounts/npc's/mons
cuy782002 is offline  
Old 07-19-2005, 11:22 AM   #42 (permalink)
Lurker
 
Join Date: Jul 2005
Location: Russia - SPB!!
Posts: 13
Send a message via AIM to B3PbIB
Default

work's great !!
B3PbIB is offline  
Old 07-19-2005, 11:58 AM   #43 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Positive feed backs always appreciated lol
BTW - im 1/2 way thru completing the monsters now - ive got most of the boring part done(typing ALL those bloody names in!) - so give me another hour or two and hopefully ill have it up here(or ill be asleep at the k/b)

Edit: make that tomorrow midday - its almost 3am, time to hit the proverbial sack.
Marak is offline  
Old 07-19-2005, 06:15 PM   #44 (permalink)
Lurker
 
Join Date: Jun 2005
Posts: 6
Default just a thought

I know you had stated that this was to help new people and staff so you might want to mention in the instructions what to place in the fields like Nightsight,Blessed ect. or make them check boxes instead, I must say this is a great program and not only for new people cuts item creation time for all who use it.... Great Job and Great idea!!!!!!
Alpha911 is offline  
Old 07-19-2005, 09:46 PM   #45 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Quote:
Originally Posted by Alpha911
I know you had stated that this was to help new people and staff so you might want to mention in the instructions what to place in the fields like Nightsight,Blessed ect. or make them check boxes instead, I must say this is a great program and not only for new people cuts item creation time for all who use it.... Great Job and Great idea!!!!!!
For the fields like nightsight and blessed im going to change them to option box's (0,1), atm im just finalising the monster creation(trying out a new way to process each field) so when ive finished those ill probably go thru and change all the item creations to the same way ive done the monsters(its a lot cleaner). For the moment ive included help text to warn people about that - and if memory serves me correctly, it should still say nightsight = 1 even if you put 27 in the field. Will fix that later tho .
Marak is offline  
Old 07-20-2005, 03:35 AM   #46 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

The Monsters mod is now uploaded. Ive compile tested them but havnt had a chance to test them ingame(hey ive got other work todo as well :P) anyway enjoy, and if you find any errors post them immediatly please.

NOTE: Monsters require MORE fields to be input than the items did, so anything with a value already in there must be used(eg monstername etc) ive also input default values for Damage types and Resistances. In this version the monsters body types are chosen from a list, and the sound ids are based off the pre-existing monsters(note: some did not have values so i left them as 0). There are 6 optional fields for items on the monsters just type in the name as you would add it ingame and the value in the field next to it(they have headings). Those arnt thouroughly tested yet, ive only tried a few item types.
Marak is offline  
Old 07-20-2005, 08:28 AM   #47 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Alright guy's ive got the main portion out, im going to re-write it again(if you cant tell this is my first VB program, im using this to learn.) During the different sections ive learnt faster ways to code it, so im going to strip it all and make Script Creator 3 - using what ive learn with the monsters, and ive just gotten in contact with a bloke who's forgotton more about programming then i will ever learn. So if you have any more ideas, nows the time to list them - it will probably take me about 2 days to finish re-making it, but hopefully it will run a LOT cleaner(atm most of my time during updates is spent error checking - the codes too messy to use naturally). So keep the ideas coming - to the peeps who have been pming me with ideas - their great but post them in here so we can all bounce our ideas off each other - that way i dont have to code them 3 different ways lol.
Marak is offline  
Old 07-20-2005, 09:18 AM   #48 (permalink)
Lurker
 
Join Date: Jul 2005
Location: Russia - SPB!!
Posts: 13
Send a message via AIM to B3PbIB
Default

problem with monster creation !!
runuo types :
B3PbIB is offline  
Old 07-20-2005, 10:01 AM   #49 (permalink)
Forum Novice
 
Marak's Avatar
 
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 26
Posts: 429
Default

Quote:
Originally Posted by B3PbIB
problem with monster creation !!
runuo types :
I need more info, did you fill in all the sections? post your script so i can have a look.
Marak is offline  
Old 07-20-2005, 11:41 AM   #50 (permalink)
Lurker
 
Join Date: Jul 2005
Location: Russia - SPB!!
Posts: 13
Send a message via AIM to B3PbIB
Default

// Created by Script Creator
using System;
Server.Items;
Server.Targeting;

namespace Server.Mobiles
{
[CorpseName( "Creature Name")]
public class AddName: BaseCreature
{
[Constructable]
public AddName() : base( AIType.AI_Mage, FightMode.Closest, 10, 1, 0.2, 0.4
{
Name = "Creature Name";
Body = 76;
Hue = 1;
BaseSoundID = 609;
SetStr( 20 );
SetDex( 20 );
SetInt( 30 );
SetHits( 50 );
SetDamage( 10 );
SetDamageType( ResistanceType.Physical, 100 );
SetDamageType( ResistanceType.Fire, 0 );
SetDamageType( ResistanceType.Cold, 0 );
SetDamageType( ResistanceType.Energy, 0 );
SetDamageType( ResistanceType.Poison, 0 );

SetResistance( ResistanceType.Physical, 12 );
SetResistance( ResistanceType.Fire, 23 );
SetResistance( ResistanceType.Cold, 43 );
SetResistance( ResistanceType.Energy, 32 );
SetResistance( ResistanceType.Poison, 23 );


Fame = -2223;
Karma = -3333;
VirtualArmor = 60;
Tameable = true;
ControlSlots = 2;
MinTameSkill = 4;
}
public override Poison PoisonImmune{ get{ return Poison.Lethal; } }
public override int TreasureMapLevel{ get{ return 4; } }
public override int Meat{ get{ return 1 } }

Public AddName( Serial serial ) : base( serial )
{
}

public override void Serialize( GenericWriter writer )
{
base.Serialize( writer );
writer.Write( (int) 0 );
}

public override void Deserialize( GenericReader reader )
{
base.Deserialize( reader );
int version = reader.ReadInt();
}
}
}


i make it fast just for test and it didn't works =(
B3PbIB is offline  
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5