ScriptUO

Dead Boards => RebirthUO => RebirthUO News => Topic started by: Spaz Ferret on October 28, 2016, 09:34:05 AM

Title: Halloween 2016
Post by: Spaz Ferret on October 28, 2016, 09:34:05 AM
Halloween 2016
     




http://rebirthuo.com/Community/index.php?threads/halloween-2016.1972/
     
Title: Re: Halloween 2016
Post by: Hitechs on November 12, 2016, 07:58:53 PM
My issue with journal:

If i log in and never to go haven / castle quest area, i can go anywhere and open journal never crash always.

If i go to haven / castle from that point on , no matter where i go or what i do if i hit open journal macro " crash"

7.0.49.2

I can always reproduce no exceptions. kinda seems like something is being added to the journal in one of them areas that makes me crash if i try to view

Post Merge: November 12, 2016, 08:03:50 PM
I should of started off saying  Thank you to all the staff involved with this event. It has been much fun and has been making me log alot of ingame play time!

Title: Re: Halloween 2016
Post by: The Ghost on November 13, 2016, 04:15:56 AM
I'm in the same boat as Hitechs. 
Title: Re: Halloween 2016
Post by: TrailMyx on November 13, 2016, 07:00:19 AM
Glad you guys are enjoying it.  I'd love to get on and actually play a bit too.  Who knows..  Anyhow, there's still time for anyone to pop on and play.  I've made it pretty darn easy to create a character rather quickly.  I've managed to kicks the veterans out of the noobie castle for the most part, so you'll have it all to yourselves!  If you don't, I might be slow with the next EasyUO update.  ;)
Title: Re: Halloween 2016
Post by: Hitechs on November 13, 2016, 07:21:06 AM
also the doom box will not bring pet to doom!  if i try to use pet ball says cant be used here (in doom)

Post Merge: November 13, 2016, 07:30:11 AM
i would recommend adding a stablemaster inside doom
Title: Re: Halloween 2016
Post by: TrailMyx on November 13, 2016, 08:13:13 AM
In the mean time I added a gate right next to the box to get everyone to doom.  As for the doom stablemaster, that's something I'd have to talk with Duck and Pure about since that's a pretty big dynamic change.  Doom is sort of supposed to be a PITA, but if the "bosses" say it's OK, then we'll see.  

If it was up to me, I'd add both a banker and stablemaster, but I'm a big fluffy marshmallow.
Title: Re: Halloween 2016
Post by: Hitechs on November 18, 2016, 01:14:19 PM
Ty ... My armor starting to break and i will need to get new parts (im not a big crafter, and i like the new higher mods)

Title: Re: Halloween 2016
Post by: TrailMyx on November 18, 2016, 01:19:54 PM
Ty ... My armor starting to break and i will need to get new parts (im not a big crafter, and i like the new higher mods)



And as per my marshmellow, I also added a Pet Rez stone also. :)

Get into the event while you still have the chance!  Only 12 more days!
Title: Re: Halloween 2016
Post by: Hitechs on November 20, 2016, 02:02:24 PM
Hey Ghost:

Just in case you wanted to compare:
this was the script i was using, of course i was not afk:
its kinda lame code, but simple, to the point and worked

Code: [Select]
;======================================================
; Script Name: Hitech Halloween champ and quest starter
; Author: Hitech
; Version: -
; Client Tested with: -
; EUO version tested with: -
; Shard OSI / FS: Rebirth
; Revision Date: -
; Public Release: -
; Global Variables Used: -
; Purpose: start mini champ & start quests when quest book disappers
;  * rest of army kills spawn *
; ======================================================
; -------------------------Version History--------------
; ======================================================

set %delay 60  ;--- adjust to how long until npc will give new quest
;-------------- Starting champ on timer -----------
set %startTimer #scnt + %delay
;---------------------------------------------------
start:
;------ start mini champ ------
if #scnt > %startTimer
   {
   move 1325 1624 0  ;-- move to npc
   wait 30
   msg absolutely $  ;--- start mini champ quest word
   set %timer #SCNT + 5
   while #contsize <> 512_443
      {
      wait 5
      if #SCNT > %timer
         break
       }
   click 365 400 f dmc
   set %startTimer #scnt + %delay
   move 1335 1624 0
   }
;------------------------------------
if #CHARGHOST <> no
    pause
;------------------------------
;---- find quest books & get new ones if needed ------
finditem zmf c_ , #backpackid
if #FINDCNT > 1
     goto start
move 1346 1624 0 ;-- move to npc
move 1370 1624 0
move 1370 1619 0
wait 30
;--- npc one ----
msg definitely sure have i'll help $ ;--- quests start words
set %timer #SCNT + 5
while #contsize <> 512_523
      {
    wait 5
    if #SCNT > %timer
       break
    }
click 370 480 f dmc
;wait 15
finditem zmf c_ , #backpackid
if #FINDCNT > 1
     goto returning
move 1365 1619 0 ;-- move to npc
wait 30
;---- npc two ----
msg definitely sure have i'll help $ ;--- quests start words
set %timer #SCNT + 5
while #contsize <> 512_523
      {
    wait 5
    if #SCNT > %timer
       break
    }
click 370 480 f dmc
returning:
move 1370 1619 0
move 1370 1624 0
move 1335 1624 0

goto start
;---------------------

Title: Re: Halloween 2016
Post by: The Ghost on November 21, 2016, 03:04:43 AM
Thx Hitech, 
I didn't know you can talk to the quest giver to start it.

This is the sub I use to start the Mini champ.
Code: [Select]
sub Quest
 gosub pathfind_to_point 1324 1627
 wait 20
finditem IS_HS G_2
if #findkind = 1 && #findrep = 7
   {
   exevent popup #findID
   set %safety_timer #scnt + 5
   repeat
   until #contsize = 108_60  || ( #scnt > %safety_timer )
  ;wait 20
  gosub OffsetClick 30 20
   wait until #contsize = 512_443
    repeat
   until #contsize = 512_443  || ( #scnt > %safety_timer )
  gosub OffsetClick 365 403
   wait 40
   }

Return
Title: Re: Halloween 2016
Post by: TrailMyx on November 21, 2016, 09:17:56 AM
It will be fun to apply this years learning to the Expert Dungeon I've been planning for a while now.  If you liked the Confusion Dungeon on Lexia, you'll love this..  Now I just have to start it.  :)
Title: Re: Halloween 2016
Post by: Hitechs on December 01, 2016, 06:00:12 AM
Thanks to staff .. Was great event ... Had alot of fun


Hey ghost .. Or anyone with blue sugar ant armor

I need 1 mage bone chest and 2 mage bone legs

I got lots of sugar war armor, shield and wep to trade

I also got all kinds of other stuff i would trade ,

Title: Re: Halloween 2016
Post by: The Ghost on December 01, 2016, 06:50:13 AM
Thx TM for the effort this month,  that was fun. Now I can finally return to normal play and work schedule :)

Hitech,
  I believe that I have a spare mage chest piece.  I for myself need the mage Arm and leg to complete my second set.  I would like to have more spare piece after near 300 quests.
Title: Re: Halloween 2016
Post by: TrailMyx on December 01, 2016, 07:36:50 AM
Hang on to your sugar, I'm sure we'll be able to open up the "normal" ant event for a little bit longer; I just need to get Ducks or Pure's OK.

I'll also put up the Halloween vender in the event hall to make sure you can convert any left over halloween items.

Now I can finally get back to thinking about and implementing my ideas for the expert dungeon.