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

Pages: 1 ... 4 5 [6] 7 8
76
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 05:30:58 PM »
@ ghost my lpc is at 25 on slave script, but its built for that speed with castin, scan journals and targeting ect..

if i changed it i would have to change alot of other things

77
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 04:56:25 PM »
ty TrailMyx,

its longer then i want but its shorter then i had.

im thinking maybe something like s7's craft file for my button locations, but i forgot what that looks like so i need to study more


78
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 04:31:53 PM »
nice work ghost ty for help

79
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 04:22:20 PM »
I dont feel i need a gosub for every button.....

no matter what button i click the code does the same thing, except each button has a diffrent location so 1 sub should be fine

80
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 04:19:07 PM »
im still not following, let me recap

currently

Code: [Select]
if #menubutton = thing
{
do stuff
}
else
{
do other stuff
}

100 times

the gosub way

Code: [Select]
if #menubutton <> #false
       gosub #menubutton

sub thing
return

sub thing2
return

100 times

or do u mean something else?

81
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 04:13:44 PM »
this would do all my buttons with 2 subs


Code: [Select]
sub buttonlocation
blah blah
blah blah

gosub menuButtonClicked x y w h
return


Code: [Select]
sub menuButtonClicked
;----------- menu Button {name} {x} {y} {width} {height} {text}

if #menubutton = #false
          return
menu delete button #menubutton

        if ! . #menubutton = #false
           {
            set ! . #menubutton #true
            menu font BGcolor red
            menu font color white
           menu Button #menubutton 120 105 30 23 #menubutton ;----- hmm location of each button ???
           ;--menu Button #menubutton %1 %2 %3 %4 #menubutton ;--- maybe pass the location with gosub
             }
        else
            {
            set ! . #menubutton #false
            menu font BGcolor blue
            menu font color white
            menu Button #menubutton 120 105 30 23 #menubutton
            ;--menu Button #menubutton %1 %2 %3 %4 #menubutton ;--- maybe pass the location with gosub
             }
       set #menubutton #false
        }
       
return

82
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 04:10:11 PM »
@ ghost .... seems pointless
 
that seems pointless

100 if statements  or 100 gosubs ... i see no gain

83
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 04:08:32 PM »
its just a menu, you can test it without client open

84
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 04:07:27 PM »
I have all the locations loaded at start to build the menu,
granted a few buttons will need specail treatment, but that should be ok


85
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 04:04:57 PM »
ya , sure would make script smaller and adding new buttons easy

86
Submit your Script / Re: Hitech's Master Control
« on: March 06, 2017, 03:51:04 PM »
was thinking i could do any of the menu button clicks with 1 sub , instead of 100 if's
will have to look at how to pass the button location inside the window to the sub, depending on what button clicked


87
Submit your Script / Hitech's Master Control
« on: March 05, 2017, 10:20:53 PM »
removed

88
Submit your Script / Re: Hitech's Cleanup point machine
« on: December 20, 2016, 01:34:58 PM »
If u want the gold back ... I still have it

89
Submit your Script / Re: Hitech's Cleanup point machine
« on: December 20, 2016, 11:08:16 AM »
Should take all my cleanup points away on all my accounts ,
I only had like 1mill point before i found the discount
Not to mention the 20 or so syhinx's i spend points on, u can have them too , they are in house moving crate
Plus like 70 dye bottles , tallyes ect ...

Also the necro tally is only 5000 points (no discount)
And others are much much more with same mods

90
Submit your Script / Re: Hitech's Cleanup point machine
« on: December 19, 2016, 07:03:21 PM »

Quote
Probably should inform the devs when you find an exploit like this.  Just sayin.





Pages: 1 ... 4 5 [6] 7 8