Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Releases

Custom Script Releases This forum is where you can release your custom scripts for other users to use.

Please note: By releasing your scripts here you are submitting them to the public and as such agree to make them public domain. The RunUO Team has made its software GPL for you to use and enjoy you should do the same for anything based off of RunUO.

Reply
 
Thread Tools Display Modes
Old 05-21-2008, 07:32 PM   #1 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 26
Default [RunUO 2.0]Jako Leveling System (Balanced Pet Leveling)

This post has moved to change the title.

[RunUO 2.0 RC2]Jako Leveling System (Balanced Pet Leveling)
Attached Images
File Type: png nottamed.png (64.5 KB, 141 views)
File Type: png tamed.png (75.7 KB, 123 views)
File Type: png characteristics.png (39.9 KB, 180 views)
File Type: png stats.png (43.9 KB, 134 views)
File Type: png breedContract.png (166.3 KB, 18 views)

Last edited by Jerbal; 08-17-2008 at 04:27 PM. Reason: removed
Jerbal is offline   Reply With Quote
Old 05-21-2008, 07:34 PM   #2 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 26
Default

//removed due to the move

Last edited by Jerbal; 08-17-2008 at 04:27 PM.
Jerbal is offline   Reply With Quote
Old 05-21-2008, 09:55 PM   #3 (permalink)
Newbie
 
ACME_INC's Avatar
 
Join Date: Nov 2003
Location: 65.203.121.147
Age: 35
Posts: 24
Default

This looks great. I like how the info shows up in lore. Good work. I will give it a shot on a shard I am seting up.
ACME_INC is offline   Reply With Quote
Old 05-21-2008, 10:15 PM   #4 (permalink)
Forum Novice
 
shtoink's Avatar
 
Join Date: Sep 2006
Location: EvE Online
Posts: 109
Send a message via ICQ to shtoink Send a message via AIM to shtoink Send a message via MSN to shtoink Send a message via Yahoo to shtoink Send a message via Skype™ to shtoink
Default

At a quick glance it looks like i can use the AnimalLore.cs you provided. But, Im wary of overwriting my BaseCreature.cs with yours, as Im using a svn with ML and Im pretty sure another script Im using had me add to my basecreature.cs . Could you help me pick out your modifications so i can add them to mine? I really want to try this out. It looks great!
shtoink is offline   Reply With Quote
Old 05-22-2008, 08:45 AM   #5 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 26
Default

I believe I have "#region Jako Taming" all of my changes in BaseCreature.cs, except for the Serialize and DeSerialize additions.

What you could do to make sure is get the latest BaseCreature.cs off of the SVN: http://svn.runuo.com/repos/runuo/dev...aseCreature.cs and winmerge that and mine to see the differences, then add the differences to your current file.

-Jerbal

//Edit:

You should be able to just Winmerge the file with your Modified Version. I double checked and yes, all code I added is encapsulated with #region Jako taming except de/serialize.

Last edited by Jerbal; 05-22-2008 at 07:36 PM.
Jerbal is offline   Reply With Quote
Old 05-22-2008, 08:24 PM   #6 (permalink)
Forum Novice
 
shtoink's Avatar
 
Join Date: Sep 2006
Location: EvE Online
Posts: 109
Send a message via ICQ to shtoink Send a message via AIM to shtoink Send a message via MSN to shtoink Send a message via Yahoo to shtoink Send a message via Skype™ to shtoink
Default

Thx alot mate! Ill start working on this for next restart.
shtoink is offline   Reply With Quote
Old 06-04-2008, 09:57 PM   #7 (permalink)
Forum Novice
 
shtoink's Avatar
 
Join Date: Sep 2006
Location: EvE Online
Posts: 109
Send a message via ICQ to shtoink Send a message via AIM to shtoink Send a message via MSN to shtoink Send a message via Yahoo to shtoink Send a message via Skype™ to shtoink
Default

Got it all going and am very impressed. Great work !!
shtoink is offline   Reply With Quote
Old 06-05-2008, 09:03 AM   #8 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 26
Default

Glad to hear it. Make sure to check back every so often, I'm making the breeders and then fixing some small things to make it a little faster and getting rid of some small errors.

-Jerbal
Jerbal is offline   Reply With Quote
Old 06-05-2008, 01:25 PM   #9 (permalink)
Newbie
 
ACME_INC's Avatar
 
Join Date: Nov 2003
Location: 65.203.121.147
Age: 35
Posts: 24
Default

