Is there anyway to edit my injection.xml or other file for my hotkeys works
for all accounts that i have, whithout having to bind all them on each new account ?
Injection Hotkeys
Moderators: Murderator+, Murderator
Re: Injection Hotkeys
Knight1106 wrote:Is there anyway to edit my injection.xml or other file for my hotkeys works
for all accounts that i have, whithout having to bind all them on each new account ?
open with notepad
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
-
- Posts: 64
- Joined: 2005-09-08 18:38:12
Re: Injection Hotkeys
NMY wrote:Knight1106 wrote:Is there anyway to edit my injection.xml or other file for my hotkeys works
for all accounts that i have, whithout having to bind all them on each new account ?
open with notepad
but what do i do for the hotkey works in all accounts without having to set it on each account name ?
for example i have something like this:
Code: Select all
<account name="Desa"
>
<character serial="00038A8A"
light="0"
display_bm_count="false"
display_bp_count="false"
display_ga_count="false"
display_gs_count="false"
display_mr_count="false"
display_ns_count="false"
display_sa_count="false"
display_ss_count="false"
display_va_count="false"
display_en_count="false"
display_wh_count="false"
display_fd_count="false"
display_br_count="false"
display_h_count="false"
display_c_count="false"
display_m_count="false"
display_l_count="false"
display_b_count="false"
display_ar_count="false"
display_bt_count="false"
display_hitpoints="true"
display_mana="true"
display_stamina="true"
display_armor="true"
display_weight="false"
display_gold="false"
>
<dress key="NMY">
<item serial="4002E69D" layer="10"/>
<item serial="4002003E" layer="14"/>
<item serial="40048D86" layer="17"/>
</dress>
<hotkey key_hash="0x00db" command="msg Hi dude!"/>
<hotkey key_hash="0x00dd" command="exec say2"/>
<hotkey key_hash="0x00e2" command="exec LIFE"/>
<hotkey key_hash="0x086f" command="exec say"/>
<hotkey key_hash="0x0030" command="msg .. /online"/>
<hotkey key_hash="0x0031" command="exec Wep_and_Shield"/>
<hotkey key_hash="0x0032" command="exec bow"/>
<hotkey key_hash="0x0033" command="exec heal"/>
<hotkey key_hash="0x0034" command="cast 'Heal' self "/>
<hotkey key_hash="0x0035" command="cast 'Greater Heal' self "/>
<hotkey key_hash="0x0036" command="cast 'Cure' self "/>
<hotkey key_hash="0x0037" command="msg .drink_cure"/>
<hotkey key_hash="0x0038" command="cast 'Feeblemind' self "/>
<hotkey key_hash="0x0039" command="cast 'Mana Drain' lasttarget"/>
<hotkey key_hash="0x0041" command="useskill 'Anatomy'"/>
<hotkey key_hash="0x0042" command="useobject 'backpack'"/>
<hotkey key_hash="0x0043" command="msg .evade"/>
<hotkey key_hash="0x0044" command="exec Detect"/>
<hotkey key_hash="0x0045" command="cast 'Magic Arrow' self "/>
<hotkey key_hash="0x0047" command="exec Gorget"/>
<hotkey key_hash="0x0048" command="msg .home"/>
<hotkey key_hash="0x0049" command="cast 'Wall of Stone'"/>
<hotkey key_hash="0x004a" command="info"/>
<hotkey key_hash="0x004b" command="msg Bank"/>
<hotkey key_hash="0x004c" command="usefromground '0x0E95'"/>
<hotkey key_hash="0x004d" command="useskill 'Meditation'"/>
<hotkey key_hash="0x004f" command="cast 'Dispel'"/>
<hotkey key_hash="0x0050" command="cast 'Mass Dispel' self"/>
<hotkey key_hash="0x0054" command="exec hide"/>
<hotkey key_hash="0x0055" command="cast 'Dispel Field' "/>
<hotkey key_hash="0x0056" command="exec SPunch"/>
<hotkey key_hash="0x0058" command="hide"/>
<hotkey key_hash="0x0059" command="cast 'Teleport' "/>
<hotkey key_hash="0x005a" command="exec Restore"/>
<hotkey key_hash="0x0061" command="exec WoS1"/>
<hotkey key_hash="0x0062" command="exec test"/>
<hotkey key_hash="0x0063" command="exec WoS3"/>
<hotkey key_hash="0x0064" command="exec PF"/>
<hotkey key_hash="0x0065" command="exec WoS"/>
<hotkey key_hash="0x0067" command="exec WoS7"/>
<hotkey key_hash="0x0069" command="exec WoS9"/>
<hotkey key_hash="0x006a" command="exec fontcolor"/>
<hotkey key_hash="0x006b" command="exec Dress"/>
<hotkey key_hash="0x006e" command="exec MassDrop"/>
<hotkey key_hash="0x0070" command="cast 'Magic Arrow' "/>
<hotkey key_hash="0x0071" command="cast 'Magic Arrow' lasttarget"/>
<hotkey key_hash="0x0072" command="cast 'Poison' lasttarget"/>
<hotkey key_hash="0x0073" command="cast 'Weaken' lasttarget"/>
<hotkey key_hash="0x0074" command="cast 'Paralyze' lasttarget"/>
<hotkey key_hash="0x0075" command="exec Lightning"/>
<hotkey key_hash="0x0076" command="cast 'Lightning' lasttarget"/>
<hotkey key_hash="0x0077" command="cast 'Flame Strike' lasttarget"/>
<hotkey key_hash="0x0078" command="exec invis"/>
<hotkey key_hash="0x0079" command="msg .drink_invis"/>
<hotkey key_hash="0x007a" command="msg .drink_mana_total"/>
<hotkey key_hash="0x007b" command="msg .drink_refresh_total"/>
<hotkey key_hash="0x0822" command="exec LD"/>
<hotkey key_hash="0x0824" command="exec sStone"/>
<hotkey key_hash="0x0825" command="exec MassMA"/>
<hotkey key_hash="0x00bb" command="exec Buff"/>
<hotkey key_hash="0x00bc" command="exec info_ball"/>
<hotkey key_hash="0x00c0" command="exec HEALme"/>
</character>
</account>
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
all you need is copy
and paste into another character info...
beware do not make any mistakes...
Code: Select all
<hotkey key_hash="0x00db" command="msg Hi dude!"/>
<hotkey key_hash="0x00dd" command="exec say2"/>
<hotkey key_hash="0x00e2" command="exec LIFE"/>
<hotkey key_hash="0x086f" command="exec say"/>
<hotkey key_hash="0x0030" command="msg .. /online"/>
<hotkey key_hash="0x0031" command="exec Wep_and_Shield"/>
<hotkey key_hash="0x0032" command="exec bow"/>
<hotkey key_hash="0x0033" command="exec heal"/>
<hotkey key_hash="0x0034" command="cast 'Heal' self "/>
<hotkey key_hash="0x0035" command="cast 'Greater Heal' self "/>
<hotkey key_hash="0x0036" command="cast 'Cure' self "/>
<hotkey key_hash="0x0037" command="msg .drink_cure"/>
<hotkey key_hash="0x0038" command="cast 'Feeblemind' self "/>
<hotkey key_hash="0x0039" command="cast 'Mana Drain' lasttarget"/>
<hotkey key_hash="0x0041" command="useskill 'Anatomy'"/>
<hotkey key_hash="0x0042" command="useobject 'backpack'"/>
<hotkey key_hash="0x0043" command="msg .evade"/>
<hotkey key_hash="0x0044" command="exec Detect"/>
<hotkey key_hash="0x0045" command="cast 'Magic Arrow' self "/>
<hotkey key_hash="0x0047" command="exec Gorget"/>
<hotkey key_hash="0x0048" command="msg .home"/>
<hotkey key_hash="0x0049" command="cast 'Wall of Stone'"/>
<hotkey key_hash="0x004a" command="info"/>
<hotkey key_hash="0x004b" command="msg Bank"/>
<hotkey key_hash="0x004c" command="usefromground '0x0E95'"/>
<hotkey key_hash="0x004d" command="useskill 'Meditation'"/>
<hotkey key_hash="0x004f" command="cast 'Dispel'"/>
<hotkey key_hash="0x0050" command="cast 'Mass Dispel' self"/>
<hotkey key_hash="0x0054" command="exec hide"/>
<hotkey key_hash="0x0055" command="cast 'Dispel Field' "/>
<hotkey key_hash="0x0056" command="exec SPunch"/>
<hotkey key_hash="0x0058" command="hide"/>
<hotkey key_hash="0x0059" command="cast 'Teleport' "/>
<hotkey key_hash="0x005a" command="exec Restore"/>
<hotkey key_hash="0x0061" command="exec WoS1"/>
<hotkey key_hash="0x0062" command="exec test"/>
<hotkey key_hash="0x0063" command="exec WoS3"/>
<hotkey key_hash="0x0064" command="exec PF"/>
<hotkey key_hash="0x0065" command="exec WoS"/>
<hotkey key_hash="0x0067" command="exec WoS7"/>
<hotkey key_hash="0x0069" command="exec WoS9"/>
<hotkey key_hash="0x006a" command="exec fontcolor"/>
<hotkey key_hash="0x006b" command="exec Dress"/>
<hotkey key_hash="0x006e" command="exec MassDrop"/>
<hotkey key_hash="0x0070" command="cast 'Magic Arrow' "/>
<hotkey key_hash="0x0071" command="cast 'Magic Arrow' lasttarget"/>
<hotkey key_hash="0x0072" command="cast 'Poison' lasttarget"/>
<hotkey key_hash="0x0073" command="cast 'Weaken' lasttarget"/>
<hotkey key_hash="0x0074" command="cast 'Paralyze' lasttarget"/>
<hotkey key_hash="0x0075" command="exec Lightning"/>
<hotkey key_hash="0x0076" command="cast 'Lightning' lasttarget"/>
<hotkey key_hash="0x0077" command="cast 'Flame Strike' lasttarget"/>
<hotkey key_hash="0x0078" command="exec invis"/>
<hotkey key_hash="0x0079" command="msg .drink_invis"/>
<hotkey key_hash="0x007a" command="msg .drink_mana_total"/>
<hotkey key_hash="0x007b" command="msg .drink_refresh_total"/>
<hotkey key_hash="0x0822" command="exec LD"/>
<hotkey key_hash="0x0824" command="exec sStone"/>
<hotkey key_hash="0x0825" command="exec MassMA"/>
<hotkey key_hash="0x00bb" command="exec Buff"/>
<hotkey key_hash="0x00bc" command="exec info_ball"/>
<hotkey key_hash="0x00c0" command="exec HEALme"/>
and paste into another character info...
beware do not make any mistakes...
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net