Level Help Script?

Fegged

New Adventurer
The Dragonknights
Joined
Aug 12, 2010
Messages
529
Reaction score
0
Age
27
Hello,

I've researched around the msc folder and found some intresting things.

There's and script that automaticly toggles your attack when you press that button.
And i wanted to ask if theres a way to fix that +uber from that script since i want to use the bow without having to press it always.


I don't have to take it as secret because its in the MSC folder.
Heres the code i found:

Code:
//sustained attack ( bind x atoggle )
alias atoggle1 "+attack;speak activated;alias atoggle atoggle2"
alias atoggle2 "-attack;speak deactivated;alias atoggle atoggle1"
alias atoggle atoggle1

and if you want to find more go to MSC/ and search extras.cfg

Regards,
Rideon
 

Bordoga

New Adventurer
The Dragonknights
Joined
Jul 31, 2010
Messages
673
Reaction score
0
Age
30
Location
Germany
Sound usefull , but i don't think that's a Level Help Script, if you ask me.
I'd rather say it's something that helps lazy dudes :))
 

Fegged

New Adventurer
The Dragonknights
Joined
Aug 12, 2010
Messages
529
Reaction score
0
Age
27
well it does help for highs aswell because when it takes longer to kill and enemy (before like the isle brawler) then it brings something and hell yeah im to lazy to press because of that i need a script that works with bows aswell
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
There's a extras.CFG with a couple of utility console scripts for the lazy or ping impaired.

Be tricky to make a console script for bows, because the bow fires on release. You can add a delay so the bow fires several times with each click, and work it out, but it won't be dependable if the ping varies, and you won't be able to move while the bow is firing.

Also this has nothing to do with FN. >_>
 

Fegged

New Adventurer
The Dragonknights
Joined
Aug 12, 2010
Messages
529
Reaction score
0
Age
27
well i never made a script before and since i love bows and maybe try to model one (the other thread thats going on)

Edit:well i try redo that script and try add it for +uber aswell
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
It won't work cause you gotta release the attack. Same issue. Best you can do is make it attack X number of times, and you won't be able to move, and it won't work well with lag (or even varied pings).
 

Fegged

New Adventurer
The Dragonknights
Joined
Aug 12, 2010
Messages
529
Reaction score
0
Age
27
well it works allready fine with swords,ma,sa,blunt,axe but it stucks with bow and magic and atm i try use commands i know and i wouldnt care to NOT move :D
 

Bordoga

New Adventurer
The Dragonknights
Joined
Jul 31, 2010
Messages
673
Reaction score
0
Age
30
Location
Germany
hmm
if you're able to set an certain interval , for the next attack , which releases the charged attack
 

Fegged

New Adventurer
The Dragonknights
Joined
Aug 12, 2010
Messages
529
Reaction score
0
Age
27
the only proplem i have is the +special charge without that everything is fine .-.
 

Bordoga

New Adventurer
The Dragonknights
Joined
Jul 31, 2010
Messages
673
Reaction score
0
Age
30
Location
Germany
well hmm , so far it would be close to the (+attack) cmd because at strucks at +special (charge)
 

Mikkel

New Adventurer
MSC Developer
The Pirates of Dreadwind
Joined
Feb 13, 2007
Messages
1,000
Reaction score
0
Age
31
Location
Denmark
I'd move this thread. But meh.
 
Top