Author Topic: Help with vendor menus  (Read 1872 times)

0 Members and 1 Guest are viewing this topic.

Offline NObamaTopic starter

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Help with vendor menus
« on: January 24, 2015, 07:52:39 AM »
0
Quick question:  Once I've got my NPC vendor primed, how do I code in the spiffy "ultra double click that takes the buy quantity from 1 to max?"

I'm watching a buy script do it right now, and it steps into something that has NOTHING to do with clicking yet somehow maxes out the buy amount?!

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6209
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +274
  • Referrals: 3
    • View Profile
Re: Help with vendor menus
« Reply #1 on: January 24, 2015, 08:29:23 AM »
0
shift click?

Offline NObamaTopic starter

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: Help with vendor menus
« Reply #2 on: January 24, 2015, 09:48:34 AM »
0
EDIT:

Using "f x 300" to rapid click 300 times =P
Also, using math to determine if a buy price isn't worth my time.

Anyone know if/when vendors reset their buy prices anymore?
« Last Edit: January 24, 2015, 07:06:13 PM by NObama »

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Help with vendor menus
« Reply #3 on: April 08, 2015, 08:15:36 AM »
0
Dont do all that clicking just do this....

Code: [Select]
setShopItem #shopItemID #shopItemMax


Line of code extracted from my  "sub Buyitem" located in the library file "ENs-Subs-BodsAndNPCs.txt"  that can be found here...  ENs Script Library


The shop info stuff is sort of hidden in wiki
http://wiki.easyuo.com/index.php?title=GetShopInfo
http://wiki.easyuo.com/index.php?title=SetShopItem
http://wiki.easyuo.com/index.php?title=ShopCurPos
« Last Edit: April 08, 2015, 08:22:54 AM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: