Author Topic: Scan Paperdoll and main pack together  (Read 3015 times)

0 Members and 1 Guest are viewing this topic.

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Scan Paperdoll and main pack together
« on: November 11, 2014, 12:29:48 PM »
0
I know that I can scan those two separate.  and it work  Now I will like to scan for both  #CHARID &   #backpackid . This will allow me to check all my weapon if needed.  Right now I need to run two separate script to to it.  can that be done scan for weapon in my hand and pack.


This work fine
Code: [Select]
set %weaponbag #CHARID  ;  This will scan my paperdoll
or
set %weaponbag #backpackid  ; this will scan my pack.  


finditem %weapon C_ , %weaponbag


This doesn't work.
Code: [Select]
set %weaponbag #CHARID_#backpackid


finditem %weapon C_ , %weaponbag

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Scan Paperdoll and main pack together
« Reply #1 on: November 11, 2014, 03:55:04 PM »
0
The closest you can do is to search all open containers:

Code: [Select]

finditem %weapon C

Please read the ScriptUO site RULES
Come play RIFT with me!

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Scan Paperdoll and main pack together
« Reply #2 on: November 11, 2014, 06:10:20 PM »
0
Thx TM  Nice it work, 
  .   

Offline manwinc

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Scan Paperdoll and main pack together
« Reply #3 on: November 12, 2014, 07:14:30 PM »
0
I wonder if Finditem C command will work like the finditem command with Everything separated by _.

I'll play with it.
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Tags: