Jump to content

Intrebare Coding - Sanny Builder


Andreigl

Recommended Posts

Nu stiu daca am voie sa intreb asa ceva aici mai ales ca este un script "ilegal" pentru serverele RPG dar,

dupa cum se vede, am incercat sa fac un Script ca atunci cand sari de la o anumita inaltime nedeterminata si activezi acest "cheat" sa nu primesti daune DOAR de la cazaturi nu si de la impuscaturi / lovituri.

Problema este ca, cand vreau sa-l dezactivez, nu stiu ce sa pun la "Actor. ?????????" , am incercat ogramada de chestii si nu-mi reuseste :(

 

{$CLEO .cs}
// 0000: NOP
	Thread "Invulnerable"
	:inv_01
wait 0
if and
0256:   player $PLAYER_CHAR defined
0AB0:   key_pressed 17
0AB0:   key_pressed 81
jf @inv_01
jf @inv_02
Actor.SetImmunities($Player_Actor, 0, 0, 0, 1, 0)
	
:inv_02
jump @inv_01
	:inv_03
wait 0
if and
0256:   player $PLAYER_CHAR defined
0AB0:   key_pressed 17
0AB0:   key_pressed 82
jf @inv_03
jf @inv_04
Actor.
	:inv_04
jump @inv_03
	:inv_dead
wait 0
if
0118:   actor $Player_Actor dead
jf @inv_dead
wait 100
jump @inv_01
	0A93: end_custom_thread
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.