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 5 ... 8
31
I have not really messed with any scripts on OSI since they announced that they were going to start banning people. I heard a few people had GM's pop up and cart them off. Is this still the case or has it relaxed again? I was never one to run very long unattended or let scripts run all day but I am still nervous as my accounts are all free from any issues.

Does the GM detectors help any? The one I use is EN's overseer.

32
General UO Chat / unattended macroing
« on: February 19, 2017, 02:51:03 PM »
Has anyone experienced an increase in GM's showing up?

In the UO Newsletter Mesanna stated, "On a final note I want to let everyone know that we are checking popular areas for those that are unattended macroing.  If a GM appears I highly suggest you speak to him immediately, this will be your only advanced warning." http://us9.campaign-archive.com/?u=17d7bd79de495239fca33bcf5&id=faa91b212b

33
Off Topic / Happy New Year!
« on: January 01, 2017, 07:25:17 AM »
Happy New Year SUO!

34
Script Debug / telling script to decide between 2 subs
« on: October 16, 2016, 04:31:38 PM »
I am a bit stumped on this. I am trying to have the script look at a list and if there isn't anything in the pack from that list, it goes to one sub, if there is, then it goes to a different sub

Code: [Select]
sub breakortoss
  finditem %garbage C_ , #Backpackid
  if findcont =< 0
     {
      gosub breakstuff
     }
   else gosub clearpackgarbage
return

I have not tested this as I am sure it is wrong but my mind is rusty and I could use some help.

35
Off Topic / Happy Dark Father's Day!
« on: June 19, 2016, 07:09:26 AM »
Happy Father's Day too!

36
My wife is threatening to divorce me if I don't get her archer high enough to start attacking a wolf spider for gains. I think she can start gaining off of the wolf spider with a 100% bow at 70 or 80 but right now her archer is at 53. Does anyone have a trainer or something that can be semi-ATK'd by macro?

Happy Wife = Happy UO Life

37
Script Debug / Need help with crafting issue, possibly menu related
« on: November 29, 2015, 06:05:27 PM »
I am working on an all-in-one inscription script. I have it all set to make a spellbook, craft the scrolls, and fill it to complete the spellbook and I am currently working on bulk individual scrolls so people can make mass amounts of a single scroll. This is where I am getting stuck. It is the same for magery, myst, and necro. If you choose any one of the first 5 spells, it will make the correct amount, restock all of the supplies like it is supposed to but then it starts crafting the next spell which it will go on indefinitely if you don't stop the script and who needs thousands of the first 5 spells? I only have the first 10 magery spells, then 32, 52, and 64 for magery ready to be crafted. All of necro and myst are in already. I need to figure this out before adding the remainder of the magery spells.

I am sure that it is something simple that I am overlooking, I just don't understand why it only happens with the first 5 spells. Any insight will greatly slow my loss of sanity.

Please remember that this is only in it's alpha stage and no where near complete or done.

Thanks to TM for his meditate sub and manwinc for his crafting sub!

38
Scripting Chat / Fame and Karma
« on: June 20, 2015, 01:25:07 PM »
Does the easyuo client show fame and karma? I don't see it so I am guessing probably not but it is worth asking.

39
Scripting Chat / Menu Combo Box
« on: May 06, 2015, 05:36:35 PM »
Is there a way of putting 2 on the same menu? I am trying to make 2 different combo boxes but they both end up having the same items.

40
Stealth archive / @Crome Python or C+ for Stealth
« on: May 06, 2015, 03:01:12 PM »
Crome I am a teacher and my school year is winding down. My project over the summer is to learn a language to work with Stealth. Python seems ok but I have worked with C+ on RunUO in the past though I only did editing and stuff like that.

Which would be better and possibly easier for me to learn this summer? Which is more functional with Stealth?

41
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.

42
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





43
Scripting Chat / Dissecting/Understanding a Mana Check/Meditate Sub
« on: April 14, 2015, 06:44:51 PM »
I am trying to understand this sub and make sure that it is correct.
Code: [Select]
sub CheckMana
  gosub newstatus lime black Checking Mana
  set %_test ( 100 * #mana ) / #maxmana
  if ( %_test < 20 ) || ( #mana < %mana )
  {

If I am correct, it is setting the amount of mana at 100% I.E. if the character has 138 mana, it sets 138 as 100% mana and then it sets 20% mana so it can do something when mana falls below the 20% threshold.

    
Code: [Select]
gosub newstatus lime black 10 Meditating
    while #systime < %_lastskillt
    {
      sleep 10
    }

Checks the system time compared to when the last skill was used, if it is less than what time will be set, sit idle for 10 (not sure if it is like a wait 10 or wait 10s)?

Code: [Select]
   event macro 13 46 ; meditate
    set %_lastskillt #systime + 10200
    while #mana < ( 95 * #maxmana / 100 )
    {
      wait 20
      if %_lastskillt < #systime
      

ok, this uses the skill meditate and then sets that time as the last skill time and ads a timer of 10.2 seconds? Then says keep going as long as mana is less than 95%? Then has a short wait then starts comparing the time to the time of the last skill used?

    
Code: [Select]
{
        event macro 13 46 ; meditate
        set %_lastskillt #systime + 10200
      }
    };

Does the same thing again?

  
Code: [Select]
set %_diff #systime - %_lastskillt - 9000
    if %_diff > 0
    {
      set %_diff ( %_diff / 50 ) + 1
    }
  }

This part loses me, sets a difference between the system time and the last skill time - 9 seconds and then halfs that difference and adds 1 second? I am stumped for sure on this part.

Code: [Select]
menu delete scriptstatus
return

Deletes the menu status message and a return


So, how far off am I, is this code solid as a mana check/med sub?

44
Off Topic / Recording, Streaming, and uploading to sites like youtube
« on: April 11, 2015, 12:38:31 PM »
I have played around with recording different things in UO so that I can make some video guides. Most times it is easier to demonstrate in game and talk it through compared to trying to type it all out and take screen shots.

I am currently playing around with Open Broadcast Software because you can use it to record as well as stream. It works well with Twitch and is fairly easy to setup and use. My question is regarding youtube. How on earth do you upload something and have it look good?. My recordings look great on the computer as well as on twitch but once uploaded to youtube, they look like complete garbage. Is there a way to keep it from compressing it so bad it looks horrible or is it better to upload it somewhere else?

45
Scripting Chat / Capital letters and underscores
« on: April 11, 2015, 12:29:15 PM »
I have some questions about this to make sure that I am solid in any future scripting attempts:

1. Capital letters vs lower case: Can I set something with caps set %Secure and then call it with %secure? Does it work the same with menus?

2. Underscores: Is there any benefit to separating words with underscores vs putting the two words together? %mage_book vs magebook

3. If these capital and lower case letters are interchangeable and words using underscores or combined don't really matter, does it make a script flow smoother or look neater by doing one vs another?

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