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.


Topics - Crisis

Pages: 1 [2] 3 4 ... 8
16
Submit your Script / Crisis Cartography Master for Free Shards
« on: October 07, 2018, 04:27:19 PM »
Code: [Select]
;===================================================================
; Script Name: Crisis Cartography Master
; Author: Crisis
; Version: 1.0
; Client Tested with: 7.0.68.1
; EUO version tested with: 1.5 (version 333)
; Shard OSI / FS: FS
; Release Date: 10/07/2018
; Initial Writing Date: 09/27/2018
; Testing & Reworking Date: 09/27/2018
; Revision Date: N/A
; Purpose:
;     .   To GM Cartography
;
; Revisions:
;     . None yet
;
; Requirements:
;     . Blank Scolls, iron ingots, trash can, and enough tinkering skill so you can craft your own mapmaker's pens.
;
; Future Updates:
;     . None Yet
;
; Special Thanks:
;     . Manwinc for use of his crafting subs
;     . TrailMyx for the use of his sournal handling subs
;
; Copyright: 2018 Crisis
;===================================================================

I made this for the free shard that I am playing. It should be able to be used as is by most free shards and possible Prodo but I have not tested it on BS Servers. You need blank scrolls, iron ingots, access to a trash can, and enough tinkering to craft mapmaker's pens.

This will take you from Zero to Hero, well 99.5 anyways. You can purchase cartography to save some time and resources.



Let me know how it goes!

17
Script Debug / Skill check issue
« on: September 19, 2018, 10:48:36 AM »
I am having issues with a skill check being performed and I am not sure if it is related to the script or the fact that it is a free shard. So my thoughts on this sub is that it should continue to make tongs until tinkering skill hits 60, then it should go to a skillcheck sub which tells it where to go next. The problem I am having is that it is skipping the check and going to the actual skillcheck sub. Here is the sub:

Code: [Select]
   sub Tongs ;45-60 skill
   set %tink_item Tongs
   chooseSkill Tink real
   gosub newstatus lime black 10 Checking Resources
   gosub MWResource %Resource_Secure %ingots N/A 10 100
   gosub CheckTink
   gosub newstatus lime black 10 Crafting %tink_item
   gosub MWCraft Tinkering N/A 3 2 3
   gosub AddAttempts
   goSub MenuSkillCheck
   gosub Calc_Time
   Repeat
      gosub CheckTink
      gosub newstatus lime black 10 Checking Resources
      gosub MWResource %Resource_Secure %ingots N/A 10 100
      gosub newstatus lime black 10 Crafting %tink_item
      gosub MWCraft Tinkering Makelast
      gosub AddAttempts
      goSub MenuSkillCheck
      gosub Calc_Time
      if #skill = 600
      {
       gosub skillcheck
      }
      gosub CheckWeight %tink_item %Trashbarrel
Return

I have also tried to check the skill with this
Code: [Select]
     if #skill > 599
      {
       gosub skillcheck
      }

Thoughts?

18
General UO Chat / Anyone use Ultima Mapper?
« on: September 09, 2018, 05:35:01 AM »
It is a map utility like automap and cartographer. I am trying to figure out how to import labels into it but their website isn't anything more than a download site and I am not sure where else to check. It seems like it could be really useful.

19
General UO Chat - Freeshard edition / What free shard do you play?
« on: September 08, 2018, 10:04:19 AM »
I have been looking at free shards, have tried a few and leaning towards Alexandria. What free shard do you play and why? What does it offer? Thanks for your input!

20
General UO Chat / Free Shards
« on: August 06, 2017, 04:56:25 PM »
Wow, I have not worked on a free shard in at least 10 years but I forgot how fun it can be. It is also so much easier this time around since I have a lot better handle on coding. My wife is mad at the prodo shards so she asked me to set up a free shard for her and recreate some of the things we had on ours years ago. It has been a blast so far!

21
UOSteam / Not enough memory to run steam? seriously?
« on: July 29, 2017, 06:12:43 AM »
I have 16gb of ram, I5 processor, GeForce GTX 1060 video card with 6 gb ram, and a 750 watt power supply. I can run WoW with most settings in ultra and get a minimum of 60fps, most times near 100 fps, I can run Eve Online with no problems either. I can run UO Assist and Razor with no issues. I can run three UO clients all running EUO scripts with no issues so why is it that I run into this with UO Steam? I am running windows 10 and run steam as administrator. My task manager shows I am using 29% memory, cpu is at 3% and disk is 0%.


22
Submit your Script / Crisis Recipe Checker
« on: July 28, 2017, 11:39:35 AM »
Code: [Select]
;=======================================================
;Script Name: Crisis Recipe Checker
; Author: Crisis
; Version: 1.0
; Client Tested with: 7.0.58.12
; EUO version tested with: 1.5 (version 321)
; Shard OSI / FS: OSI
; Release Date: 07/20/2017
; Revision Date: N/A
; Purpose:
;     . To check crafting recipes to find the ones you are missing.
;     . Supports Alchemy, Blacksmithy, Carpentry, Cooking, Fletching, Inscription, Masonry, Tailoring, & Tinkering
;     . The script lists where each recipe comes from but you will need to scroll through it once you find out which ones you are missing.
;
; Revisions:
;     . N/A
;
; Requirements:
;     . You need to have tools in your bag for each craft you want to check.
;
; Future Updates:
;     . None
;
; Special Thanks:
;     . Manwinc for his subs from his blacksmith recipe checker
;
; Copyright: 2017 Crisis
;=======================================================

This checks all recipes per crafting skill and lets you know which ones you need. Use the dropdown menu to choose Alchemy, Blacksmithy, Carpentry, Cooking, Fletching, Inscription, Masonry, Tailoring, or Tinkering. This should be up to date on current recipes. If I you find that I missed any, please let me know which one(s).

