Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Crisis

Pages: 1 ... 135 136 [137] 138 139 ... 199
2041
New member introductions / Re: Hi everyone
« on: April 25, 2015, 01:59:30 PM »
Welcome to SUO!

2042
Manwincs' Script Library / Re: Mwinc. Imbuing Trainer
« on: April 25, 2015, 12:32:32 PM »
In order to download scripts, you must introduce yourself here http://www.scriptuo.com/index.php?board=20.0  You can read why an introduction is necessary here http://www.scriptuo.com/index.php?topic=1683.0

I would read examples of good and bad introductions prior to making yours. Once your restricted status has been lifted, you will have access to most of our toys.

2043
Crafting / Re: Crisis Craft and Fill Spellbook Filler Version 1.1
« on: April 25, 2015, 12:15:01 PM »
Has anyone tried the new version, 1.1?

2044
Scripting Chat / Ignore spellbook
« on: April 25, 2015, 07:15:03 AM »
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.

2045
New member introductions / Re: Hello everyone
« on: April 25, 2015, 06:35:26 AM »
Welcome to SUO!

2046
Crafting / Re: Crisis Craft and Fill Spellbook Filler Version 1.1
« on: April 24, 2015, 02:37:55 AM »
What was the problem?  I looked at it and couldn't find it...

I am not sure why it only did it with the mysticism scrolls but I changed this line in the sub CraftMystScroll15 from

Code: [Select]
Finditem %scroll15 C_ , #backpackid
to

Code: [Select]
Finditem IKR C_ , #backpackid
I don't know why that would affect myst scrolls and not mage scrolls but the mage ones worked okay doing it the first way but not the myst.

Oh crap!  What a nightmare to debug!  There is ZERO reason why that shouldn't have worked...

Yeah, I tried renaming the set %scroll15 IKR and the spot it called it, retyping both, copy and pasting both to make sure that how the scroll was set was the same id as the scroll in the bag where it should have stopped because it could find it. The only other thing that came to me was the the set %scroll15 IKR was in a sub and not the beginning but it worked for other scrolls, just not the 2 myst scrolls. I finally decided to just call the id itself and it worked.

I can say that I added a couple of gray hairs while trying to troubleshoot it over the past couple of days. I am very excited that I was able to figure it out. There is hope for me yet to become a decent scripter! This summer I will be looking at learning python so I can play with stealth!

2047
Crafting / Re: Crisis Craft and Fill Spellbook Filler Version 1.1
« on: April 23, 2015, 07:56:52 PM »
What was the problem?  I looked at it and couldn't find it...

I am not sure why it only did it with the mysticism scrolls but I changed this line in the sub CraftMystScroll15 from

Code: [Select]
Finditem %scroll15 C_ , #backpackid
to

Code: [Select]
Finditem IKR C_ , #backpackid
I don't know why that would affect myst scrolls and not mage scrolls but the mage ones worked okay doing it the first way but not the myst.

2048
Crafting / Re: Crisis Craft and Fill Spellbook Filler Version 1.1
« on: April 23, 2015, 07:24:09 PM »
Revised and solved the debug issues. Can this please be moved to the submit scripts section?

UPDATED Version 1.1

Take it for a test spin!

2049
Submit your Script / Re: Ridgeback Tamer with Auto Search ver 1.0
« on: April 23, 2015, 04:18:35 PM »
The gains are better from and quicker from the ridgebacks, but it is more a lot more work. When I did the ridgebacks from 100-120, I would tame them and then release them and let the savages kill them. so that I was not involved in the fighting. If you are not guilded, then it should be no problem.

Crisis now that your elite.. you can use my unattended tamer trained get you all the way to 120 ... perfectly safe totally unattended...



I can't wait to try that and the script that you pm'd me about! ;D

