Sword of Fargoal/Cheats: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header Nav|game=Sword of Fargoal}}
{{Header Nav|game=Sword of Fargoal}}
You can break to Commodore Basic by pressing {{kbd|Run Stop}}, and manipulate the game variables by typing in the basic interpreter. When entering commands, the following applies:  
'P'ass bug: The game has a pass mode where you can walk past a monster, trap, etc. If you hit P then step into a monster's square with him, he will not attack you because he cannot move toward you to attack (except for Dimensional Spiders, which will teleport next to you, then attack you on the next turn if you don't move onto them again). You can safely sit on a monster for as long as you like without being attacked by it or other monsters, as other monsters cannot enter the square to attack either. Be careful though, you could get surrounded by monsters completely if you do this against a wall. This bug can also be activated if you initiate a combat, then walk into an adjacent wall, or if you are on a staircase where a monster spawns.
 
You can break to Commodore Basic by pressing {{kbd|Run Stop}}, and manipulate the game variables by typing in the basic interpreter. When entering commands, the following applies:  
* The character set is modified — characters in normal basic may appear different than what's used in game.  
* The character set is modified — characters in normal basic may appear different than what's used in game.  
* Since the background is recognized as a character, Basic will attempt to parse the background. You can separate your commands from the background by typing {{kbd|<nowiki>:</nowiki>}} after the command — or you can try scrolling the screen downward.  
* Since the background is recognized as a character, Basic will attempt to parse the background. You can separate your commands from the background by typing {{kbd|<nowiki>:</nowiki>}} after the command — or you can try scrolling the screen downward.  
* If you receive a syntax error, you cannot use '''cont''' to resume the game — instead type '''goto 41'''.
* If you receive a syntax error, you cannot use '''cont''' to resume the game — instead type '''goto 41'''.  
* Your visible map won't reflect the situation within the game, whether you simply try to type the commands directly at the cursor, or try scrolling the screen. You'll need to rebuild the map by visiting affected areas.
* Your visible map won't reflect the situation within the game, whether you simply try to type the commands directly at the cursor, or try scrolling the screen. You'll need to rebuild the map by visiting affected areas.
* The Sword of Fargoal timer is still counting down if you activated it.
* The Sword of Fargoal timer is still counting down if you activated it.


Line 20: Line 22:
|-
|-
| sf = 1  
| sf = 1  
| Carries the sword of fargoal.
| Carries the sword of fargoal.
|-
|-
| l = ?
| l = ?
Line 26: Line 28:
|-
|-
| ht = ?
| ht = ?
| Sets current hitpoints
| Sets current hitpoints.
|-
|-
| th = ?
| th = ?
| Sets maximum hitpoints
| Sets maximum hitpoints.
|-
|-
| bs = ?
| bs = ?
| Sets battle skill
| Sets battle skill.
|-
|-
| hp = ?
| hp = ?
| Healing Potion quantity
| Healing Potion quantity.
|-
|-
| tp = ?  
| tp = ?  
| Teleport quantity
| Teleport quantity.
|-
|-
| sh = ?
| sh = ?
| Shield quantity
| Shield quantity.
|-
|-
| lg = ?
| lg = ?
| Light quantity
| Light quantity.
|-  
|-  
| rg = ?
| rg = ?
| Regeneration quantity
| Regeneration quantity.
|-  
|-  
| iv = ?
| iv = ?
| Invisibility quantity
| Invisibility quantity.
|-
|-
| t = ?
| t = ?
| Gold
| Gold.
|-  
|-  
| be = ?
| be = ?
| Beacons
| Beacons.
|-
|-
| t2 = ?
| t2 = ?
Line 62: Line 64:
|-
|-
| gosub 423:goto41:
| gosub 423:goto41:
| Maps current level. (Destroys object under player, move to empty space first.)
| Maps current level (Destroys object under player, move to empty space first).
|}
|}


{{Footer Nav|game=Sword of Fargoal|prevpage=Walkthrough}}
{{Footer Nav|game=Sword of Fargoal|prevpage=Walkthrough}}

Navigation menu