Help?

NUS Updates and Queries. Current Version 3.1
General Nightfire Scripting questions and help.

Help?

Postby Sagen on Thu Nov 25, 2004 11:11 am

I am having a hell of a time with this I just started again yesterday.
If someone could help me write something to get past a few problems in it I would greatly appreciate it.

The problems are with accepting and going on to the next stage, first of all I don't have a very good number tree with it secondly I haven't thought of a way to make it accept for the number it is on only the pair of numbers it is on I don't know how to move forward with that.

alias "a" "alias"
a "b" "bind"
a "sc0" "scr_connectmsg"
a "sc1" "scr_connectmsg1"
a "sc2" "scr_connectmsg2"
a "s" "sensitivity"
a "kh" "home"
a "ke" "end"
a "bhs" "b home s"
a "bes" "b end s"
a "aac" "a ac"

b "home" "1_3"


a "1_3" "sc0 Home-to-test-1.3;sc1 End-to-test-1.45;bhs 1.3;bes 1.45;b \ ac;ac1"
a "ac1" "aac bhs
a "1_5" "sc0 Home-to-test-1.35;sc1 End-to-test-1.5;
Now apart of {WAR}
<R>
User avatar
Sagen
SIS Graduate
SIS Graduate
 
Posts: 95
Joined: Sat Apr 24, 2004 3:58 pm
Location: Saint John, New Brunswick, Canada

Postby Sagen on Thu Nov 25, 2004 2:57 pm

I am at school right now I wrote this:
(I still need help with numbers and a way to get the other screen msgs up.)

alias "a" "alias"
a "s" "sensitvity"
a "sc0" "scr_connectmsg"
a "sc1" "scr_connectmsg1"
a "sc2" "scr_connectmsg2"
//a "accept-home"//
//a "accept-end"//
//a "ah" "accept-home"//
//a "ae" "accept-end"//
a "a-ah" "a ah"
a "a-ae" "a ae"

a "b" "bind"
a "bhs" "b home s"
a "bes" "b end s"

a "start" "sc0 home-to-test-1.3;bhs 1.3;sc1 end-to-test-1.45;bes 1.45;ah;ae;a-ah bhs 1.35;a-ae bes 1.34;b q ah;b w ae"

b "home" "start"



Doesn't that underlined alias look confusing.
:D

P.S. I will now be using this thread to transfer work progress. (No the teacher isn't letting me do this if he found out I might lose internet priviledges, so he doesn't know)
Now apart of {WAR}
<R>
User avatar
Sagen
SIS Graduate
SIS Graduate
 
Posts: 95
Joined: Sat Apr 24, 2004 3:58 pm
Location: Saint John, New Brunswick, Canada

Postby [OO9] on Tue Nov 30, 2004 1:53 am

Sagen wrote:P.S. I will now be using this thread to transfer work progress. (No the teacher isn't letting me do this if he found out I might lose internet priviledges, so he doesn't know)


LoL

You may want to try another way of changing the Sensitivity? I think this way will give you more scope in changing the numbers and can be a base for bringing up more messages that you may want to use later.

[php]alias "a" "alias"
a "b" "bind"
a "sc0" "scr_connectmsg"
a "sc1" "scr_connectmsg1"
a "sc2" "scr_connectmsg2"
a "clear" "exec clear.cfg"
a "s" "sensitivity"
a "unb" "clear;unbind uparrow;unbind downarrow"
b "home" "start"
b "end" "finish"


//senstivity aliases
a "1.0" "s 1.0;sc1 1.0"
a "1.1" "s 1.1;sc1 1.1"
a "1.2" "s 1.2;sc1 1.2"
a "1.3" "s 1.3;sc1 1.3"
a "1.4" "s 1.4;sc1 1.4"
a "1.5" "s 1.5;sc1 1.5"
a "1.6" "s 1.6;sc1 1.6"
a "1.7" "s 1.7;sc1 1.7"
a "1.8" "s 1.8;sc1 1.8"

//menu aliases
a "start" "sc0 uparrow-to-change-up;sc1 make-a-choice;sc2 downarrow-to-change-down;b uparrow 1;b downarrow 9"
a "finish" "unb"

//menu binds
a "1" "1.0;b uparrow 2;b downarrow 9"
a "2" "1.1;b uparrow 3;b downarrow 1"
a "3" "1.2;b uparrow 4;b downarrow 2"
a "4" "1.3;b uparrow 5;b downarrow 3"
a "5" "1.4;b uparrow 6;b downarrow 4"
a "6" "1.5;b uparrow 7;b downarrow 5"
a "7" "1.6;b uparrow 8;b downarrow 6"
a "8" "1.7;b uparrow 9;b downarrow 7"
a "9" "1.8;b uparrow 1;b downarrow 8"

//Clear.cfg file contains

sc0 ""
sc1 ""
sc2 ""[/php]
User avatar
[OO9]
VIP Member
VIP Member
 
Posts: 867
Joined: Wed Dec 03, 2003 10:36 pm
Location: England

Postby Sagen on Tue Nov 30, 2004 2:24 pm

I have 2 different scripts one that is nearly exactly like yours there, only better bindings, and another highly complex script which I need help with.


I want a script that goes forward from your descisions.
I can't give you an example because it would waste a lot of my class time and I am way behind I am on assignment D and I should be on L or so.

But I can explain what I mean. Make home and end binded to seperate numbers and once you press one it changes home and end to specified new number home=1.2->1.25&1.5 end=1.6->1.5&1.65 or something like that anyway going like that. (from one number to 2 new numbers) I think I may put that idea into 9 buttons instead for the decimals.


Could you imagine if this thing ends up helping everyone in the game play better. Making newbs into gods etc. That would be the ultimate feeling of goodness for me. lol
Anyway I think I may do the 9 binds instead, it will take a long time but I will do it eventually, it is especially hard trying to get these scripts started.
Now apart of {WAR}
<R>
User avatar
Sagen
SIS Graduate
SIS Graduate
 
Posts: 95
Joined: Sat Apr 24, 2004 3:58 pm
Location: Saint John, New Brunswick, Canada

Postby [OO9] on Tue Jan 18, 2005 2:57 am

Are you still doing this? I'm still not quite sure what you are trying to do? The above script works well for changing the sensitivity, there are a number of ways to do it so I guess you have to choose which one fits best with what you are trying to achieve?

Also why do you want to use so many buttons for it? 9 sounds like a lot to me for one job, or have I missed something and they are for something else? If it's just for the sensitivity you may want to play around with this as well to change at the same time zoom_sensitivity_ratio?
User avatar
[OO9]
VIP Member
VIP Member
 
Posts: 867
Joined: Wed Dec 03, 2003 10:36 pm
Location: England


Return to Nightfire Utility Script (NUS) & Script Questions/problems

Who is online

Users browsing this forum: No registered users and 0 guests

cron