Make sure that you have any crafting tools in your backpack for the skill you want to check. If you don't have one, it will reset and you can get one.

Once you find out which recipes are missing, you can scroll through the script till you see the item and it tells you where to obtain it from!



Thanks to manwinc for the use of his subs!

23
Scripting Chat / The EUO command Display
« on: July 27, 2017, 02:32:49 PM »
You can display things on a pop-up like:
Code: [Select]
display You are out of tinker tools. Get a tinker tool and press play!
Is there a way to make a pop-up that can display a list or something that can be copied with the right click copy command or display it another way that can be saved?


24
Scripting Chat / Thinking about attempting a slayer spellbook crafter
« on: July 22, 2017, 07:07:57 AM »
First let me say I am only thinking about this, doesn't mean I will make it. Second, I will have to come up with a better name because it will look for other properties along with slayer properties.

What I am looking for is what mods are people wanting. Lets face it,  most slayer mods aren't used anymore with how powerful the new loot is. There are so many properties to look for that I want to narrow it down. For example, the only slayer properties I would want is blood, reptile, snake, and maybe spider. So what slayer mods do you look for and what other mods do you look for?

25
Submit your Script / Crisis Legendary Scribe
« on: July 20, 2017, 05:29:56 PM »
Code: [Select]
;===================================================================
; Script Name: Crisis Legendary Scribe
; Author: Crisis
; Version: 1.0
; Client Tested with: 7.0.58.12
; EUO version tested with: 1.5 (version 321)
; Shard OSI / FS: OSI
; Release Date: 07/20/2017
; Initial Writing Date: 11/27/2015
; Testing & Reworking Date: 7/6/2017
; Revision Date: N/A
; Purpose:
;     .Multi-Purpose Inscription Script to make and fill spellbooks, make individual or bulk spell scrolls, make inscription related items, fill spellbooks from secures, and train inscription.
;     .This will work for Magery, Necromancy, and Mysticism
;
; Revisions:
;     . None yet
;
; 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
;     . You will need a minimum cooking skill of 60 and need to be near a water trough, oven, and have an endless decanter for making wood pulp!
;
; Future Updates:
;     . None Yet
;
; Special Thanks:
;     . Manwinc for use of his crafting subs
;     . TrailMyx for use of his Meditate sub and all of his help!
;
; Copyright: 2017 Crisis
;===================================================================



What does this script do?
  • Fills empty Magery, Necromancer, and Mysticism spellbooks from a single secure or from 8 containers if Magery scrolls are divided by circle.
  • Crafts and fills Magery, Necromancer, and Mysticism spellbooks.
  • Crafts single Magery, Necromancer, and Mysticism spell scrolls in small or large quantities.
  • Craft different inscription items in small or large quantities like scroll binders, BOD books, Runic Atlas, etc.
  • Train Inscription from 0-100

I am looking for testers! This was made for official servers but I will try and modify it for free servers once in the near future. Ideas and suggestions are welcome!

26
Scripting Chat / Crafting spellbooks
« on: July 17, 2017, 05:34:01 PM »
Magery spellbooks can be crafted with mods such as slayers, + to skills, + to stats etc. Can necro and myst spellbooks contain those or just magery spellbooks?

27
General UO Chat / How messed up is UO's RNG??
« on: July 16, 2017, 10:45:27 AM »
It is so messed up that it is crazy. Yesterday in 2 hours I pulled 27 mibs while today I have gotten 6. I don't pull my boat but leave it for the next time so it is mostly in the same spot it was lol. I have a difficult time believing that they cannot update/redo the rng like they claim.

28
Script Debug / FINDCOL
« on: July 12, 2017, 09:30:32 PM »
I am trying to get this to work but not much luck. Findcol doesn't really have an example that I can use to help. http://wiki.easyuo.com/index.php?title=FindCol

I tried this sub but no luck
Code: easyuo
  1. Sub AddCraftedItems3
  2.    finditem %SB_Engrave_Tool_Color C_ , #backpackid
  3.    set %crafted ( #findcnt + %stackmoved )
  4.    Menu Font Size 10
  5.    Menu Font Color Black
  6.    menu set Crafted %crafted
  7. Return
  8. ;===================================================================

At the beginning of the Script, I set the item color like this

Code: easyuo
  1. set %SB_Engrave_Tool_color 1165

29
Script Debug / AddCraftedItems
« on: July 06, 2017, 03:41:41 PM »
I am trying to finish a long past due major inscription script. I adjusted it so that it totals the crafted items instead of the attempts but I have run into a snag. When crafting a large number of scrolls, it moves a number of scrolls out of the backpack due to weight. The problem arises that it does not keep the count, but it starts over. Here is the code:

Code: [Select]
Sub AddCraftedItems
   finditem %Mage_Scrolls C_ , #backpackid
   set %crafted ( #findstack + %stackmoved )
   Menu Font Size 10
   Menu Font Color Black
   menu set Crafted %crafted
Return

It is not continuing to count the scrolls moved. So when I set it up to make 200 recalls, I had over 400 when I tabbed back to the screen and it was still crafting away.

30
General UO Chat / Skills Gains on OSI/EA and Scripting
« on: July 01, 2017, 07:15:20 PM »
Did they change something to slow down scripting? I am working on magery using c2's ultimate casting trainer. My overall skills equal 313 skill points, magery is 90.7 real but I am using a spell channeling wand with -24 magery giving me 66.7 and I have only gained like .6 in about 20 minutes. I am using MR stuff and have focus and med so I am able to cast quickly and regain mana quickly, so WTF is going on??????

Pages: 1 [2] 3 4 ... 8