Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
RebirthUO News / Re: Halloween 2016
« Last 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
;---------------------

72
RebirthUO News / Re: Halloween 2016
« Last 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!
73
RebirthUO News / Re: Halloween 2016
« Last 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)

74
RebirthUO News / Re: Halloween 2016
« Last 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.
75
RebirthUO News / Re: Halloween 2016
« Last 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
76
RebirthUO News / Re: Halloween 2016
« Last 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.  ;)
77
RebirthUO News / Re: Halloween 2016
« Last post by The Ghost on November 13, 2016, 04:15:56 AM »
I'm in the same boat as Hitechs. 
78
RebirthUO News / Re: Halloween 2016
« Last 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!

79
RebirthUO / Re: gorefireplace
« Last post by The Ghost on November 02, 2016, 03:48:00 PM »
You need like 3x4 title to place the gore.  it huge.   
80
RebirthUO / Re: gorefireplace
« Last post by Tidus on November 02, 2016, 05:11:08 AM »
Thank you. I will look into this tonight.
Pages: 1 ... 6 7 [8] 9 10