|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#3 (permalink) |
|
Forum Expert
|
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 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...Last edited by slayer1ss; 02-07-2006 at 11:00 AM. |
|
|
|
|
#4 (permalink) | |
|
ConnectUO Creator
Join Date: Jan 2004
Age: 28
Posts: 4,952
|
Quote:
__________________
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 |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|