What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Need Help in Giles Trinity Cs modifying!

Erson

Member
Joined
Jun 27, 2012
Messages
270
Reaction score
0
Is there anyone who can tell me how can I Disable picking up Infernal keys?) Pls Message me , really need it.
1st anything to do with this ? I've Tried to delete lane and it stopped working.
// A list of SNO's to *FORCE* to type: Item. (BE CAREFUL WITH THIS!).
// 166943 = infernal key
private static readonly HashSet<int> hashForceSNOToItemList = new HashSet<int> {

2nd part , and there is a lot of places where infernal keys are mentioned Should I delete all lanes or is it enough to delete smth 1 ?
else if (tmp_item_ThisGilesItemType == GilesItemType.InfernalKey)
{
ItemsPickedStats.iTotalInfernalKeys++;
 
Last edited:
Back
Top