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 02-10-2004, 12:08 PM   #1 (permalink)
Urk
 
Join Date: Jun 2003
Posts: 198
Default Power Scrolls question

How to make PSs usage step-by-step?
I.e. if I can gain up to 100 of Alchemy I could use only 105 Alchemy PS and only after that 110 Alchemy PS an so on.
Is it possible? If so, how?
Urk is offline   Reply With Quote
Old 02-10-2004, 01:13 PM   #2 (permalink)
 
Join Date: Dec 2003
Posts: 161
Default

er.. maybe a sort of
[code:1]
if(m.Skills[Skillname.Whatever] <= 105)
m.Skills[Skillname.Whatever] = 110;
else if (m.Skills[Skillname.Whatever] <=110;)
blah blah blah
Etc etc.

[/code:1]
[mute] is offline   Reply With Quote
Old 02-10-2004, 04:09 PM   #3 (permalink)
 
Join Date: Jan 2004
Location: Huntsville, Alabama
Age: 32
Posts: 195
Send a message via ICQ to Kesia Send a message via AIM to Kesia Send a message via MSN to Kesia Send a message via Yahoo to Kesia
Default help with power scrolls

ok i am trying to fix the powerscroll.cs script. I wanted to up my atats to be able to get 200 in each skill, but when I tried to modify everything, I can't get any scrolls at all now on champ spawns. How do I fix this?
Kesia is offline   Reply With Quote
Old 02-10-2004, 04:26 PM   #4 (permalink)
 
Join Date: Dec 2003
Posts: 161
Default

Nobody knows what you did. Can't help till we do.
[mute] is offline   Reply With Quote
Old 02-11-2004, 07:31 AM   #5 (permalink)
 
Join Date: Jan 2004
Location: Huntsville, Alabama
Age: 32
Posts: 195
Send a message via ICQ to Kesia Send a message via AIM to Kesia Send a message via MSN to Kesia Send a message via Yahoo to Kesia
Default power scrolls

ok starting from scrath. I have not touched new powerscroll.cs script now, and want to change the max to 200 for each skill, and have it show the name of the skill when you get it. What do i do to modify this script?
Kesia is offline   Reply With Quote
Reply

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