Author Topic: I can't locate your archery weapon  (Read 1752 times)

0 Members and 1 Guest are viewing this topic.

Offline DjazlizhTopic starter

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • Djazlizh has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
I can't locate your archery weapon
« on: November 15, 2013, 01:12:48 AM »
0
I got this part of a script I try to use, but it gives me an error and stops, it says  : I can't locate your archery weapon
I play on a freeshard called ABCUO, dont know if it has anything to do with that ?


Script part below :


Code: [Select]
sub SetupWeapon
  finditem %1 C_ , #CHARID
  if #FINDKIND = -1
  {
    finditem %1 C_ , #BACKPACKID
    if #FINDKIND <> -1
    {
      if #FINDTYPE in PPO
        set #LHANDID %1
      else
        set #RHANDID %1
    }
    else
    {
      display ok I can't locate your archery weapon
      stop
    }
  }
  else
  {
    gosub DisarmWeapon
  }
  if #FINDTYPE in %crossbowtypes
  {
    menu Font BGColor BtnFace
    menu delete EUOLabel32
    menu Text EUOLabel32 176 196 Bolts
    set %ammotype LNK ; LNK - crossbow bolts
  }
  else
  {
    menu Font BGColor BtnFace
    menu delete EUOLabel32
    menu Text EUOLabel32 176 196 Arrows
  }
return

Post Merge: November 15, 2013, 03:21:37 AM
I found a work around and made it work now.... thanks :-)
« Last Edit: November 15, 2013, 05:39:27 AM by Endless Night »

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: I can't locate your archery weapon
« Reply #1 on: November 15, 2013, 05:40:47 AM »
0
Editted you post and added code tags... glad you  figured it out.
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: