Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of PSwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:07, 1 May 2022 Talad talk contribs created page PSUnreal Foliage (Created page with " === Lights settings === Set all foliage to Moveable === Culling settings === Depending on the size of the foliage we have standard culling distances Flowers and small plants: 50 meters Bushes: 100 meters Trees: 500 meters (for now, let's see how much they pop)") Tag: Visual edit
- 22:58, 20 April 2022 Talad talk contribs created page GIMP Custom brushes (Created page with "Enable Windows -> Doackable Dialogues -> Symmetry Painting , Horz + Vert + Center * Create a new image * Set it to Mode Grayscale * Paint your brush in black * If you go just by using the clipboard then when you select the brush select the clipboard mask * Otherwise if you save it , it will work directly. * To save it you need to put it in the brush folder. In my PC is here: F:\My Programs\Gfx\GIMP 2\share\gimp\2.0\brushes\") Tag: Visual edit
- 19:51, 30 March 2022 Talad talk contribs created page Random event locsTable (Created page with "{| class="wikitable" !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |event_probability |int(11) | |0 | |If > 0 modifies the probability in %. 100% is a 100x100 meters square. |- |ADD |event_areatype |varchar(100) | | | |Area Type, example: tavern, outdoors, temple, ... |}") Tag: Visual edit: Switched
- 16:07, 6 March 2022 Talad talk contribs created page TrapsPropertiesTable (Created page with "{| class="wikitable" |- !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(10) |PRI | |auto_increment | |- |ADD |item_instances_id |int(10) | | | |pointer to item_instances in case the trap on an item |- |ADD |action_locations_id |int(10) | | | |pointer to action_locations in case the trap is on a proximity trigger |- |ADD |trap_script |varchar(100) | | | |name of the progression script to run when the trap triggers |- |ADD |is_trap_blocking_use |ti...") Tag: Visual edit
- 15:55, 6 March 2022 Talad talk contribs created page Loot (Created page with "You can get loot through a number of methods: 1) Through quests, we have the possibility to reward players items or money. See [https://planeshift.top-ix.org/pswiki/index.php/Quest_scripts_syntax#Give Give] script directive. At the moment this cannot be randomized. 2) Harvesting loot items from Hunt Locations and Natural Resources, which spawn items on the ground or allow you to dig for items. At the moment this cannot be randomized. Only quality changes when harve...") Tag: Visual edit
- 18:09, 27 February 2022 Talad talk contribs created page Crash fix on Linux (Created page with "If you experience a crash on Linux in 0.7.18 release when loading world, with the log saying VK_ERROR_DEVICE_LOST , try the following: Go in your config directory, check if there is a file called Engine.ini and then add this: [SystemSettings] r.AllowStaticLighting=0") Tag: Visual edit
- 15:30, 11 January 2022 Grimston talk contribs created page Wc servernewsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(10) |PRI | |auto_increment | |- |ADD |news |text | | | | |}")
- 15:29, 11 January 2022 Grimston talk contribs created page Voice overs npcTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(20) | | | | |- |ADD |fullname |varchar(100) | | | | |- |ADD |race |varchar(40) | | | | |- |ADD |gender |varchar(10) | | | | |}")
- 15:28, 11 January 2022 Grimston talk contribs created page Voice oversTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(10) unsigned |PRI | |auto_increment | |- |ADD |audio_path1 |varchar(100) | | | |This holds an optional VFS path to a speech file to be sent to the client and played on demand for response1. |- |ADD |audio_path2 |varchar(100) | | | |This holds an optional VFS path to a speech file to be sent to the client and played on demand for response2. |- |ADD |audio_path3 |varchar(100...")
- 15:27, 11 January 2022 Grimston talk contribs created page Traps propertiesTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(10) |PRI | |auto_increment | |- |ADD |item_instances_id |int(10) | | | |pointer to item_instances in case the trap on an item |- |ADD |action_locations_id |int(10) | | | |pointer to action_locations in case the trap is on a proximity trigger |- |ADD |trap_script |varchar(100) | | | |name of the progression script to run when the trap triggers |- |ADD |is_trap_blocking_use...")
- 15:26, 11 January 2022 Grimston talk contribs created page Skills abilitiesTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(10) |PRI | | | |- |ADD |name |varchar(45) | | | | |- |ADD |skill_id |int(10) | | | | |- |ADD |skill_rank |int(10) | | | | |- |ADD |description |text | | | | |- |ADD |rank_icon |varchar(200) | | | | |- |ADD |skill_icon |varchar(200) | | | | |- |ADD |type |tinyint(4) | |0 | |0 = passive ability, 1 = attack ability, 2 = talent ability |- |ADD |is_special |tinyint(4) | |0...")
- 15:25, 11 January 2022 Grimston talk contribs created page Random eventsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |area |varchar(100) | | | |tavern, outdoor, temple, ... |- |ADD |hour_start |varchar(100) | | | |Time of day START, expressed in hours, in-game time |- |ADD |hour_end |int(11) | | | |Time of day END, expressed in hours, in-game time |- |ADD |probability |float | | | |random chance of this event to happen expressed in % |- |ADD |nextev...")
- 15:22, 11 January 2022 Grimston talk contribs created page Weapon typesTable (Created page with "Holds different types of weapons and their associations {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(11) |PRI | |auto_increment | holds the type unique id number |- | |name |varchar(40) |UNI | | |is the types name, each name must be unique. |- | |skill |int(11) | | | |The skill related to this type |}")
- 15:18, 11 January 2022 Grimston talk contribs created page Tribe recipesTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) |PRI | |auto_increment | |- | |name |varchar(30) | | | | |- | |requirements |varchar(1000) | | | | |- | |algorithm |varchar(1000) | | | | |- | |persistent |int(1) | |0 | | |- | |uniqueness |int(1) | |0 | | |}")
- 15:05, 11 January 2022 Grimston talk contribs created page Sc tribe knowledgeTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) |PRI | |auto_increment | |- | |tribe_id |int(10) | | | | |- | |knowledge |varchar(1000) | | | | |}")
- 15:04, 11 January 2022 Grimston talk contribs created page Sc tribe assetsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) |PRI | |auto_increment |IDs for assets |- | |tribe_id |int(10) | |0 | | |- | |name |varchar(30) | | | | |- | |type |int(2) | |0 | | |- | |coordX |float | |0 | | |- | |coordY |float | |0 | | |- | |coordZ |float | |0 | | |- | |sector_id |int(10) | |3 | | |- | |itemID |int(10) | |0 | | |- | |quantity |int(10) | |0 | | -1 if its a building |- | |status |int(1) | |0 | |...")
- 15:00, 11 January 2022 Grimston talk contribs created page Sc npctypesTable (Created page with "Stores the list of NPC types {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment |An unique id for this row |- | |name |varchar(200) | | | |The name of this NPC type |- | |parents |varchar(200) | | | |The parents of this NPC type for inheritance |- | |ang_vel |float | |999 | |Angular speed of the NPC type |- | |vel |varchar(200) | |999 | |Speed of the NPC type |- | |collision |varchar(200...")
- 13:52, 11 January 2022 Grimston talk contribs created page Pet evolutionTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |name |varchar(100) | | | | |- |ADD |scale |float(10,2) | | | |The scale of the 3d model |- |ADD |mesh_name |varchar(100) | | | |should we use a different mesh? |- |ADD |exp_required |varchar(100) | | | |Experience to reach this evolution stage |}")
- 13:51, 11 January 2022 Grimston talk contribs created page Pet abilitiesTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |evo_stage_id |int(11) | | | |Reference to pet_evolution.id |- |ADD |name |varchar(100) | | | |name of the ability |- |ADD |description |varchar(200) | | | |description of the ability |- |ADD |pet_command |varchar(100) | | | |/pet command to enable |- |ADD |storage |tinyint(4) | |0 | |Is this ability allowing the pet to store items |}")
- 13:50, 11 January 2022 Grimston talk contribs created page Npc hired npcsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |owner_id |int(8) unsigned |PRI |0 | | |- |ADD |hired_npc_id |int(8) unsigned |PRI |0 | | |- |ADD |guild |char(1) | |N | | |- |ADD |work_location_id |int(8) unsigned | |0 | | |- |ADD |script |text | | | |The script for the hired NPC dialog. |}")
- 13:49, 11 January 2022 Grimston talk contribs created page Loot modifiers restrainsTable (Created page with "Allows to define some restrain to the loot_modifiers {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |loot_modifier_id |int(11) |PRI | | |The id of the loot modifier rule |- |ADD |item_id |int(11) |PRI | | |The id of the item included in the loot modifier rule |- |ADD |allowed |char(1) | |Y | |Determines if the modifier is allowed or not |}")
- 13:48, 11 January 2022 Grimston talk contribs created page Faction ranksTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |faction_id |int(11) | | | |faction to which this rank belongs to |- |ADD |rank_number |int(11) | | | |Rank number can be negative or positive |- |ADD |name |varchar(100) | | | |Name of the rank |- |ADD |description |text | | | |Description of the rank |- |ADD |faction_points |int(11) | |0 | |Points needed to obtain this rank |- |ADD...")
- 13:47, 11 January 2022 Grimston talk contribs created page Codex storyTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |item_type |int(11) | | | |1 = homeworld story, 2 = chapter1, 3 = chapter2 |- |ADD |item_name |varchar(100) | | | |ex.: Homeworld Story, Race, ... |- |ADD |item_icon |varchar(100) | | | | |- |ADD |item_creative |text | | | |creative definition like for books, which may contain images/text |}")
- 13:46, 11 January 2022 Grimston talk contribs created page Codex natureTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |item_type |int(11) | | | |1 basic creatures, 2 sentient creatures, 3 plants, 4 minerals |- |ADD |ref_id |int(11) | | | |points to race_info or item_stats table based on the item_type value |- |ADD |item_name |varchar(100) | | | |ex.: Habitat, Ecology, ... |- |ADD |item_desc |text | | | |the knowledge we provide to the player |- |ADD...")
- 13:46, 11 January 2022 Grimston talk contribs created page Codex locationsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |item_type |varchar(100) | | | |1 = location on main map, 2 = submap owned, 3 = NPC |- |ADD |item_name |varchar(100) | | | |ex.: Stone Labirynths, Hydlaa City, Ojaveda, ... |- |ADD |item_desc |text | | | |the knowledge we provide to the player |- |ADD |item_icon |varchar(100) | | | | |- |ADD |mainmap_id |int(11) | | | |if item_type is...")
- 13:45, 11 January 2022 Grimston talk contribs created page Codex factionsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |ref_id |int(11) | | | |points to factions table id |- |ADD |item_name |varchar(100) | | | |ex.: Purpose, Organization, Notable people, ... |- |ADD |item_desc |text | | | |the knowledge we provide to the player |- |ADD |item_icon |varchar(100) | | | | |}")
- 13:44, 11 January 2022 Grimston talk contribs created page Character variablesTable (Created page with "Used to store variables for a character {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |character_id |int(10) unsigned |PRI |0 | |The character this variable is assigned to |- |ADD |name |varchar(255) |PRI | | |The name of the variable |- |ADD |value |varchar(255) | | | |The value of the variable |}")
- 13:43, 11 January 2022 Grimston talk contribs created page Character factionsTable (Created page with "Stores the faction of the characters {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |character_id |int(10) unsigned |PRI |0 | |The PID of the character this faction is assigned to |- |ADD |faction_id |int(10) unsigned |PRI |0 | |The id of the faction the points are for |- |ADD |value |int(10) | |0 | |The number of points in this faction |}")
- 13:41, 11 January 2022 Grimston talk contribs created page Character discoveriesTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |character_id |int(11) | | | |the player who discovered this item |- |ADD |knowledge_type |tinyint(4) | | | |1 = codexCreatures, 2 = codexPlantMinerals, 3 = codexLocationsLoc, 4 = codexLocationsNPC, 5= codexStory, 6= codexFactions |- |ADD |childtable_id |int(11) | | | |Points to the ID of the specific table based on the type |}")
- 13:39, 11 January 2022 Grimston talk contribs created page Attack typesTable (Created page with "Holds attack types to be used in the updated combat system {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment |holds the attack type unique id number |- |ADD |name |varchar(40) |UNI | | |is the attack type name, each name must be unique. |- |ADD |weaponID |int(11) | | | |item_stats.id if a specific weapon is required for the special attack. Otherwise, weaponTypeID should be filled in. |- |ADD |w...")
- 13:39, 11 January 2022 Grimston talk contribs created page AttacksTable (Created page with "Holds attacks {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment |holds the attacks unique id number |- |ADD |name |varchar(40) |UNI |default | |is the attacks name, each name must be unique. |- |ADD |image_name |varchar(200) | | | |the icon image |- |ADD |attack_anim |varchar(40) | | | |The visual effect of the attack |- |ADD |attack_description |text | | | |a short description of the attack...")
- 13:36, 11 January 2022 Grimston talk contribs created page Wc statisticsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) |PRI | |auto_increment | |- | |groupid |tinyint(3) | | | | |- | |periodname |varchar(50) | | | | |- | |result |int(10) unsigned | | | | |- | |param1 |int(10) unsigned | | | | |}")
- 13:36, 11 January 2022 Grimston talk contribs created page Wc cmdlogTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) |PRI | |auto_increment | |- | |username |varchar(100) | | | | |- | |query |text | | | | |- | |date |datetime | | | | |}")
- 13:35, 11 January 2022 Grimston talk contribs created page Wc accessrulesTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) |PRI | |auto_increment | |- | |security_level |tinyint(3) | | | | |- | |objecttype |varchar(50) | | | | |- | |access |tinyint(3) | | | | |}")
- 13:32, 11 January 2022 Grimston talk contribs created page WarningsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |accountid |int(10) unsigned |PRI | | | |- | |warningGM |varchar(45) |PRI | | | |- | |timeOfWarn |datetime |PRI | | | |- | |warnMessage |text | | | | |}")
- 13:30, 11 January 2022 Grimston talk contribs created page Tribe needsTable (Created page with "This table is no longer used within PSUnreal. {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |tribe_id |int(10) |PRI | | | |- | |need_set |int(10) | |0 | | |- | |need_id |int(10) |PRI | | | |- | |type |varchar(30) | | | | |- | |name |varchar(30) | | | | |- | |perception |varchar(30) | | | | |- | |depend |varchar(30) | | | | |- | |need_start_value |float(10,2) | |0.00 | | |- | |need_growth_value |float(10,2) | |0.00 | | |- |...")
- 13:28, 11 January 2022 Grimston talk contribs created page Tribe membersTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |tribe_id |int(10) |PRI | | | |- | |member_id |int(10) unsigned |PRI | | | |- |DIF |member_type |varchar(30) | |0 | | Type used to be 'int(10)' in PSLegacy. Default used to be '' in PSLegacy. |- |ADD |flags |varchar(200) | | | |Various flags like: DYNAMIC, ... |}")
- 13:27, 11 January 2022 Grimston talk contribs created page TraitsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment | |- | |next_trait |int(10) | | -1 | | |- | |race_id |int(30) | | | | |- | |only_npc |int(1) | | | | |- | |location |varchar(30) | | | | |- | |name |varchar(30) | | | | |- | |cstr_mesh |varchar(200) | | | | |- | |cstr_material |varchar(200) | | | | |- | |cstr_texture |varchar(200) | | | | |- | |shader |varchar(32) | | | | |}")
- 13:26, 11 January 2022 Grimston talk contribs created page Trainer skillsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |player_id |int(10) unsigned |PRI |0 | | |- | |skill_id |int(10) unsigned |PRI |0 | | |- | |min_rank |int(8) unsigned |PRI |0 | | |- | |max_rank |int(8) unsigned | |0 | | |- | |min_faction |float(10,2) | |0.00 | | |}")
- 13:21, 11 January 2022 Grimston talk contribs created page Trade constraintsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment | |- | |constrnt |varchar(64) | | | | |- | |message |varchar(128) | | | | |- | |description |varchar(255) | | | | |}")
- 13:19, 11 January 2022 Grimston talk contribs created page TipsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment | |- | |tip |text | | | | |}")
- 13:19, 11 January 2022 Grimston talk contribs created page StancesTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(8) unsigned |PRI | |auto_increment | |- | |name |varchar(30) |UNI |0 | | |- | |stamina_drain_P |float(3,2) unsigned | |0.00 | | |- | |stamina_drain_M |float(3,2) unsigned | |0.00 | | |- | |attack_speed_mod |float(3,2) unsigned | |0.00 | | |- | |attack_damage_mod |float(3,2) unsigned | |0.00 | | |- | |defense_avoid_mod |float(3,2) unsigned | |0.00 | | |- | |defense_absorb_...")
- 13:13, 11 January 2022 Grimston talk contribs created page SkillsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |skill_id |int(10) unsigned |PRI |0 | | |- | |name |varchar(35) | | | | |- | |description |text | | | | |- | |practice_factor |int(8) | |100 | | |- | |mental_factor |tinyint(4) | | | | |- | |price |int(8) | |0 | | |- | |base_rank_cost |int(2) | |0 | | |- | |category |varchar(255) | |VARIOUS | | |- |ADD |cost_script |varchar(255) | |CalculateSkillCosts | |Stores the script to be r...")
- 13:11, 11 January 2022 Grimston talk contribs created page Server optionsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |option_name |varchar(50) |PRI | | | |- | |option_value |varchar(90) | | | | |}")
- 13:10, 11 January 2022 Grimston talk contribs created page Security levelsTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |level |tinyint(3) unsigned |PRI |0 | | |- | |title |varchar(30) | |0 | | |}")
- 13:05, 11 January 2022 Grimston talk contribs created page Sc waypoint aliasesTable (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(8) unsigned |PRI | |auto_increment | |- | |wp_id |int(8) unsigned | |0 | | |- | |alias |varchar(30) | | | | |- |ADD |rotation_angle |float | |0 | |The direction in degrees to face when stopping at WP. |}")
- 13:01, 11 January 2022 Grimston talk contribs created page Race spawnsTable (Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |raceid |int(11) |PRI |0 | | |- | |x |float |PRI |0 | | |- | |y |float |PRI |0 | | |- | |z |float |PRI |0 | | |- | |yrot |float |PRI |0 | | |- | |range |float unsigned |PRI |0 | | |- | |sector_id |int(11) |PRI |3 | | |}")
- 12:56, 11 January 2022 Grimston talk contribs created page QuestsTable (Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment | |- | |name |varchar(40) |UNI | | | |- | |task |varchar(250) | | | | |- | |cstr_icon |varchar(200) | | | | |- | |flags |tinyint(3) unsigned | |0 | | |- | |master_quest_id |int(10) unsigned | | | | |- | |minor_step_number |tinyint(3) unsigned | |0 | | |- | |player_lockout_time |int(10) | |0 | | |- | |quest_lockout_time |int(10) | |0...")
- 12:55, 11 January 2022 Grimston talk contribs created page Quest scriptsTable (Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment | |- | |quest_id |int(10) | |0 | |FK to quests table, or -1 for KA scripts. |- |DIF |script |text | | | |The script for the quest, parsed by questmanager.cpp Type used to be 'blob' in PSLegacy. |}")
- 12:53, 11 January 2022 Grimston talk contribs created page ProgressionEventsTable (Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |name |varchar(40) |PRI | | | |- | |event_script |text | | | | |}")