FOnline Development > Questions and Answers
[2238] FOnline: 2238 GM Abuse Tutorial
SEGA_RUS:
about ~param 0 param [value]
--- Quote ---Command: param
Uncnown command.
--- End quote ---
hahahahhaha, sorry, just used ~ instead `
JovankaB:
--- Quote from: Ganado on July 03, 2013, 10:42:57 pm ---Questions:
Is it possible to make it also show the pid for tiles? That could help for mapper purposes.
--- End quote ---
Nothing can be done with tiles with scripts.
--- Quote ---Why doesn't `param 0 11 value change my carry weight? This problem is in the original SDK too. On 2238 when I type 100 for value, it says it changed param 11 from 68250 to 67960? 67960 is definitely not 100. The coding for it seems to be the same as everything else...
--- End quote ---
The carry weight is in grams. You have to use a very large value (1000x CW) to see some result.
Ganado:
Okay it works fine now, thanks.
First off, is this all I need to do for the GodOfTheRealm part in cheats.fos?
--- Quote ---bool GodOfTheRealm(uint id)
{
return true; // default is false
}
--- End quote ---
Second,
--- Quote ---After it's done, the admin can run god function from the cheats.fos module to become GodOfTheRealm. To go back to normal mode the admin can run mortal function.
--- End quote ---
How exactly does one run the god function? What would the command be in-game? I'm not sure how this part works, I've tried various things. Same applies for the AdminLook. The AdminLook seems to be the most convienent way of making all the NPCs work again after ~regenmap by being able to see every NPC at once in order to kill them.
Wipe:
--- Quote from: Ganado on July 04, 2013, 05:12:02 am ---First off, is this all I need to do for the GodOfTheRealm part in cheats.fos?
--- End quote ---
Technically: yes.
However, it would open some of features to every character - unlike regular cheats, GodOfTheRealm may have some things enabled without need to be authenticated. For example, once you enabled this mode, your character will always stay invisible, until you disable it (note that invisibility includes list of players online provided by ~gameinfo 1).
tl;dr - If that's for local server, then you're ready to go; if not, i'd uncomment original part of the function and use own name(s) there. Unless you remove/modify how it works in scripts and extensions, ofc.
--- Quote from: Ganado on July 04, 2013, 05:12:02 am ---Second,How exactly does one run the god function? What would the command be in-game?
--- End quote ---
Enable:
~run cheats god 0 0 0
Disable:
~run cheats mortal 0 0 0
JovankaB:
--- Quote from: Wipe on July 04, 2013, 05:58:19 am ---If that's for local server, then you're ready to go
--- End quote ---
However, in that case you don't really need it. GodOfTheRealm doesn't give you some special features that normal admins don't have. It's mostly protections from abuses of other admins (they can't slap you, teleport you to WM etc).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version