Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 07-23-2003, 12:56 PM   #1 (permalink)
Forum Novice
 
Join Date: Dec 2002
Posts: 585
Send a message via ICQ to bleis
Default Blank scroll Vs. a Scroll in SBInfo

the Shopmages sells *blanks scrolls*, (like they should) and *scroll*

I have looked in the SBInfo script, but can only find the blank scrolls,....
Any one know where I find the others, I need to comment them out !
bleis is offline   Reply With Quote
Old 07-23-2003, 02:57 PM   #2 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Are you talking about how they sell marked scrolls?

If so just remove this:
[code:1]
Type[] types = Loot.RegularScrollTypes;

for ( int i = 0; i < types.Length; ++i )
{
int itemID = 0x1F2E + i;

if ( i == 6 )
itemID = 0x1F2D;
else if ( i > 6 )
--itemID;

Add( new GenericBuyInfo( types[i], 12 + ((i / 8) * 10), 20, itemID, 0 ) );[/code:1]

If your not I need a screen shot what you mean
Phantom is offline   Reply With Quote
Old 07-23-2003, 03:27 PM   #3 (permalink)
Forum Novice
 
Join Date: Dec 2002
Posts: 585
Send a message via ICQ to bleis
Default

no no... hehe if you go and open the buy menu ingame at at NPC mage you can buy bland scrolls and much further down you can buy scroll , its just called scroll, if you like me have rewards tokens, then if you buy a*scroll* wich costes 1 gp you get a rewardtoken insteed, wich can ruin the ekonomy at my shard because the tokens are normaly traded for 1000 gp amongst players
bleis is offline   Reply With Quote
Old 07-23-2003, 03:31 PM   #4 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by bleis
no no... hehe if you go and open the buy menu ingame at at NPC mage you can buy bland scrolls and much further down you can buy scroll , its just called scroll, if you like me have rewards tokens, then if you buy a*scroll* wich costes 1 gp you get a rewardtoken insteed, wich can ruin the ekonomy at my shard because the tokens are normaly traded for 1000 gp amongst players
Well thats a custom script issue

Because I don't have that problem. Because the default release DOES NOT COME WITH TOKENS
Phantom 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