Author Topic: Kham's BOD Reward Calculator  (Read 2612 times)

0 Members and 1 Guest are viewing this topic.

Offline KhameleonTopic starter

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Kham's BOD Reward Calculator
« on: June 19, 2009, 07:09:18 AM »
0
First off only the Target BOD button works
about a few Code blocks down in the Reward Section for some reason it skips about 10 lines of code for no reason (Or at least any reason I can see) SUO Syntax Scanner Cleared the Script.

Found an error, still messes up during the Reward Section though.

Revision 2
* Reversed Code working 95% better now.
* Rewards it will find are, Stretched Hide, Bear Skin Rug, 120 Tailor Scroll, Spined, Horned, Barbed Runic Kits, Tapestry, Clothing Bless Deeds.
( I didn't add 110, or 115 Tailor Scrolls so the LBOD's should Come back as Cloth Rewards )
Please Double Check the Rewards and let me know if Any Come up wrong..
This is for TAILOR BODS ONLY
Smithing Rewards Will Come at a later time.

There are 1 attachment(s) in this post. You must register and post an acceptable introduction to download
Bod Rewards Menu 2.1.txt
« Last Edit: June 19, 2009, 07:18:22 PM by Khameleon »

Offline Toptwo

  • SunTigress's Hero!
  • Global Moderator
  • *
  • *
  • Posts: 2087
  • Activity:
    0%
  • Reputation Power: 21
  • Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...
  • Gender: Male
  • Respect: +131
  • Referrals: 1
    • View Profile
Re: Kham's BOD Reward Calculator
« Reply #1 on: June 19, 2009, 07:28:10 AM »
0
Got it Kham, TY...will play with as soon as I get a fdew ToT's :)
The final weapon is the brain. All else is supplemental.....  If you find yourself in a fair fight, your tactics suck.

Offline KhameleonTopic starter

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: Kham's BOD Reward Calculator
« Reply #2 on: June 19, 2009, 05:21:12 PM »
0
the script seems easy enough to follow, I'm not sure why its not reading the code right.. I might have change the way its checking all the variables.. I Dead doing that, It took me 3 day's to write the reward code.


Code: [Select]
If ( %Amount = 10 || %Amount = 15 ) && %Quality = Normal && %Type = Large4 && ( %Material = Cloth || %Meterial = Leather )
   Set %Reward Streached_Hide
If %Amount = 20 && %Quality = Exceptional && %Type = Small && %Material = Barbed
   set %Reward Streached_Hide
If ( %Amount = 10 || %Amount = 15 ) && %Quality = Normal && %Type = Large4 && %Material = Spined
   Set %Reward Spined_Runic_Kit

Perhaps I need to change it to.

Code: [Select]
if ( 10 in %Amount || 15 in %Amount ) && Normal in %Quality && Large4 in %Type && ( Cloth in %Material || Leather in %Material )
    Set %Reward Stretched_Hide
« Last Edit: June 19, 2009, 05:24:53 PM by Khameleon »

Offline KhameleonTopic starter

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: Kham's BOD Reward Calculator
« Reply #3 on: June 19, 2009, 07:05:15 PM »
0
Updated. Rewards should be showing now. please let me know if you find any rewards that are wrong.
I didn't add 110, or 115 Tailor Power Scrolls, so those should come up as Reward Cloth.

Tags: