Go Back   RunUO - Ultima Online Emulation > RunUO > 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 02-07-2006, 08:49 AM   #1 (permalink)
Newbie
 
Join Date: Sep 2005
Age: 21
Posts: 27
Send a message via MSN to JohnywaLker
Default Vendor Bug

Arkadaslar Türk Varsa Bi yardımcı olsunda Su Vendor Bugunu Bi gondersın Bugu fixlemek istiyorum Ama olmuyor Bi yardımcı Olursanız Sevinirim...
JohnywaLker is offline  
Old 02-07-2006, 09:35 AM   #2 (permalink)
stu
 
Join Date: Jun 2005
Location: Jackson, MS
Age: 40
Posts: 234
Send a message via ICQ to stu
Default

reboot, thatll fix it!
stu is offline  
Old 02-07-2006, 10:55 AM   #3 (permalink)
Forum Expert
 
Join Date: Aug 2005
Location: turkey
Age: 22
Posts: 401
Send a message via ICQ to slayer1ss Send a message via MSN to slayer1ss
Default

he ıs talkıng about gettın extra money to your bank when your vendor dıes...
to fıx thıs open your playervendor.cs and around lıne 595 change method ChargePerRealWorldDay wıth
Code:
public int ChargePerRealWorldDay
		{
			get
			{
				if ( BaseHouse.NewVendorSystem )
				{
					long total = 0;
					foreach ( VendorItem vi in m_SellItems.Values )
					{
						total += vi.Price;
					}

					return (int)(60 + (total / 500) * 3);
				}
				else
				{
					return ChargePerDay * 12;
				}
			}
		}
and btw johny ı know that you dont know englısh good so ıf you have a problem pm to me instead of askıng here ın forums turkısh and ı wıll help you and to let you know thıs forum ıs for scrıpt releases not for help...

edıt *In turkısh* = forumlarda baska dıllerle sormandan moderatorlerın memnun kalcagını sanmıyorum onun ıcın forumlarda turkce konusmak yerıne once bana pm( ozel mesaj) at kı yardım edeyım yoksa forumlarda senı barındırıcaklarını sanmıyorum bu arada bu forum ozel scrıptlerın dagıtımı ıcındır yardım ıcın dııl yardım ıstıyosan scrıpt support a gıtceksın...
__________________

Owner/Head Scripter of Renovatio UO [tr] be sure to vısıt us someday:D

Last edited by slayer1ss; 02-07-2006 at 11:00 AM.
slayer1ss is offline  
Old 02-07-2006, 12:48 PM   #4 (permalink)
ConnectUO Creator
 
Jeff's Avatar
 
Join Date: Jan 2004
Age: 28
Posts: 4,952
Default

Quote:
Originally Posted by slayer1ss
he ıs talkıng about gettın extra money to your bank when your vendor dıes...
to fıx thıs open your playervendor.cs and around lıne 595 change method ChargePerRealWorldDay wıth
Code:
public int ChargePerRealWorldDay
		{
			get
			{
				if ( BaseHouse.NewVendorSystem )
				{
					long total = 0;
					foreach ( VendorItem vi in m_SellItems.Values )
					{
						total += vi.Price;
					}

					return (int)(60 + (total / 500) * 3);
				}
				else
				{
					return ChargePerDay * 12;
				}
			}
		}
and btw johny ı know that you dont know englısh good so ıf you have a problem pm to me instead of askıng here ın forums turkısh and ı wıll help you and to let you know thıs forum ıs for scrıpt releases not for help...

edıt *In turkısh* = forumlarda baska dıllerle sormandan moderatorlerın memnun kalcagını sanmıyorum onun ıcın forumlarda turkce konusmak yerıne once bana pm( ozel mesaj) at kı yardım edeyım yoksa forumlarda senı barındırıcaklarını sanmıyorum bu arada bu forum ozel scrıptlerın dagıtımı ıcındır yardım ıcın dııl yardım ıstıyosan scrıpt support a gıtceksın...
how about we move this to the proper forum?
__________________
Jeff Boulanger
ConnectUO - Creator/Core Developer

Please do not pm me for support. If you are having issues please post in the appropriate forum. Thanks for your continued support of both ConnectUO and RunUO
Jeff is offline  
Old 02-07-2006, 01:20 PM   #5 (permalink)
Forum Expert
 
Join Date: Aug 2005
Location: turkey
Age: 22
Posts: 401
Send a message via ICQ to slayer1ss Send a message via MSN to slayer1ss
Default

would be nıce ıf a mod sends thıs to correct forum... ı just wonder whıch forum thıs should go stock scrıpt fıxes or scrıpt support??
__________________

Owner/Head Scripter of Renovatio UO [tr] be sure to vısıt us someday:D
slayer1ss is offline  
Old 02-07-2006, 05:00 PM   #6 (permalink)
Forum Expert
 
Join Date: May 2005
Location: United Kingdom
Age: 17
Posts: 255
Send a message via MSN to Swerve_jnr
Default

how about speak in english?
Swerve_jnr 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 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5