Author Topic: Ter Mur Area Lumberjack ELITE VERSION 2.0.6 28/09/14 - Siege support added  (Read 184616 times)

0 Members and 2 Guests are viewing this topic.

Offline UltimateSnake

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 1
  • UltimateSnake has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #195 on: February 28, 2013, 12:02:45 PM »
0
This site is awesome the comments alone let me know the the script is up and running properly. i have been through 4 different ones that all had problems. looking forward to the download =)

Offline Nouveau

  • Jr. Member
  • **
  • Posts: 95
  • Activity:
    0%
  • Reputation Power: 2
  • Nouveau has no influence.
  • Gender: Female
  • Respect: +8
  • Referrals: 0
    • View Profile
    • My Musings
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #196 on: February 28, 2013, 12:54:30 PM »
0
It won't disappoint you!   :)

This site is awesome the comments alone let me know the the script is up and running properly. i have been through 4 different ones that all had problems. looking forward to the download =)

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #197 on: March 03, 2013, 05:21:12 AM »
0
Neo--  not quite sure how to ask this, so I've attached a picture.  I've edited a few scripts in the past regarding this same issue, but I respect you too much to just start messing with your script.  And, I'm certainly no expert.  I'd like to be able to see what my rune numbers are in the menu list, looks like they are cut off by just a few characters.  I'm thinking that just the menu shell, and the menu rune list area numbers would need to be changed just a little bit, maybe?  If you tell me where in the script to do this, I don't mind doing it myself, so you wouldn't have to upload a whole new release unless others wanted that too.   :-\



You could increase the Size of Form and then relocate some of those Elements that it looks similar to Neos but enlarged. And you need to enlarge tune Listbox wich you mentioned to be short. Iam pretty sure Neo will help you out:))

Offline NeoTopic starter

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 821
  • Activity:
    0%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +155
  • Referrals: 3
    • View Profile
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #198 on: March 03, 2013, 06:58:34 PM »
0
Neo--  not quite sure how to ask this, so I've attached a picture.  I've edited a few scripts in the past regarding this same issue, but I respect you too much to just start messing with your script.  And, I'm certainly no expert.  I'd like to be able to see what my rune numbers are in the menu list, looks like they are cut off by just a few characters.  I'm thinking that just the menu shell, and the menu rune list area numbers would need to be changed just a little bit, maybe?  If you tell me where in the script to do this, I don't mind doing it myself, so you wouldn't have to upload a whole new release unless others wanted that too.   :-\
Sorry it took me this long to reply, I've been falling behind on my reading here.

Anyhow, I've readjusted the size of the menu sub for you. Just replace the whole menu sub with this one. This should do what you're trying to accomplish!

If you have any issues, let me know! :)

Code: [Select]
;======= menu sub =======
sub menu
menu Clear
menu Window Title neo's Ter Mur Area Lumberjack
menu Window Color BtnFace
menu Window Size 536 405
menu Font Transparent #true
menu Font Align Right
menu Font Name Arial
menu Font Size 8
menu Font Style
menu Font Color WindowText
menu Font Transparent #false
menu Font Align Left
menu Text EUOLabel4 20 12 Travel Method:
menu Text EUOLabel2 20 260 Secure
menu Text EUOLabel6 20 64 Rune Books
menu Text EUOLabel1 20 128 Tree books list
menu Font Name MS Sans Serif
menu Text EUOLabel5 184 16 Stand on the spot where you can chop
menu Text EUOLabel7 184 32 the tree, input the rune number for
menu Text EUOLabel8 184 48 the tree you're adding, and click 'Add'
menu Font Name Arial
menu Text EUOLabel9 20 80 Home/Bank
menu Text runenumberlabel 20 112 Rune number of secure
menu Font Size 9
menu Font Style b
menu Text EUOLabel3 20 376 Status
menu Font Color Red
menu Text status_label 64 376 Idle
menu Font Size 8
menu Font Style
menu Font Color WindowText
menu Text EUOLabel11 20 96 book
menu Text EUOLabel12 20 240 Set your secure container below
menu Font Name MS Sans Serif
menu Text EUOLabel13 260 304 If you don't know what you're doing
menu Text EUOLabel10 260 288 Input the max weight offset in this box.
menu Text EUOLabel14 260 320 just leave it at 61
menu Text EUOLabel15 184 64 Also, make sure you have the correct
menu Text EUOLabel16 184 80 runebook selected from the "Tree
menu Text EUOLabel17 184 96 books list", before clicking 'Add'
menu Font Name Arial
menu Button start_button 420 368 91 25 Start Chopping
menu Font BGColor Window
menu Combo Create travelcombo 20 32 149
menu Combo Add travelcombo Recall
menu Combo Add travelcombo Sacred Journey
menu List Create addedlist 184 112 333 133
menu Edit runenumber 460 88 25
menu Font BGColor BtnFace
menu Button addtree_button 488 88 31 21 Add
menu Font BGColor Window
menu Edit secure_edit 88 260 45 %secure
menu Font BGColor BtnFace
menu Button secure_button 140 260 31 21 Set
menu Button save_button 20 320 71 21 Save Setup
menu Button load_button 20 340 71 21 Load Setup
menu Button remove_button 336 248 91 21 Remove Selected
menu Button addbook_button 140 216 31 21 Add
menu Font BGColor Window
menu Edit home_edit 88 80 45 %homebook
menu Font BGColor BtnFace
menu Button homebook_button 140 80 31 21 Set
menu Button reset_button 432 248 83 21 Reset
menu Check bankchk 20 284 153 29 #false Check this box if your secure is at the bank
menu Font BGColor Window
menu Edit runenumberedit 144 104 25 %homerune
menu List Create booklist 20 144 153 69
menu Font BGColor BtnFace
menu Button removebook_button 20 216 47 21 Remove
menu Font BGColor Window
menu Edit weight_edit 444 288 29 61
menu Show
return
;======= end sub =======
Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

