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

Pages: [1] 2 3 4
1
I figure the menu issue out. I had "Quest Conversation" in the menu so I cancelled that quest and now it targets the quest item.

This is what I have now in my menu:

Open Paperdoll
Open titles menu
Loyalty Rating
Open Backpack
Open Item Insurance
Toggle Item Insurance
Toggle Quest Item


Now after playing the script there is a little hold up on dragging the essence. It looks like it will drop it in you loot bag but it doesnt
Code: [Select]
sub loot_handling
  ignoreitem %lootbag
  finditem %questbox C_ , #backpackid
  set %trashbox #findid
  set #lobjectid %trashbox
  event macro 17 0
  wait 20
  finditem %essence C_ , %trashbox
  if #Findkind <> -1
  {
    set %reward #findid
    gosub movestuff %reward %lootbag
    event macro 17 0
    gosub essence_counter
    wait 20
    gosub check_ground %questbox %questbox %trashbox 100
    event macro 8 7
    wait 20
    ignoreitem #lliftedid
  }
  exevent dropc #backpackid ;ensures nothing is on cursor
  set %endtime #scnt
  set %questtime ( ( ( %endtime - %starttime ) % 3600 ) )
  menu set EUOlabel8 %questtime
  menu set EUOlabel7 %questcount
  if %loyalty >= 10000
  {
    menu delete EUOLabel13
    menu delete EUOLabel14
    menu deleteEUOLabel15
    menu delete EUOLabel16
    menu delete EUOLabel17

    menu delete EUOEdit1
    menu delete EUOEdit2
    menu delete EUOEdit3
    menu delete EUOEdit4
    menu delete EUOEdit5

    menu text EUOLabel25
    menu text EUOLabel26
    menu text EUOLabel27
    menu text EUOLabel28
    wait 5
    menu text EUOLabel28
    wait 5
    menu text EUOLabel28
  }
  if %debug = #true
    menu set EUOlabel24 looting done
  gosub menurefresh
  if #menubutton <> Running
    gosub pause
  ignoreitem reset %lootbag
return

2
its going to be 177_204

3
Code: [Select]
sub Toggle_Quest_item
  ; %1 is #charid
  namespace push
  namespace local Toggle_Quest_item
  exevent popup %1
  if %questfix = #false
  {
    gosub gumpwait 177_150 normal_gump
    gosub OffsetClick 75 125 ; mark quest item
  }
  if %questfix = #true
  {
    gosub gumpwait 177_168 normal_gump
    gosub OffsetClick 47 149 ; mark quest item
  }
  gosub selectitem %item1
  gosub selectitem %item2
  Key Esc
  if %debug = #true
    menu set EUOlabel24 quest items toggled
  gosub menurefresh
  if #menubutton <> Running
    gosub pause
  namespace pop
return

When playing the script it does not select the "Toggle Quest Item" when it brings up the menu. I am using the 1.2 version

4
Code: [Select]
; ignore essence in bag if restarting
Finditem %essence C_ , %lootbag
repeat
if findkind <> -1
   ignoreitem #findid 1 ; sets ignore list 1
until findkind = -1
if %debug = true
  menu set EUOlabel24 Lootbag clean up complete

When I play the script it holds up in this sub and just keeps repeating it self

5
I get it all setup and then when I press the Waits Set button it does nothing after that.

Any suggestions on what I could be doing wrong ?

6
Scripting Chat / Re: Quick question
« on: June 09, 2010, 12:34:24 PM »
Now when trying to use the loom it still has the spinning wheel as the last object. Can I use this to make sure it uses the loom ?
Code: [Select]
FindItem %LoomType

7
Scripting Chat / Re: Quick question
« on: June 08, 2010, 11:12:34 AM »
Thanks, this makes sense to me I want to start out small and understand the basics before I tackle bigger things

8
Scripting Chat / Re: Quick question
« on: June 08, 2010, 05:57:57 AM »
FindItem *** C_ , #ContainerID

Will it be alright if I use this and have the container open with the wool in it ?

9
Scripting Chat / Quick question
« on: June 08, 2010, 05:36:19 AM »
I am trying to write my first script which is to use wool from a container, make yarn and then use yarn on loom to make cloth. The problem I am having is using the wool from the container. Also I have read the tutorials here and over at Easyuo and I cant find a way to use this item on this item.


Code: [Select]

This is the code so far for the yarn onto the loom

  findItem *** C_ , #backpackID
    if #findKind = -1
      halt
  set #lobjectID #findID
  set #ltargetKind 1
  event macro 17 0
  target 3
  event macro 22 0
  wait 20
return


10
Off Topic / Giant Sink Hole
« on: June 01, 2010, 02:46:41 AM »
I have read the article and look at the pictures and something doesnt seem right with this "giant" sink hole

http://www.cnn.com/2010/WORLD/americas/05/31/honduras.storm.emergency/index.html?hpt=C1

11
Crafting / Re: CWA Cloth Weaver Assistant
« on: March 22, 2010, 07:10:47 AM »
I had the same issue as before and I am running the script now with 5 spinning wheels and so far so good.

12
Scripting Chat / Re: ter mur lumberjacking
« on: March 14, 2010, 09:36:19 AM »
I know you were talking about the script you have over at Easyuo Manwinc and you were saying that it takes alot more setup then your normal scripts. Was wondering if you could release it here ?




13
Scripting Chat / Re: ter mur lumberjacking
« on: March 12, 2010, 06:28:52 PM »
12Times mining script works in Ter-Mur and I havent yet to found a lumberjacking script that will work.

14
Off Topic / Re: Website To Make Ringtones
« on: January 06, 2010, 03:17:30 PM »
http://www.myxer.com/

This one that my friend uses and if I can remember correctly this might be the one I used before

15
Off Topic / Website To Make Ringtones
« on: January 04, 2010, 09:29:15 PM »
Okay a friend told me about this website where you can take a part of a song and make it a ringtone. Then you can send it to your phone. For the life of me I cant remember the website. I was wondering what websites you guys use.

Pages: [1] 2 3 4