Author Topic: Ignore spellbook  (Read 1601 times)

0 Members and 1 Guest are viewing this topic.

Offline CrisisTopic starter

  • Global Moderator
  • *
  • *
  • Posts: 3016
  • Activity:
    3.6%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +206
  • Referrals: 2
    • View Profile
Ignore spellbook
« on: April 25, 2015, 07:15:03 AM »
0
I am looking at having my craft and fill script ignore the main spellbook for magery myst and necro.

Code: [Select]
_findmagespellbook:
finditem %magespellbook C_ , #backpackid
wait 1
if #findkind = -1
  {
  display you do not have a magery spellbook, please put a full spellbook in your backpack and press play
  Pause
  goto _findmagespellbook
  }
 
ignoreitem #findid

This way it ignores the fullspellbook that you have and will not try and fill that with scrolls. If that works, then I would do the same for necro and myst.

Offline The Ghost

  • 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: Ignore spellbook
« Reply #1 on: April 25, 2015, 07:50:51 AM »
0
Have a look at  Paulonius  tinker,   He use a  set %savelist xxx_yyy   so you don't trash what in your backpack.   Main be you use something similar.

Smith   http://www.scriptuo.com/index.php?topic=4108.0

Tinker   http://www.scriptuo.com/index.php?topic=3316.0

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: Ignore spellbook
« Reply #2 on: April 29, 2015, 04:31:46 AM »
0
2 ways... at top of script   have a var that users sets  %myspellbook  then ignoreitem %myspellbook.

Or have the user target their spellbook then ignoreitem it.
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: