Search results

  1. jinh86

    Animal Lore Gump Help

    Not really connected to the thread but...blue font on blue background it's a very, very bad idea for contrast and accessibility (e.g. "Strength"). Please revise that :P
  2. jinh86

    adding multiple items to drops from a item

    You can't use || in that way, you need to give some random also in that specific case. It should be something on these lines: public Item GiveFish( double skill ) { if ( 0.038 * skill > Utility.RandomDouble() ) return new RockLobster(); if ( 0.040 * skill >...
  3. jinh86

    Script compilation error

    You must have done something wrong while importing them, cause all those ";" are not missing. Also I don't think it's useful to post errors in Italian, not everyone would be able to understand.
  4. jinh86

    Requiring tokens to operate item.

    I believe you forgot to give an exit in case the tokens are not 50. Try changing the backpack code to the following: Item[] items = p.Backpack.FindItemsByType( typeof( Daat99Tokens ) ); if( items.Count() >= 50 ){ for (int i = 0; i < 50; i++) item[i].Consume(); } else {...

Active Shards

Donations

Total amount
$210.00
Goal
$500.00
Back