ERR...HELLO? DAM CAPS LOCK! dere dats betta sorry for teloportion cheat don`t seem have maps file any links?
That gibberish gives me an idea... thanks Here's a text version of the 'maplist.mes', I can't remember if it is in the game or if u have to extract it so i will just post it up.
" Any way you can change feats from the console?" I would like to know this also, I picked up long spear instead of glaive...doh, oh well, its only 2 less damage, heh
game.party[X].stat_level_get(stat_Y,#) to edit attributes (strength, etc.) race, allignment, god, gender, or anything else (don't know about feats) X= PC slot -1, Y= attribute, race, allignment, etc. #= numerical value (where appropriate.) (from above) it might help
Quote You can also use the command: game.party[X].stat_level_get(stat_Y,#) to edit attributes (strength, etc.) race, allignment, god, gender, or anything else (don't know about feats) X= PC slot -1, Y= attribute, race, allignment, etc. #= numerical value (where appropriate.) Unquote Sorry to be dense, but what are the possible values for Y and # (or how do I figure that out)? Also, "get" seems like a command to find current values but I assume it is actually to write new values into the game? What I am trying to do is to undo a stupid character generation problem. I started a character as a sorcerer but the pc was high INT, should have been a Wizard. So I multiclassed SOR1/WIZ4 (now). But the SOR is useless (wont let me cast any of those spells after the WIZ spells are exhaused. So I'd like to erase the SOR class completely, then gin up the XP to get my WIZ to the right level, fixing most of the silliness. Any ideas? Cant start fresh, 5th level now. Thanks in advance! Craig
alrighty then, what about the console? I got an european keyboard... or something, it has æ, ø and å, so its danish, how do I make the console work?, I want to try and see how fast one can complete the game with cheats Okay, ignore that, i just found out how to do it Now its just, the "give item" code, when I enter it it locks up, so i have to alt-tab out(and that doesn't even work most of the time), any ideas?
Give #### Where #### is the number of the item from description.mes in your data/mes folder. Sounds like maybe u r giving your item to someone with a full inventory.
for money, just do "give 7003" for experance do "levelup" simple. Note- for lots, you will have to this multiple times.
ok im trying to find corodinates in the game to spawn new npcs. i tried using the method listed about......location_to_axis(game.party[0].location)........but all i get is traceback string line 1 and no numbers. any idea why that is happening or know any other ways to get corodiantes for spawning?
use this.. from Co8 import * then use this.. loc() in the console to return the x,y coordinates of where the party leader is standing at on a map
use what? from Co8 import ? and then loc() ok ill give it a try ok tried that and got the samething as before