Fargariel

Initiate
I would like to prevent players from farming gold by selling items obtained by using create food spell with 100% lrc. Any ideas, solutions?
 
Go to the vendors script example :
( SBProvisioner )

then check the next line

Code:
public class InternalSellInfo : GenericSellInfo
        {
            public InternalSellInfo()
            {
                Add( typeof( Arrow ), 2 );
                Add( typeof( Bolt ), 3 );
                Add( typeof( Backpack ), 7 );
                Add( typeof( Pouch ), 3 );
                Add( typeof( Bag ), 3 );

thats the list of things that the provisioner will buy

if your create food creates APPLES and u find the apple in that list, delete it and the provisioner wouldnt buy apples anymore

you can also modify createfood.cs and delete the food u dont want from there.

Sorry if i dont explain myself good, i slept 3hours yesterday :D
 

Active Shards

  • Unchained
    Custom (Classic)
    • Players
    • 145 Online
    • 273 Peak
  • The Crossroads
    Mondain's Legacy
    • Players
    • 92 Online
    • 190 Peak
  • UO Eventine
    Custom (Classic)
    • Players
    • 80 Online
    • 137 Peak
  • Insane UO
    Endless Journey
    • Players
    • 75 Online
    • 105 Peak
  • UO: New Renaissance
    Custom (Classic)
    • Players
    • 26 Online
    • 85 Peak
  • CALYPSO
    Custom (Modern)
    • Players
    • 21 Online
    • 30 Peak
  • UO Phoenix
    Custom (Classic)
    • Players
    • 19 Online
    • 48 Peak
  • Pandora
    Custom (Modern)
    • Players
    • 19 Online
    • 32 Peak
  • UO Enigma
    Custom (Modern)
    • Players
    • 19 Online
    • 172 Peak
  • Arth
    Custom (Modern)
    • Players
    • 18 Online
    • 34 Peak

Donations

Total amount
$0.00
Goal
$500.00
Back