Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - _C2_

Pages: 1 ... 6 7 [8]
106
looking to very possibly train up these skills...

forensic eval

remove trap


I just made a script that does taste and item id.  i will post it here very soon so peeps can use it to gm item id for gargoyle/embuing expansion!  Sheesh I'll post it now.  but seriously- looking to make these trainable. there has to be info out there somewhere.

Ex.  i was thinking of using a loop to trap box - remove trap until successful- retrap.  but are the skill levels varying?

107
General UO Chat / Taste ID
« on: March 16, 2009, 08:51:52 AM »
What is it used for?
How do you train it?  On food?

I have an old arms lore trainer that I added item id to and want to add taste id to it tonight and release it.
My question is...  WTH is it for?  and what do u need to train it.  Is it for checking to see if food or weapons are poisoned?  If so, do I need to have poisoned items to gain or would plain ones be fine.

I am guessing that I would need several poisoned pieces of food to train on atm and with anti macro code broken, one could very well do.

I am super interested to see what everyone knows about this worthless skill, or at least worthless for now.

108
Can this be done?  if u hover over paperdoll pack it says ... say 19 items

the problem is that 2 of the items are in a bag in your pack so when you finditem * c_ , #backpackid it say #findcnt 17.  Is there a way to read the backpack like you can on the paperdoll w/o opening and searching all little packs too?

I guess i could just ignore all items in pack too but i was interested in doing it the other way.

109
_C2_ Script Library / C2's Auto Reloger
« on: January 21, 2009, 06:25:37 AM »
This can be used as a sub in your current code or run in a separate window to relog your character on any shard until the shard becomes available.  It uses last shard and continues to check until it pops up on login page.  It does not use OCR and the client can be completely covered.

I wasn't happy with the use of OCR and shardscanners even thought they are great so I wrote my own login and out subs that even perform when under a client or internet. I hated having to give up my playtime while they worked. These are the subs that are used in my bod collector scripts but slightly revised to work as a stand alone script that you play along side another script. Some scripts do not work well when u relog into the acct but others may be very compatible. Feel free to use my subs in your code if you add credit in your script.

This cannot auto relog two accts at the same time... make sure if using for two accts u add a wait so they both accts aren't logging in at the same exact second on the same acct. Accts never get past verifying if both on the same comp at the same exact time. Something to do with uo and not the script

I also use this in my bod collector that is multi-shard.  Feel free to make small tweeks for your own use but if you release a script with this code, again, please credit it.

all you need to do is this section
Code: [Select]
;set-up
set %a acct_name    ;replace acct_name with the actual name
set %PW password   ;replace password with an actual password
set %character_slot_number #  ;replace # sign with actual char #
set %s shard  ;replace shard with shard name
;two name shards have _ ex) great_lakes

Know issues:
2/20/09 - fixed conn lost gump noted by Khameleon- now uses key enter

110
New member introductions / I thought I made one but I guess not
« on: July 11, 2008, 07:15:12 PM »
Hey everyone,
  I see all the names I've come to enjoy scripting with and a few more here.  Just really checking in and noticed that I hadn't  dropped a mini intro here.
  Old UOC'r a winuo'r and a scriptuo fan too.  A scripting junkie that would quit the game if I wasn't still coding.  Anyways... just dropping a line to say hello to everyone.

Pages: 1 ... 6 7 [8]