top
Auction Ticker
Summon without ctrl ;)

 
Post new topic   Reply to topic    Rakion League Forum Index -> Rakion General Discussion
Author Message
Doommagick
League Supporter



Joined: 07 Dec 2006
Posts: 59
Pictures: 0

PostPosted: Tue Sep 25, 2007 4:09 pm    Post subject: Summon without ctrl ;) Reply with quote

well just if any1 is like me and hates the ctrl+ 1 2 3 to summon i have changed it and here is a link to it.
http://legions.forumup.com/viewtopic.php?p=881&mforum=legions#881

ok so no registering on legions forums required now...
DoomMagick wrote:
YES WOOT NO MORE CTRL LOOKY WHAT I DID!!!!!!!! HAHAHHA SOFTNYX I WIN!
Steps:
1. Go to rakion folder
2. Go to ControlsSV
3. Open Controls(CTL file)
4. For a program to use, just use Notepad
5. Select all the sht below (in this post) and copy it
6.Select all the sht in ur Controls file
7. Press PASTE! yay
8. SAVE SAVE SAVE!!!

Control
Name: TTRS FireL
Control1: Button 1
Device1: Mouse
Pressed: ctl_bFireL = 1;
Released: ctl_bFireL = 0;


Control
Name: TTRS FireR
Control1: Button 2
Device1: Mouse
Pressed: ctl_bFireR = 1;
Released: ctl_bFireR = 0;


Control
Name: TTRS Up/Jump
Control1: Space
Device1: Keyboard
Pressed: ctl_bJump = 1;
Released: ctl_bJump = 0;


Control
Name: TTRS Guard
Control1: Left Shift
Device1: Keyboard
Pressed: ctl_bGuard = 1;
Released: ctl_bGuard = 0;


Control
Name: TTRS Camera Zoom In
Control1: Mouse Wheel Up
Device1: Mouse
Pressed: ctl_fZoom = -0.22;


Control
Name: TTRS Camera Zoom Out
Control1: Mouse Wheel Down
Device1: Mouse
Held: ctl_fZoom = +0.22;


Control
Name: TTRS Change Radar Zoom
Control1: F
Device1: Keyboard
Pressed: ctl_bChangeRadarZoom = 1;
Released: ctl_bChangeRadarZoom = 0;


Control
Name: TTRS Change Weapon
Control1: Q
Device1: Keyboard
Pressed: ctl_bChangeWeapon = 1;
Released: ctl_bChangeWeapon = 0;


Control
Name: TTRS Change Mode
Control1: C
Device1: Keyboard
Pressed: ctl_bChangeMode = 1;
Released: ctl_bChangeMode = 0;


Control
Name: TTRS Change Character
Control1: X
Device1: Keyboard
Pressed: ctl_bChangeChara = 1;
Released: ctl_bChangeChara = 0;


Control
Name: TTRS Move Forward
Control1: W
Device1: Keyboard
Released: ctl_fMoveForward = 0;
Held: ctl_fMoveForward = ctl_fMoveForward + ctl_fInputValue;


Control
Name: TTRS Move Backward
Control1: S
Device1: Keyboard
Released: ctl_fMoveBackward = 0;
Held: ctl_fMoveBackward = ctl_fMoveBackward + ctl_fInputValue;


Control
Name: TTRS Move Left
Control1: A
Device1: Keyboard
Released: ctl_fMoveLeft = 0;
Held: ctl_fMoveLeft = ctl_fMoveLeft + ctl_fInputValue;


Control
Name: TTRS Move Right
Control1: D
Device1: Keyboard
Released: ctl_fMoveRight = 0;
Held: ctl_fMoveRight = ctl_fMoveRight + ctl_fInputValue;


Control
Name: TTRS Turn Left
Control1: Mouse X-
Device1: Mouse
Hidden: TRUE
Held: ctl_fTurnLeft = ctl_fTurnLeft+ctl_fInputValue;


Control
Name: TTRS Turn Right
Control1: Mouse X+
Device1: Mouse
Hidden: TRUE
Held: ctl_fTurnRight = ctl_fTurnRight+ctl_fInputValue;


Control
Name: TTRS Look Up
Control1: Mouse Y+
Device1: Mouse
Hidden: TRUE
Held: ctl_fTurnUp = ctl_fTurnUp+ctl_fInputValue;


Control
Name: TTRS Look Down
Control1: Mouse Y-
Device1: Mouse
Hidden: TRUE
Held: ctl_fTurnDown = ctl_fTurnDown+ctl_fInputValue;


