Author Topic: PVP uosteam scripts  (Read 4224 times)

0 Members and 1 Guest are viewing this topic.

Offline lexuttoTopic starter

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 1
  • lexutto has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
PVP uosteam scripts
« on: November 25, 2020, 07:03:15 AM »
0
Hello, can anyone share macro for pvp
I need something like swap weapon (pitchfork) + tagle dismount ability one
Swap on kryss + tagle AI ability ON

And other useful macro that you guys know for ninjitsu?
Thank in advance

I have something that could help:
Weapon swaper
if not @findobject 'Wep1' and not @inrange 'Wep1' 2
promptalias 'Wep1'
endif
if not @findobject 'Wep2' and not @inrange 'Wep2' 2
promptalias 'Wep2'
endif

if not listexists 'swapweapons'
createlist 'swapweapons'

endif

if list 'swapweapons' < 1
pushlist 'swapweapons' 'Wep1'
pushlist 'swapweapons' 'Wep2'

endif

if findobject 'lefthand'
clearhands 'both'
pause 500

endif

equipitem swapweapons[0] 1
sysmsg 'swapweapons' 33
    sysmsg swapweapons[] 33
poplist 'swapweapons' 'front'
« Last Edit: November 25, 2020, 07:10:35 AM by lexutto »

Tags: