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 - bliss

Pages: [1]
1
Scripting Chat / move gumps or just have them open where i want um to
« on: March 03, 2009, 11:40:54 AM »
i need to eather drag a craft gump or have it open just off my play window and i have no clue how to do it

2
Script Debug / pen trick peacer need help
« on: December 14, 2008, 10:50:54 AM »
ok i took some of snows robo peacer and some of tm's stealth hider trainer and treid to put a little something together it actually runs but its missing some thing, it does not go fast enough to make the whole peace pen thing work right. this is what i think i need to do you have to click pen then click make last. befor it goes through the cycle and the menu comes back up you have to use peace then target self after that you have to click make last 2 times on second try you have to go thrue the peace target self process befor the menu pops back up should be simple  for some one  that knows what they are doing lol



hope it ok that i used parts of your guyses scripts
Code: [Select]
;;---------------------------------------------------------
;finditem QRF_NRF_MQF_PRF_LQF_OQF_RPG_RGP ;find any instrument
;set #LOBJECTID #findid
;set %currentInstrument #findid
;event macro 17 ;use object
;wait 5


;loop1:
; gosub hidestartup
; gosub DoHide

;  goto loop1
;;-------------------------------------------------
;sub hidestartup
;  finditem PBG C_ , #backpackid
;  if #findkind <> -1
;  {
;    set #lobjectid #findid
;    while #contsize <> 530_437
;      event macro 17 0
;    gosub ClickNWait 30 90 #TRUE
;    gosub ClickNWait 235 70 #TRUE
;  }
;  else
;  {
;    display ok Need an inscription pen to work properly, exiting.
;    stop
;  }
;return
;;-----------------------------------------------
;sub DoHide
;  gosub ClickNWait 285 410 #FALSE ; don't wait for gumpski
;  event macro 13 9 ;peacemaking
;  target
;  event macro 23 0 ;target self
;  click %clickx %clicky
;  gosub GumpAndSizeWait generic_gump 530_437
;  if #RESULT = #TRUE
;    gosub hidestartup
;return
;;-----------------------------------------------

;sub ClickNWait
;  set %clickx #contposx + %1
;  set %clicky #contposy + %2
;  click %clickx %clicky
;  if %3 <> #TRUE
;    return
;  gosub GumpAndSizeWait generic_gump 530_437
;  if #RESULT = #TRUE
;    gosub hidestartup
;return
;;----------end hiding-------------------
;;-------------------------------------------------------------------------------
;; %1 = Gumpname
;; %2 = Size
;sub GumpAndSizeWait
;  set %timedelay #SCNT
;  GumpWait_loop1:
;    if #CONTNAME = %1 && #CONTSIZE = %2
;      return #FALSE ; no error
;    if #SCNT > %timedelay + 7
;      return #TRUE ; error, timeout
;    goto GumpWait_loop1
;return #TRUE ; should never get here.



3
Scripting Chat / alert when gm comes while scripting
« on: December 11, 2008, 07:47:28 AM »
is there a way you can be alerted when a gm pops up while you are running a script ? i do alot of work in my office so i am rite by my comp, but i dont pay alot of attention to the game when im working so a gm could try and page me and i would never see it. some kind of alert system that made a beeping sound or some thing would be nice so i coulkd insta go to comp and halt script

4
New member introductions / hi all
« on: December 10, 2008, 09:21:19 AM »
just wanted to say sup to every one. im a total noob scrippter, i have no idea what im doing, thats why im here lol. your screen shot is funny trailmyx that was me a couple days ago lol

Pages: [1]