Also, will you include a version number on the rar file? Makes it easier to tell when I can update.
ACME_INC is offline   Reply With Quote
Old 06-05-2008, 05:30 PM   #10 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 26
Default

I'll include a change log, how to upgrade versions, and a more official release then what it is currently.

Long story short, yes, you will know and there will be a version number. I was just hoping to get some bug fixes out of this and then post a big official post but that's not the standard here apparently, so I'm trying to learn as I go.

-Jerbal
Jerbal is offline   Reply With Quote
Old 06-09-2008, 03:46 PM   #11 (permalink)
Forum Novice
 
Join Date: Feb 2008
Age: 27
Posts: 187
Default

is this 1.0 compad?
__________________
Need help Scripting? Visit my script archive and drop me a line. oldschoolknight.ipbfree.com/index.php?
old_school is offline   Reply With Quote
Old 06-09-2008, 04:31 PM   #12 (permalink)
Forum Novice
 
shtoink's Avatar
 
Join Date: Sep 2006
Location: EvE Online
Posts: 109
Send a message via ICQ to shtoink Send a message via AIM to shtoink Send a message via MSN to shtoink Send a message via Yahoo to shtoink Send a message via Skype™ to shtoink
Default

Why not use 2.0 old school? 1.0 isnt really supported or actively scripted for some time now.

edit- well maybe it is by a few, but not many at all. I think unless an author specificly says its 1.0 compatible you should assume it isnt, or at worst, give it a try.
shtoink is offline   Reply With Quote
Old 06-09-2008, 04:36 PM   #13 (permalink)
Newbie
 
rusmixx's Avatar
 
Join Date: Jul 2007
Age: 22
Posts: 96
Default

Errors:
+ Engines/AI/Creature/BaseCreature.cs:
CS0234: Line 16: The type or namespace name 'Spellweaving' does not exist in
the namespace 'Server.Spells' (are you missing an assembly reference?)


Prompt how to correct?
rusmixx is offline   Reply With Quote
Old 06-09-2008, 07:54 PM   #14 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 26
Default

@old_school
If you diff my basecreature and animal lore iles with the latest SVN, I would amagine you could do so pretty easily. I don't think anything that I've done or added to did not exist in 1.0 but I'm not 100% sure.

@Rusmixx
Remove the reference to Spellweaving in the first few lines (using Server.Spells.Spellweaving;). This probably means you aren't running 2.0 or at least a few revisions back from the latest SVN.

If there are even more errors after removing that, roll back to to your previous basecreature.cs and diff the latest basecreature.cs from the SVN (link above) with mine to just pull out my code changes and apply that way.

Last edited by Jerbal; 06-09-2008 at 07:56 PM.
Jerbal is offline   Reply With Quote
Old 07-03-2008, 10:30 PM   #15 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 26
Default

Just to let everyone who's installed it know, I'm still working on this. It's been several design decisions and gui's later but I'm almost ready to release another version (which will be a completed, but some things need to be made better/fixed). I'll post the updates/etc as soon as I believe it's working in my small test set.

-Jerbal
__________________
The Second Coming, an experience like no other
uo.jerbal.com
Jerbal is offline   Reply With Quote
Old 07-13-2008, 05:21 PM   #16 (permalink)
Forum Novice
 
Join Date: May 2005
Age: 36
Posts: 206
Default

Any news on whether or not this has been updated? I know it's only the 13th of July and all, but I'm anxious for an update LOL! I can't seem to get RoninGT's version to work, I get all kinds of errors, and nobody is responding to my questions, so I"m hoping this one will work.

Sean
seanandre is offline   Reply With Quote
Old 08-01-2008, 12:31 PM   #17 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 26
Default

Sorry the hiatus. I'm still working on this and I will hopefully release an 'alpha' version where everything is implemented this weekend or early next week. This being alpha, there will be some bugs, but they will mostly be special instances that are likely to not come up very often.

Most if not all of the bugs that will be featured in this first version 'complete' release will be in the breeder. Also, some things are not going to be working as intended (ex: breeding dead but bonded pets). These will be fixed in a later update after the code has been optimized and refactored.

Look forward to the comments and bug findings!

-Jerbal
__________________
The Second Coming, an experience like no other
uo.jerbal.com
Jerbal is offline   Reply With Quote
Old 08-08-2008, 09:38 AM   #18 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 26
Default

Jako Leveling has been updated to v1.0.0. Please post any and all bugs!
__________________
The Second Coming, an experience like no other
uo.jerbal.com
Jerbal is offline   Reply With Quote
Reply

Bookmarks

Tags
animal taming, experience, jerbal, pet leveling


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 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5