2041
New member introductions / Re: Hi everyone
« on: April 25, 2015, 01:59:30 PM »
Welcome to SUO!
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.
_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
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 fromCode: [Select]Finditem %scroll15 C_ , #backpackid
toCode: [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...
What was the problem? I looked at it and couldn't find it...
Finditem %scroll15 C_ , #backpackid
Finditem IKR C_ , #backpackid
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...
;===================================================================
;===================================================================
; 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
;===================================================================
;===================================================================