2050
Crafting / Crisis Craft and Fill Spellbook Filler Version 1.3b
« on: April 22, 2015, 05:58:49 PM »
Code: [Select]
;===================================================================
;===================================================================
; Script Name: Crisis Craft and Fill Spellbook Filler
; Author: Crisis
; Version: 1.3b
; Client Tested with: 7.0.45.0
; EUO version tested with: 1.5 (version 285)
; Shard OSI / FS: OSI
; Release Date: 04/22/2015
; Revision Date: 04/30/2015
; Purpose:
;     .Craft spellbooks, craft spell scrolls, and fill the spellbook.
;     .Magery, Necromancy, and Mysticism
;
; Revisions:
;     1.1
;     .Fixed buttons so they don't disappear when you start to craft
;     .Adjusted Status to show the spellscroll number and name of spellscroll being crafted
;     .Clears resources out of pack into secure upon completion of spellbook though I may add that into a button in the future
;     .Cleaned up code
;     1.2
;     .Changed Scroll_Secure to automatically be set as players backpack
;     .Added a Storage_Secure so completed spellbooks can be moved out of the backapck
;     .Added event sysmessage to remove extra clicks when setting secures and spellbooks
;     1.3
;     .Adjusted resource amounts and added a pause if you run out of resources
;
; Requirements:
;     . You need to have a secure with regs, iron ingots, and blank scrolls inside it and within reach
;     . You need to have at least one tinker tool and one scribe pen in your backpack
;
; Future Updates:
;     . will integrate this into my quick and painless spellbook filler
;
; Special Thanks:
;     . Manwinc for use of his crafting subs
;     . TrailMyx for use of his Meditate Sub
;     . The Ghost for testing and suggestions
;
; Copyright: 2015 Crisis
;===================================================================
;===================================================================

REVISED! 04/30/2015
1.1 Fixed buttons so they don't disappear when you start to craft
      Adjusted Status to show the spellscroll number and name of spellscroll being crafted
      Clears resources out of pack into secure upon completion of spellbook though I may add that into a button in the future
      Cleaned up code
1.2
     Changed Scroll_Secure to automatically be set as players backpack
     Added a Storage_Secure so completed spellbooks can be moved out of the backapck
     Added event sysmessage to remove extra clicks when setting secures and spellbooks
1.3
     Adjusted resource amounts and added a pause if you run out of resouces

This script works with Magery, Necromancy, and Mysticism.

Choose one of the three magics, it will craft a spellbook, crafts the spells, and then fill the spellbook. Comes complete with neon menu  :P





2051
New member introductions / Re: Great Memories.
« on: April 22, 2015, 01:10:08 PM »
Welcome to SUO! I am sure Gimlet will be around soon to un-restrict you.  ;D

2052
Submit your Script / Re: Ridgeback Tamer with Auto Search ver 1.0
« on: April 22, 2015, 01:05:24 PM »
The gains are better from and quicker from the ridgebacks, but it is more a lot more work. When I did the ridgebacks from 100-120, I would tame them and then release them and let the savages kill them. so that I was not involved in the fighting. If you are not guilded, then it should be no problem.

2053
Submit your Script / Re: Ridgeback Tamer with Auto Search ver 1.0
« on: April 21, 2015, 04:49:35 PM »
Make sure not to run this unattended until running it for a while. It has been a long time since I tamed ridgebacks, I think if you are guilded, it can backfire on you. I seem to remember that I had released and was attacking one when a savage attacked it and that caused my savage kin paint to explode.

2054
New member introductions / Re: Hey guys
« on: April 19, 2015, 04:46:20 PM »
Welcome to SUO!

2055
RebirthUO / Re: Rebirth UO
« on: April 19, 2015, 06:39:12 AM »
Still can't access the forums, trying to use the forgot password function. I e-mailed  Support@RebirthUO.com but got the email back saying it could not be delivered. At least I can log into game and keep taunting Trixta with my Luna House  :P

Pages: 1 ... 135 136 [137] 138 139 ... 199