Main Page: Difference between revisions
Jump to navigation
Jump to search
m (add headers) |
m (→References) |
||
Line 43: | Line 43: | ||
** Target [[:Category:Monster Condition|monster]] and [[:Category:Player Condition|player]] conditions | ** Target [[:Category:Monster Condition|monster]] and [[:Category:Player Condition|player]] conditions | ||
** [[:Category:Skill Use Condition|Skill use]] conditions | ** [[:Category:Skill Use Condition|Skill use]] conditions | ||
* [[items_control.txt]] | * [[items_control.txt|items_control — inventory/storage/cart behaviour]] | ||
* [[mon_control.txt]] | * [[mon_control.txt|mon_control — specific monsters behavior]] | ||
* [[pickupitems.txt]] | * [[pickupitems.txt|pickupitems — specific loots behavior]] | ||
* [[shop.txt]] | * [[shop.txt|shop — Vending list]] | ||
* [[sys.txt]] | * [[sys.txt]] | ||
'''plugins''' | '''plugins''' |
Revision as of 19:41, 1 July 2010
Want to improve something here, leave (useful) notes or ask for further elaboration of something? You're welcome. Look for edit and discussion links at top of any page.
Current Wiki TODO's
- complete config.txt pages that are conform with char and add appropriate categories (ex. Category:Connection for char) from old manual and older manual
- remove 'index.php?title=' from wiki view URLs
In the LocalSettings.php file add the following code: $wgScriptPath = "/wiki"; $wgScript = "$wgScriptPath/index.php"; $wgRedirectScript = "$wgScriptPath/redirect.php"; $wgArticlePath = "$wgScriptPath/$1"; In the root directory of the site create a file whose name ends. htaccess with the following contents: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ /wiki/index.php?title=$1 [L,QSA] example http://ragbot.ru/wiki/config
- disable forced uppercase for page titles
- bug reporting guide? Can be built in FAQ
- wiki as a place for macro/plugin/configuration howtos/examples/sharing?
- Where is XKore Guide?
- commands discussion: Category_talk:Console_Command
- Config.txt options: loginPinCode, repairAuto_list.
- config.txt general block option: label