Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

[Python] Begging, DRW

Only working scripts
Post Reply
ybw
Neophyte
Neophyte
Posts: 13
Joined: 02.04.2012 18:47

[Python] Begging, DRW

Post by ybw »

Стоим рядом с NPC и все работает

Помните, что Python чувствителен к отступам

Code: Select all

vendor = 0x00 # NPC Vendor = 0x0191; NPC Horse = 0x00E2

while 1:
  UseSkill('Begging')
  WaitTargetObject(FindType(vendor, 0xFFFFFFFF))
  Wait(100)
Post Reply