Offline Nouveau

  • Jr. Member
  • **
  • Posts: 95
  • Activity:
    0%
  • Reputation Power: 2
  • Nouveau has no influence.
  • Gender: Female
  • Respect: +8
  • Referrals: 0
    • View Profile
    • My Musings
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #199 on: March 03, 2013, 11:08:29 PM »
0
Neo--  you're a love, thank-you for this!  I'm going to sing your praises to my eye surgeon (irregular astigmatisms) next time I see him!  Sometimes, staring at text too long makes my eyes go bonkers!   ;)

Sorry it took me this long to reply, I've been falling behind on my reading here.  Anyhow, I've readjusted the size of the menu sub for you. Just replace the whole menu sub with this one. This should do what you're trying to accomplish!  If you have any issues, let me know! :)

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #200 on: March 03, 2013, 11:59:04 PM »
0
Neo--  not quite sure how to ask this, so I've attached a picture.  I've edited a few scripts in the past regarding this same issue, but I respect you too much to just start messing with your script.  And, I'm certainly no expert.  I'd like to be able to see what my rune numbers are in the menu list, looks like they are cut off by just a few characters.  I'm thinking that just the menu shell, and the menu rune list area numbers would need to be changed just a little bit, maybe?  If you tell me where in the script to do this, I don't mind doing it myself, so you wouldn't have to upload a whole new release unless others wanted that too.   :-\
Sorry it took me this long to reply, I've been falling behind on my reading here.

Anyhow, I've readjusted the size of the menu sub for you. Just replace the whole menu sub with this one. This should do what you're trying to accomplish!

If you have any issues, let me know! :)

Code: [Select]
;======= menu sub =======
sub menu
menu Clear
menu Window Title neo's Ter Mur Area Lumberjack
menu Window Color BtnFace
menu Window Size 536 405
menu Font Transparent #true
menu Font Align Right
menu Font Name Arial
menu Font Size 8
menu Font Style
menu Font Color WindowText
menu Font Transparent #false
menu Font Align Left
menu Text EUOLabel4 20 12 Travel Method:
menu Text EUOLabel2 20 260 Secure
menu Text EUOLabel6 20 64 Rune Books
menu Text EUOLabel1 20 128 Tree books list
menu Font Name MS Sans Serif
menu Text EUOLabel5 184 16 Stand on the spot where you can chop
menu Text EUOLabel7 184 32 the tree, input the rune number for
menu Text EUOLabel8 184 48 the tree you're adding, and click 'Add'
menu Font Name Arial
menu Text EUOLabel9 20 80 Home/Bank
menu Text runenumberlabel 20 112 Rune number of secure
menu Font Size 9
menu Font Style b
menu Text EUOLabel3 20 376 Status
menu Font Color Red
menu Text status_label 64 376 Idle
menu Font Size 8
menu Font Style
menu Font Color WindowText
menu Text EUOLabel11 20 96 book
menu Text EUOLabel12 20 240 Set your secure container below
menu Font Name MS Sans Serif
menu Text EUOLabel13 260 304 If you don't know what you're doing
menu Text EUOLabel10 260 288 Input the max weight offset in this box.
menu Text EUOLabel14 260 320 just leave it at 61
menu Text EUOLabel15 184 64 Also, make sure you have the correct
menu Text EUOLabel16 184 80 runebook selected from the "Tree
menu Text EUOLabel17 184 96 books list", before clicking 'Add'
menu Font Name Arial
menu Button start_button 420 368 91 25 Start Chopping
menu Font BGColor Window
menu Combo Create travelcombo 20 32 149
menu Combo Add travelcombo Recall
menu Combo Add travelcombo Sacred Journey
menu List Create addedlist 184 112 333 133
menu Edit runenumber 460 88 25
menu Font BGColor BtnFace
menu Button addtree_button 488 88 31 21 Add
menu Font BGColor Window
menu Edit secure_edit 88 260 45 %secure
menu Font BGColor BtnFace
menu Button secure_button 140 260 31 21 Set
menu Button save_button 20 320 71 21 Save Setup
menu Button load_button 20 340 71 21 Load Setup
menu Button remove_button 336 248 91 21 Remove Selected
menu Button addbook_button 140 216 31 21 Add
menu Font BGColor Window
menu Edit home_edit 88 80 45 %homebook
menu Font BGColor BtnFace
menu Button homebook_button 140 80 31 21 Set
menu Button reset_button 432 248 83 21 Reset
menu Check bankchk 20 284 153 29 #false Check this box if your secure is at the bank
menu Font BGColor Window
menu Edit runenumberedit 144 104 25 %homerune
menu List Create booklist 20 144 153 69
menu Font BGColor BtnFace
menu Button removebook_button 20 216 47 21 Remove
menu Font BGColor Window
menu Edit weight_edit 444 288 29 61
menu Show
return
;======= end sub =======

