Not logged inOpenClonk Forum
Up Topic General / Help and Questions / Is there a possibility to kill a stuck clonk?
- - By Anonymous Date 2017-06-05 15:53
Got stuck between a quick-wall-element and solid rock after seven hours of mining :-) No items with me that allow for suicide. Is there a way to free my clonk or kill it and respawn by manipulating a savefile?
Reply
Parent - By Marky [de] Date 2017-06-05 16:17
It depends on the scenario you are playing. In certain scenarios you can relaunch by choosing the suicide rule, as far as I know.
Parent - - By Fulgen [at] Date 2017-06-05 16:24
Ctrl + F5, /script GetCursor(GetPlayerByName("<insert your player name"))->eval("SetPosition(GetX()-100, GetY())")
Parent - - By K-Pone [de] Date 2017-06-07 11:58
In OC 8.0 (the snapshot at the moment) you can also use Unstick() instead of SetPosition().

/script GetCursor(GetPlayerByName("<insert your player name"))->Unstick()
Parent - By Fulgen [at] Date 2017-06-12 05:37
Nice, thanks.
Parent - - By Anonymous Date 2017-06-06 07:21
ah found it out myself. 1 exit the game, create a new player, 2 invite the new player into the game, 3 enter the game as the new player. 4 kill your darling and respawn
Reply
Parent - By Anonymous Date 2017-06-06 07:21
thanks for the tips!
Reply
Parent - By Anonymous Date 2017-06-06 07:21
thanks for the tips!
Reply
- - By Armin [de] Date 2017-06-08 14:14
Wasn't there an idea of implementing a general (always working) suicid method for all scenarios / as default?
Parent - - By Caesar Date 2017-06-18 09:05
well, would be easy to add a check for the suicide rule to the Clonk constructor function… Do we want that, is the question?
Parent - By Fulgen [at] Date 2017-06-18 10:54
I don't think it'd be a good idea that the clonk creates stuff - if we want that rule always be available, it should create itself e.g. in Definition.
Parent - By Sven2 [kr] Date 2017-06-18 11:24
It only makes sense if there is also respawn (otherwise it's the same as "Surrender"). So as long as we use the respawn rule for all relaunches now, there should not be a problem?
Up Topic General / Help and Questions / Is there a possibility to kill a stuck clonk?

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill