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.


Messages - The Ghost

Pages: 1 ... 97 98 [99] 100 101 ... 117
1471
Great work, Raz
  Simple and accomplish the job  in hand. 10/10

1472
Resource Farming / Re: Garden Bed Gathering
« on: October 08, 2013, 04:02:12 PM »
Been busy fixing and upgraded old script. 

The more option I add the more is since to bug.  Going to try to make time fix/repair it.

1473
You might have some lag issue.  Try to chop only 3 to 4 trees per rune to see if the problem persist.

;======= chop sub =======
line 936  wait 20 ;  you can always change the wait 40 

1474
Script Debug / Re: Up-to-date list of char types?
« on: October 06, 2013, 10:45:07 AM »
Here what I have form a while back

IS_HS_XU_OCB_NCB_UGB_BZ_AV   

Those are for Human and Elf if I remember. 

1475
_C2_ Script Library / Re: C2's Trick or Treater 2.3
« on: October 06, 2013, 10:31:53 AM »
If you want to test your recall option  download this form TM
 http://www.scriptuo.com/index.php?topic=18.0;highlight=tm_travelfromrunebook

on top insert this
Code: [Select]
gosub TM_TravelFromNamedRunebook RE 1 1 Halloween
halt

This will try to recall to rune # 1 in the  book name Halloween .

1476
_C2_ Script Library / Re: C2's Trick or Treater 2.3
« on: October 06, 2013, 10:26:41 AM »
Both version 2.2 and 2.3 work fine

enusre you have those  insert  properly
Code: [Select]
set %travel RE
set %bookname halloween ;name on runebook you want to recall home
set %home1 15           ;home spot 1
set %home2 16           ;home in spot 2

1477
_C2_ Script Library / Re: C2's Trick or Treater 2.3
« on: October 06, 2013, 07:09:45 AM »
Ensure you have the location of your rune selected. 

1478
Script development tools / Re: Trailmyx's Runebook/Spellcast Subs
« on: October 05, 2013, 09:28:17 AM »
TM 
what does this do  and what happen if we don't insert it.   thx 

 Requirements:
;
;    This script requires that you have your character name
;    setup in a variable called %charname.  Place this bit of code
;    in your script initialization somewhere:
;
;   gosub TM_AddUnderscore #CHARNAME
;   set %charname #RESULT

1479
_C2_ Script Library / Re: C2's Trick or Treater 2.3
« on: October 04, 2013, 08:32:19 PM »
Thx C_2, 
               I download this 3 years ago and finally break down and claim my attendant to try it.  I Should of claim it long time ago :0   work like a charme

1480
_C2_ Script Library / Re: C2's Trick or Treater 2.3
« on: October 04, 2013, 04:08:01 PM »
So, been running this for a day and the only new item I notice was the Gryphon's head on a spike and those candy.  It that correct guest  ToT is over. 

1481
Script development tools / Re: Trailmyx's Runebook/Spellcast Subs
« on: September 08, 2013, 05:33:23 PM »
So reading below, is there a way to do this a simple way.

I'm trying to recall to a location perform a task, recall to a new location and redo the same task.
Quote
repeat
 gosub TM_TravelFromNamedRunebook RE 1 1 AXE
 gosub TestLoop
 gosub TM_TravelFromNamedRunebook RE 2 2 AXE
 gosub TestLoop
 gosub TM_TravelFromNamedRunebook RE 3 3 AXE
 gosub TestLoop
until #CHARGHOST = yes



Is there a way to do something like this , but that increase rune by 1 each time.
Quote
repeat
for %x 1 16
   {
  gosub TM_TravelFromNamedRunebook RE %x %x AXE
  gosub TestLoop
   }
until #CHARGHOST = yes

1482
New member introductions / Re: Hail i am constantine
« on: September 08, 2013, 06:34:57 AM »
 Welcome to SUO,   Enjoy our little community.

1483
Scripting Chat / Re: Need help with my first script ever
« on: September 07, 2013, 08:51:45 AM »
Thx dxrom     

 Been trying to get something similar to work.  Without future adieu: good work is reward by more work.

1484
Sorry to post here the link.   Can't since to find the version on this side

http://www.easyuo.com/forum/viewtopic.php?t=28548

1485
Questing / Re: vDk's Automatic Naturalist Quest
« on: September 02, 2013, 07:41:29 AM »
Trying to find the courage to post my work.   I will post it on his own page.  it seen to have a demand for it.

Pages: 1 ... 97 98 [99] 100 101 ... 117