Good Job , Bro..

Offline Nouveau

  • Jr. Member
  • **
  • Posts: 95
  • Activity:
    0%
  • Reputation Power: 2
  • Nouveau has no influence.
  • Gender: Female
  • Respect: +8
  • Referrals: 0
    • View Profile
    • My Musings
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #201 on: March 04, 2013, 12:48:23 AM »
0
Oops, Neo...  it works when I'm adding runes up to rune #9, then it shrinks back to its original size.  If I try to load my setup after saving it, it also loads the original size.  The new size is only on screen for up to added 9 runes.

If you have any issues, let me know! :)

Offline Nouveau

  • Jr. Member
  • **
  • Posts: 95
  • Activity:
    0%
  • Reputation Power: 2
  • Nouveau has no influence.
  • Gender: Female
  • Respect: +8
  • Referrals: 0
    • View Profile
    • My Musings
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #202 on: March 04, 2013, 01:51:18 AM »
0
I fixed it, Neo!  I fixed it!
I needed to change each one of these lines, the 333!   :)

Code: [Select]
menu List Create addedlist 184 112 333 133

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #203 on: March 04, 2013, 03:53:36 AM »
0
I fixed it, Neo!  I fixed it!
I needed to change each one of these lines, the 333!   :)

Code: [Select]
menu List Create addedlist 184 112 333 133
God Job Nouveau!

Offline Nouveau

  • Jr. Member
  • **
  • Posts: 95
  • Activity:
    0%
  • Reputation Power: 2
  • Nouveau has no influence.
  • Gender: Female
  • Respect: +8
  • Referrals: 0
    • View Profile
    • My Musings
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #204 on: March 04, 2013, 05:08:13 AM »
0

Offline NeoTopic starter

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 821
  • Activity:
    0%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +155
  • Referrals: 3
    • View Profile
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #205 on: March 04, 2013, 06:23:35 AM »
0
*beaming*  :)

Good Job Nouveau!
Sorry, I hadn't actually tested the code!

Well done! :)
Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

Offline Nouveau

  • Jr. Member
  • **
  • Posts: 95
  • Activity:
    0%
  • Reputation Power: 2
  • Nouveau has no influence.
  • Gender: Female
  • Respect: +8
  • Referrals: 0
    • View Profile
    • My Musings
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #206 on: March 04, 2013, 06:43:57 AM »
0
*still beaming*  :)
Sorry, I hadn't actually tested the code! Well done!

Offline UltimateSnake

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 1
  • UltimateSnake has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #207 on: March 07, 2013, 06:58:10 PM »
0
Are you guys getting crystal shards when running this? I have ran for 24+ hours and I have yet to get one! any ideas? All runes are marked in fell, im getting all other stuff BUT the crystal shards! help? Thanks in advance

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6210
  • Activity:
    2.8%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +274
  • Referrals: 3
    • View Profile
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #208 on: March 07, 2013, 07:31:03 PM »
0
only in Ter mur can you get them

Online Crisis

  • Global Moderator
  • *
  • *
  • Posts: 3022
  • Activity:
    3%
  • 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
Re: neo's Ter Mur Area Lumberjack v2.0 out 09/26 added multi-book support
« Reply #209 on: March 08, 2013, 01:23:37 PM »
0
Yes you can only get the crystals in TerMur. Guess they didn't want to make those double resources.  :(

Tags: