Jump to content

Getting info


Joker
 Share

Recommended Posts

ok just kinda messin around with this and have it mostly done just want to know how to exclude certain things found an example on here but dont know how to get the info needed the example is

global $IgnoreItems[255]

$IgnoreItems[0] = '3E864F424186A2713E81F4283E8493E1';ice tooth cave

$IgnoreItems[1] = '2FB179F4243E84E232FAF8F4241312DF42464271F4241'; skyward reach

$IgnoreItems[2] = '4C4DB1F424C83E85F424164F4241';augury rock

$IgnoreItems[3] = '3E864271F4244C63C327113882714C4B41874131C941642715';teleport switch

$IgnoreItems[4] = '98BDA43ED12C13881998968BB8192713E8141';destinys gorge 98BDA43ED12C13881998968BB8192713E8141 64989683E812C271A5C81312DF4A198BD93E8186A4D99A3ED

$IgnoreItems[5] = '6498E4AA3ED64A7A122713E898BD93E8186A98968A4C4B43';bleached bones (grif)

$IgnoreItems[6] = 'A7A122713E93D4989683E9'; the scar

$IgnoreItems[7] = '271AC8C3564F551F462964F4628186A3264AF4241';captn calaan

;271AC8C3564F551F462964F4628186A3264AF4241

i wont be using the same items and such but where did he get the item info needed for the ignore thats all i really need to know im sure its simple and easy to do lol also need to know what to add to get the script to keep looping

Link to comment
Share on other sites

to make your script faster, convert these HEX codes into numbers(int), because to compare 2 strings need to compare each symbol, and to compare 2 numbers - need just compare 2 numbers..

Edited by Godless

_____________________________________________________________________________

Link to comment
Share on other sites

Joker, your topic is a joke.

ok just kinda messin around with this

Messing around with what? You posted an array declaration. There's not much to be messed around with declarating arrays.

and have it mostly done

Yeah, if you are just looking to define an array with meaningless numbers you are pretty much done.

just want to know how to exclude certain things

Exclude what from what? Exclude data from the array? Simply remove the lines responsible for adding the data.

i wont be using the same items and such but where did he get the item info needed for the ignore

Where did he get the item info from? Ask him. He's done it, to use this is meaningless.

thats all i really need to know im sure its simple and easy to do lol

omg lol im sure its simple to do sumthing like use correct grammar, spelling and punctuation? That's pretty simple, yes.

also need to know what to add to get the script to keep looping

Keep looping the array declaration? Put While 1 and Wend around it and you'd be wasting your time ad infinitum.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...