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

[Help]how to igone Skeleton when using The Wailing Host's set rings

lungbig

New Member
Joined
Jul 6, 2012
Messages
29
Reaction score
0
Please help me T_T....

i already using giles monster priority changer
but i dont know the code of Skeleton ( ranger and melee Skeleton )
 
Please help me T_T....
i already using giles monster priority changer
but i dont know the code of Skeleton ( ranger and melee Skeleton )

You can get the "SNO" codes for any object by having DB open but *STOPPED* (not started). Then in-game, get the skeleton(s) to appear - and while they are on-screen, go to DemonBuddy, go to Info Dumping tab, and click "Dump Ractors". Wait a couple of seconds and it will output a long list of every object (monsters, items on the ground, avoidances, random obstacles) within about 140 foot range of your character, sorted by order of distance (closest things at the top, furthest things listed last).

It should be obvious what the "SNO" code is for the skeletons from this, and you can then add that code to the blacklist.
 
Giles, can you please contact me via PM since I am unable to contact you? I'm making a full clear act 3 profile and want to throw some ideas at you.
 
Giles, can you please contact me via PM since I am unable to contact you? I'm making a full clear act 3 profile and want to throw some ideas at you.

You can't send me a forum PM? If not, I doubt you'd be able to reply to one I send either! I can often be found on Quakenet IRC (google quakenet irc they have a web-based-version if you don't want to download MIRC) - both in the #demonbuddy channel, and in the much-more-active #ciggarc channel there. If I'm not around just drop me a message - I leave my IRC idling in there most of the time and check for messages.
 
Please help me T_T....

i already using giles monster priority changer
but i dont know the code of Skeleton ( ranger and melee Skeleton )

@lungbig

if you manage to get the SNO code of the skeleton pls post it here too? ha cos i'm saving up to try out the wailing host's set rings so eventually i'll run into the same problem as you.
 
thankyou so much!

Unit Name: Skeleton_Archer_A_Unique_Ring ActorSNO: 251396

Unit Name: Skeleton_A_Unique_Ring ActorSNO: 249190

i think is those SNO
but i havent try it
 
Last edited:
Those look right! In order to blacklist something using Giles Trinity, do the following:

open GilesTrinity.cs, using Notepad or Notepad++ or your program of choice.
Look for this code:
Code:
// Special blacklist for things like ravens, templar/scoundrel/enchantress in town, witch-doctor summons, tornado-animations etc. etc. that should never be attacked
        private static readonly HashSet<int> hashActorSNOIgnoreBlacklist = new HashSet<int> { 
            5840, 111456, 5013, 5014, 205756, 205746, 4182, 4183, 4644, 4062, 4538, 52693, 162575, 2928, 51291, 51292, 
            96132, 90958, 90959, 80980, 51292, 51291, 2928, 3546, 129345, 81857, 138428, 81857, 60583, 170038, 174854, 190390, 
            194263, 5482, 174900, 219702, 221225, 87189, 90072, 107031, 106584, 186130, 187265, 201426, 201242, 200969, 201423, 
            201438, 201464, 201454, 108012, 103279, 89578, 74004, 84531, 84538, 89579, 190492, 209133, 6318, 107705, 105681, 89934, 
            89933, 182276, 117574, 182271, 182283, 182278, 128895, 81980, 82111, 81226, 81227, 107067, 103217, 105763, 110959, 106749,
            107107, 107112, 106731, 107752, 107829, 90321, 107828, 121327, 185391, 249320, 81232, 81231, 81239, 81515, 210433, 195414,
            80758, 80757, 80745, 81229, 81230, 82109, 83024, 83025, 82972, 83959, 249190, 251396, 138472, 118260, 200226, 192654, 245828, [COLOR="#FF0000"]xxxxxx[/COLOR]
         };

and add the number you want blacklisted where I put the red xxxxxx.
I was going to show you how to add the numbers you found, but...
GILES ALREADY ADDED THEM TO VERSION 1.4.3! So just download the latest version of trinity and you're set :)
woooo Giles! /clap
 
I DL'd the new Giles and I manually put the numbers in myself. Neither works ( and yes i tried it with out manually putting in the numbers before putting them in blacklist my self)


For maximus and wailing host/lianty
 
Last edited:
Back
Top