Control
Name: TTRS Spawn NPC1
Control1: 1
Device1: Keyboard
Pressed: ctl_bSpawnNPC1 = 1;
Released: ctl_bSpawnNPC1 = 0;



Control
Name: TTRS Spawn NPC2
Control1: 2
Device1: Keyboard
Pressed: ctl_bSpawnNPC2 = 1;
Released: ctl_bSpawnNPC2 = 0;



Control
Name: TTRS Spawn NPC3
Control1: 3
Device1: Keyboard
Pressed: ctl_bSpawnNPC3 = 1;
Released: ctl_bSpawnNPC3 = 0;



Control
Name: TTRS Spawn NPC4
Control1: 4
Device1: Keyboard
Pressed: ctl_bSpawnNPC4 = 1;
Released: ctl_bSpawnNPC4 = 0;


Control
Name: TTRS Spawn NPC5
Control1: 5
Device1: Keyboard
Pressed: ctl_bSpawnNPC5 = 1;
Released: ctl_bSpawnNPC5 = 0;


Control
Name: TTRS Spawn NPC6
Control1: 6
Device1: Keyboard
Pressed: ctl_bSpawnNPC6 = 1;
Released: ctl_bSpawnNPC6 = 0;

Control
Name: TTRS MacroChat F5
Control1: F5
Device1: Keyboard
Pressed: ctl_bMacroF5 = 1;
Released: ctl_bMacroF5 = 0;

Control
Name: TTRS MacroChat F6
Control1: F6
Device1: Keyboard
Pressed: ctl_bMacroF6 = 1;
Released: ctl_bMacroF6 = 0;

Control
Name: TTRS MacroChat F7
Control1: F7
Device1: Keyboard
Pressed: ctl_bMacroF7 = 1;
Released: ctl_bMacroF7 = 0;

Control
Name: TTRS MacroChat F8
Control1: F8
Device1: Keyboard
Pressed: ctl_bMacroF8 = 1;
Released: ctl_bMacroF8 = 0;

Control
Name: TTRS MacroChat Alt
Control1: Left Alt
Device1: Keyboard
Pressed: ctl_bMacroAlt = 1;
Released: ctl_bMacroAlt = 0;

Control
Name: TTRS ChangeCtrlType
Control1: F4
Device1: Keyboard
Pressed: ctl_bChangeCtrlType = 1;
Released: ctl_bChangeCtrlType = 0;

Control
Name: TTRS Cam down
Control1: Z
Device1: Keyboard
Pressed: ctl_bCamDown = 1;
Released: ctl_bCamDown = 0;

Control
Name: TTRS Potion Slot1
Control1: Left Control
Device1: Keyboard
Relation: And
Control2: 1
Device2: Keyboard
Pressed: ctl_bPotionSlot1 = 1;
Released: ctl_bPotionSlot1 = 0;
Control
Name: TTRS Potion Slot2
Control1: Left Control
Device1: Keyboard
Relation: And
Control2: 2
Device2: Keyboard
Pressed: ctl_bPotionSlot2 = 1;
Released: ctl_bPotionSlot2 = 0;

Control
Name: TTRS Potion Slot3
Control1: Left Control
Device1: Keyboard
Relation: And
Control2: 3
Device2: Keyboard
Pressed: ctl_bPotionSlot3 = 1;
Released: ctl_bPotionSlot3 = 0;


Control
Name: TTRS Potion Slot4
Control1: Left Control
Device1: Keyboard
Relation: And
Control2: 4
Device2: Keyboard

Pressed: ctl_bPotionSlot4 = 1;
Released: ctl_bPotionSlot4 = 0;

Control
Name: TTRS Potion Slot5
Control1: Left Control
Device1: Keyboard
Relation: And
Control2: 5
Device2: Keyboard
Pressed: ctl_bPotionSlot5 = 1;
Released: ctl_bPotionSlot5 = 0;

Control
Name: TTRS Potion Slot6
Control1: Left Control
Device1: Keyboard
Relation: And
Control2: 6
Device2: Keyboard
Pressed: ctl_bPotionSlot6 = 1;
Released: ctl_bPotionSlot6 = 0;


GlobalDontInvertLook
GlobalSmoothAxes
GlobalSensitivity 52
ed: ctl_bMacroAlt = 1;
Released: ctl_bMacroAlt = 0;


GlobalDontInvertLook
GlobalSmoothAxes
GlobalSensitivity 52

_________________



Last edited by Doommagick on Tue Sep 25, 2007 7:13 pm; edited 2 times in total
Back to top
View user's profile Send private message
muyshrooms



Joined: 15 Sep 2007
Posts: 110
Pictures: 0

PostPosted: Tue Sep 25, 2007 5:20 pm    Post subject: Reply with quote

aw man doom i really want to change that except im not registered on that forums and im too lazzzzeehhh to T.T
_________________


muyshrooms loves you maybehh :]
Back to top
View user's profile Send private message MSN Messenger AIM Address
Doommagick
League Supporter



Joined: 07 Dec 2006
Posts: 59
Pictures: 0

PostPosted: Tue Sep 25, 2007 7:16 pm    Post subject: Reply with quote

there i quoted myself...hmm thats just odd
_________________

Back to top
View user's profile Send private message
Tidus
League Essential



Joined: 25 Sep 2007
Posts: 615
Pictures: 0

PostPosted: Wed Sep 26, 2007 5:01 am    Post subject: Reply with quote

and potions are ctrl +1,2,3?
Back to top
View user's profile Send private message
Doommagick
League Supporter



Joined: 07 Dec 2006
Posts: 59
Pictures: 0

PostPosted: Wed Sep 26, 2007 7:05 am    Post subject: Reply with quote

yes, potions are ctrl + 1 2 3 4 5 6 for each slot.
_________________

Back to top
View user's profile Send private message
HereCumSanta
League Lover



Joined: 30 Sep 2006
Posts: 464
Pictures: 0
Location: In the mighty Prout sanctuary

PostPosted: Wed Sep 26, 2007 8:34 pm    Post subject: Reply with quote

that was released long ago
_________________
[IMG]http://sig.grumpybumpers.com/host/jamespino.gif[IMG]
Back to top
View user's profile Send private message
Doommagick
League Supporter



Joined: 07 Dec 2006
Posts: 59
Pictures: 0

PostPosted: Thu Sep 27, 2007 7:48 am    Post subject: Reply with quote

yes well i sorta stoped playing when that patch came out and have just now came back, so i was not aware this has already been done.


has any1 figured how to play rakion in windowed mode yet?
_________________

Back to top
View user's profile Send private message
HereCumSanta
League Lover



Joined: 30 Sep 2006
Posts: 464
Pictures: 0
Location: In the mighty Prout sanctuary

PostPosted: Thu Sep 27, 2007 3:15 pm    Post subject: Reply with quote

yea<.< i got a program for it, doesnt work perfectly ...
_________________
[IMG]http://sig.grumpybumpers.com/host/jamespino.gif[IMG]
Back to top
View user's profile Send private message
Doommagick
League Supporter



Joined: 07 Dec 2006
Posts: 59
Pictures: 0

PostPosted: Thu Sep 27, 2007 4:42 pm    Post subject: Reply with quote

really? may u share it? other wise i know a way to but takes quite alot of work to set up...
_________________

Back to top
View user's profile Send private message
LatinQueen
League Essential



Joined: 25 Sep 2006
Posts: 688
Pictures: 0
Location: Puerto Rico

PostPosted: Thu Sep 27, 2007 5:07 pm    Post subject: Reply with quote

is your mage sign trowin smashed bananas ?
_________________

<{--( U N F O R G I V E N )--}>
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
tripanzers3
League Essential



Joined: 31 Dec 2006
Posts: 713
Pictures: 0
Location: never never land

PostPosted: Thu Sep 27, 2007 5:25 pm    Post subject: Reply with quote

lol i already changed mine for 1,2,3 a wile ago but ya that windows mode if it works im interested =]
_________________

Back to top
View user's profile Send private message Send e-mail MSN Messenger
Doommagick
League Supporter



Joined: 07 Dec 2006
Posts: 59
Pictures: 0

PostPosted: Thu Sep 27, 2007 7:59 pm    Post subject: Reply with quote

LatinQueen wrote:
is your mage sign trowin smashed bananas ?

no that acutally shows up in the game from when a mage ices, i just moved it around to look different.
_________________

Back to top
View user's profile Send private message
LatinQueen
League Essential



Joined: 25 Sep 2006
Posts: 688
Pictures: 0
Location: Puerto Rico

PostPosted: Fri Sep 28, 2007 11:48 am    Post subject: Reply with quote

OHhhhhhhhhhhh
_________________

<{--( U N F O R G I V E N )--}>
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:    View previous topic : View next topic  
Post new topic   Reply to topic    Rakion League Forum Index -> Rakion General Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum