⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.txt

📁 RO模拟器!!适合玩仙境传说的玩家们呦~
💻 TXT
📖 第 1 页 / 共 5 页
字号:
- 06-11-04: Switched skill [MG_SRECOVERY] to PSS system. [AlexKreuz]
- 06-11-04: Switched skill [SM_ENDURE] to PSS system. [AlexKreuz]
- 06-11-04: Minor modifications to PSS. [AlexKreuz]
- 06-11-04: Fixed other minor PSS bugs. [AlexKreuz]
- 06-11-04: Fixed Dead characters could be targeted. [AlexKreuz]
- 06-11-04: Fixed PSS in PVP mode caused crash. [AlexKreuz]
- 06-11-04: Switched skill [SM_MAGNUM] to PSS system. [AlexKreuz]
- 06-11-04: Fixed #929 - No SP Used for certain PSS skills. [AlexKreuz]
- 06-09-04: Fixed using attack type skills too fast will target self. [AlexKreuz]
- 06-07-04: Switched skill [SM_RECOVERY] to PSS system. [AlexKreuz]
- 06-07-04: Minor PVP pathfinding fixes. [AlexKreuz]
- 06-07-04: Skill SM_PROVOKE now provokes PVP targets into attacking player. [AlexKreuz]
- 06-07-04: Switched skill [SM_TWOHAND] to PSS system. [AlexKreuz]
- 06-07-04: Switched skill [SM_SWORD] to PSS system. [AlexKreuz]
- 06-07-04: Removed memory leaks from Player_Skills.pas. [AlexKreuz]
- 06-05-04: Created 'process_skill_attack' procedure for PSS system. [AlexKreuz]
- 06-05-04: Switched skill [SM_BASH] to PSS system. [AlexKreuz]
- 06-05-04: Switched skill [AC_DOUBLE] to PSS system. [AlexKreuz]
- 06-05-04: Switched skill [SM_PROVOKE] to PSS system. [AlexKreuz]
- 06-05-04: Player_Skills - Added Skill Double Strafing. [Darkhelmet]
- 06-05-04: Added Skill Failure error checking to PSS. [AlexKreuz]
- 06-05-04: Testing of PSS using SM_PROVOKE. [AlexKreuz]
- 06-05-04: Creation of PSS, Partitioned Skill Structure. [AlexKreuz]
- 06-05-04: Removed all Athena GM command ports. Will implement into ALBGM later. ALBGM completed. [AlexKreuz]
- 06-05-04: Switched GM Command, #USERS to ALBGM system. [AlexKreuz]
- 06-05-04: Switched GM Command, #PWORD to ALBGM system. [AlexKreuz]
- 06-05-04: Switched GM Command, #NEWPLAYER to ALBGM system. [AlexKreuz]
- 06-05-04: Switched GM Command, #GPVPOFF to ALBGM system. [AlexKreuz]
- 06-05-04: Switched GM Command, #GPVPON to ALBGM system. [AlexKreuz]
- 06-04-04: Fixed ALBGM for general users at access level 0. [AlexKreuz]
- 06-04-04: Set default GM_SERVER level to access level 0. [AlexKreuz]
- 06-04-04: Switched GM Command, #PVPOFF to ALBGM system. [AlexKreuz]
- 06-04-04: Switched GM Command, #PVPON to ALBGM system. [AlexKreuz]
- 06-04-04: Added RELEASE_VERSION constant for simplicity. [AlexKreuz]
- 06-04-04: Switched GM Command, #SERVER to ALBGM system. [AlexKreuz]
- 06-04-04: Switched GM Command, #UNICON to ALBGM system. [AlexKreuz]
- 06-04-04: Switched GM Command, #ICON to ALBGM system. [AlexKreuz]
- 06-04-04: Switched GM Command, #KICK to ALBGM system. [AlexKreuz]
- 06-04-04: Switched GM Command, #BAN to ALBGM system. [AlexKreuz]
- 06-04-04: Switched GM Command, #REVIVE to ALBGM system. [AlexKreuz]
- 06-04-04: Switched GM Command, #WHERE to ALBGM system. [AlexKreuz]
- 06-04-04: Fixed #88 - Cancel trade caused unknown item & crash. [AlexKreuz]
- 06-04-04: Fixed MVP monsters affected by stat changes bug. [AlexKreuz]
- 06-04-04: Fixed #916 - Katar of Cold Icicle freezes MVP Monsters. [AlexKreuz]
- 06-03-04: Skills - Finished organzining player vs monster. [Darkhelmet]
- 06-02-04: Skills - FindTargetsInAttackRange added to help with Skills overhaul [ChrstphrR]
- 06-02-04: Skill_Constants - Added new file to project [ChrstphrR]
- 06-02-04: Skills - Started a massive reorganizing project. [Darkhelmet]
- 06-02-04: Main - Fixed Elapsed Time calculations to use integer math only. [ChrstphrR]
- 06-02-04: Main - Changed StatusBar resize code - will try to show Elapsed Time uncut. [ChrstphrR]
- 06-02-04: Main - Removed unused middle panel in the StatusBar [ChrstphrR]
- 06-02-04: Common - TLivingType added for future code simplification [ChrstphrR]
- 06-02-04: Common - TLiving has LType : TLivingType field [ChrstphrR]
- 06-02-04: Common - TMob, TChara, TNPC - Set LType on creation. [ChrstphrR]
- 06-02-04: Common - rEXPDist - CData : Pointer is now TChara (safer reference) [ChrstphrR]
- 06-02-04: Common - TMob - AI field removed (linked to obsolete AI structures) [ChrstphrR]
- 06-02-04: Common - Obsolete TeNPC class removed (superceded by TNPC ages ago) [ChrstphrR]
- 06-02-04: Common - SendPMove removed - used obsoleted  TeNPC class [ChrstphrR]
- 06-02-04: Common - UpdtateSpiritSpheres had no return value - procedure now. [ChrstphrR]
- 06-02-04: Common - CalcStat - tl variable renamed tSk (more legible) [ChrstphrR]
- 06-02-04: Common - PetSkills - eliminated unused variables [ChrstphrR]
- 06-02-04: Common - SendNData - moved long mistaken global vars local. [ChrstphrR]
- 06-02-04: Common - SetGuildKafra - index fix related to above global variables. [ChrstphrR]
- 06-02-04: Common - SpawnNPCMob - for-loop index fix related to above globals. [ChrstphrR]
- 06-02-04: Common - GetGuildDDegree - removed unused variable [ChrstphrR]
- 06-02-04: Common - ScriptValidated - added variables related to above globals. [ChrstphrR]
- 06-02-04: Main - Pre-Theme prep - Panel added so console resizes properly. [ChrstphrR]
- 06-02-04: Main - KnockBackLiving - eliminate unused variables. [ChrstphrR]
- 06-02-04: Main - DamageOverTime  - eliminate unused variables. [ChrstphrR]
- 06-02-04: Main - MovMoving       - eliminate unused variables. [ChrstphrR]
- 06-02-04: Main - MovMoveL        - eliminate unused variables. [ChrstphrR]
- 06-02-04: Main - PetPassive      - eliminate unused variables. [ChrstphrR]
- 06-02-04: Main - SkillPassive    - eliminate unused variables. [ChrstphrR]
- 06-02-04: Main - CharaPassive    - eliminate unused variables. [ChrstphrR]
- 06-02-04: Main - Moved GM AccessDB list creation into load_commands in Game_Master [ChrstphrR]
- 06-02-04: Game_Master - load_commands includes GM Access List Creation [ChrstphrR]
- 06-02-04: Game_Master - save_commands includes GM Access List Cleanup [ChrstphrR]
- 06-02-04: Switched GM Command, #MOTHBALL to ALBGM system. [AlexKreuz]
- 06-02-04: Switched GM Command, #IRONICAL to ALBGM system. [AlexKreuz]
- 06-02-04: Switched GM Command, #GLEVEL to ALBGM system. [AlexKreuz]
- 06-01-04: Game.pas - Minor comment translations  [ChrstphrR]
- 06-01-04: Game.pas - ExpShare, ItemShare changes for TParty. [ChrstphrR]
- 06-01-04: SaveCharaData - removed unused variable [ChrstphrR]
- 06-01-04: GetCharaData - removed unused variable [ChrstphrR]
- 06-01-04: GetPlayerData - removed unused variable [ChrstphrR]
- 06-01-04: SQLDataLoad - remove unused variables [ChrstphrR]
- 06-01-04: SQLDataSave - changes for ExpShare, ItemShare in TParty Class. [ChrstphrR]
- 06-01-04: Load_Parties - ExpShare, ItemShare changes [ChrstphrR]
- 06-01-04: Load_Parties - Changed some parsing to use AsInteger to avoid Variant types [ChrstphrR]
- 06-01-04: Load_Characters - removed unused variable [ChrstphrR]
- 06-01-04: PlayerDataLoad - minor change for TParty.ExpShare [ChrstphrR]
- 06-01-04: ScriptValidated - callmob - now accepts X,Y as 0,0 for random point. [ChrstphrR]
- 06-01-04: ScriptValidated parses blank lines properly - treated like comments. [ChrstphrR]
- 06-01-04: CharaDie - removed unused variables [ChrstphrR]
- 06-01-04: TParty class - ExpShare property, now WordBool not Word [ChrstphrR]
- 06-01-04: TParty class - ItemShare property, now WordBool not Word [ChrstphrR]
- 06-01-04: TPet class - Fulleness is a property (pre SQL changes) [ChrstphrR]
- 06-01-04: TPetDB class changes - translated comments. [ChrstphrR]
- 06-01-04: Common - TMap.Mode Constants added. [ChrstphrR]
- 06-01-04: CreateField - removed unused variables [ChrstphrR]
- 06-01-04: CharaSplash2 - removed unused variables [ChrstphrR]
- 06-01-04: CharaAttack - removed unused variables [ChrstphrR]
- 06-01-04: CharaMoving - removed unused variables [ChrstphrR]
- 06-01-04: PetPickUp - removed unused variable [ChrstphrR]
- 06-01-04: DamageProcess2 - removed unused variable [ChrstphrR]
- 06-01-04: Main - removed global variables "i" and "j" [ChrstphrR]
- 06-01-04: Moved SkillEffect (6000+ lines) into Skills.pas from Main [ChrstphrR]
- 06-01-04: New File Unit: Skills.pas [ChrstphrR]
- 05-31-04: Fixed weapon sprites not updated after #refine bug. [AlexKreuz]
- 05-31-04: Switched GM Command, #REFINE to ALBGM system. [AlexKreuz]
- 05-31-04: Switched GM Command, #STAT to ALBGM system. [AlexKreuz]
- 05-31-04: Switched GM Command, #UNIT to ALBGM system. [AlexKreuz]
- 05-31-04: Switched GM Command, #RAW to ALBGM system. [AlexKreuz]
- 05-31-04: Added Option_PVP_XPLoss - INI option to turn off XP loss in PVP. [AlexKreuz]
- 05-31-04: Added exception handling for any unexpected file I/O problems in save_gm_log [ChrstphrR]
- 05-31-04: Switched GM Command, #option to ALBGM system. [AlexKreuz]
- 05-31-04: Switched GM Command, #whois to ALBGM system. [AlexKreuz]
- 05-31-04: Switched GM Command, #speed to ALBGM system. [AlexKreuz]
- 05-31-04: Switched GM Command, #monster to ALBGM system. [AlexKreuz]
- 05-30-04: Minor ALBGM cleanup and optimization. [AlexKreuz]
- 05-30-04: Fixed Non-ALBGM commands broke. [AlexKreuz]
- 05-29-04: Switched GM Command, #changeskill to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #zeny to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #statall to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #skillall to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #skillpoint to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #changestat to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #jlevel to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #blevel to ALBGM system. [AlexKreuz]
- 05-29-04: Fixed GM_RETURN/GM_SAVE mismatched data. [AlexKreuz]
- 05-29-04: Fixed missing 'logs' directory caused crash. [AlexKreuz]
- 05-29-04: Switched GM Command, #job to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #banish to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #warp to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #summon to ALBGM system. [AlexKreuz]
- 05-29-04: Switched GM Command, #goto to ALBGM system. [AlexKreuz]
- 05-28-04: Added #201 - Feature Request: Added timestamps to text console. [AlexKreuz]
- 05-28-04: Added #883 - Feature Request: Option_GM_Logs - INI option logs GM commands. [AlexKreuz]
- 05-28-04: Switched GM Command, #kill to ALBGM system. [AlexKreuz]
- 05-28-04: Switched GM Command, #hstyle to ALBGM system. [AlexKreuz]
- 05-28-04: Switched GM Command, #ccolor to ALBGM system. [AlexKreuz]
- 05-28-04: Switched GM Command, #hcolor to ALBGM system. [AlexKreuz]
- 05-28-04: Added ALBGM command usage succes/error message. [AlexKreuz]
- 05-28-04: Switched GM Command, #auto to ALBGM system. [AlexKreuz]
- 05-28-04: Switched GM Command, #die to ALBGM system. [AlexKreuz]
- 05-28-04: Switched GM Command, #return to ALBGM system. [AlexKreuz]
- 05-28-04: Switched GM Command, #save to ALBGM system. [AlexKreuz]
- 05-28-04: Fixed ALBGM ID non-existant caused crash. [AlexKreuz]
- 05-28-04: Switched GM Command, #item to ALBGM system. [AlexKreuz]
- 05-28-04: Switched GM Command, #alive to ALBGM system. [AlexKreuz]
- 05-28-04: Created access level based GM system (ALBGM) structure. [AlexKreuz]
- 05-28-04: Fixed Assassin can not equip two daggers. [AlexKreuz]
- 05-28-04: Added Option_Party_Share_Level - INI option for custom party share levels. [AlexKreuz]
- 05-28-04: Error checking for MOTD file added to prevent errors. [ChrstphrR]
- 05-28-04: Added Option_MOTD_Athena for an Athena style MOTD message - 1 line only. [ChrstphrR]
- 05-27-04: Added #888 - Feature Request: Option_PVP_Steal - INI option to steal from players. [AlexKreuz]
- 05-27-04: Added Option_MOTD (0/1) to enable on the fly messages. FeatureReq #445 [ChrstphrR]
- 05-27-04: Added Option_MOTD_File (RelativePath, 4 lines, 195char per, max) [ChrstphrR]
- 05-27-04: SendMOTD routine - sends up to 4 lines to newly-joining Characters. [ChrstphrR]
- 05-27-04: TChara - grouped constructor and destructor code closer together. [ChrstphrR]
- 05-27-04: ScriptValidatated - faster selection of proper JID for warp/hiddenwarp [ChrstphrR]
- 05-27-04: ScriptValidatated - ChrstphrR 'silently' changes his comment typo. [ChrstphrR]
- 05-26-04: PlayerDataLoad - Removed Unused Variables from var declaration. [ChrstphrR]
- 05-26-04: DataSave - Comment Translation, removal of unused commented-out code blocks [ChrstphrR]
- 05-26-04: Database code - segmented pet_db.txt load into LoadPetData [ChrstphrR]
- 05-26-04: LoadPetData - improved error checking and message output. [ChrstphrR]
- 05-26-04: DataBaseLoad - fixed potential memory leak. [ChrstphrR]
- 05-26-04: DataBaseLoad - Translated emblem error message from SJIS to English. [ChrstphrR]
- 05-26-04: Translation of comments in Login server code into english [ChrstphrR]
- 05-26-04: Removed obsoleted TSummon class - and fixed TSummonMobListMVP [ChrstphrR]
- 05-26-04: Added Provoke's ability to raise the target's attack in PVP. [KyuubiKitsune]
- 05-26-04: "Objectizing" TParty in preparation for SQL improvements [ChrstphrR]
- 05-26-04: Commented / clarified variables in SendPartyList [ChrstphrR]
- 05-26-04: Added TParty methods GetName/SetName [ChrstphrR]
- 05-26-04: Simplified Item Creation in CreateGroundItem. [ChrstphrR]
- 05-26-04: ItemDrop and CreateGroundItem - use NPC constant for CType. [ChrstphrR]
- 05-26-04: Comment/Tidy Pet classes. [ChrstphrR]
- 05-26-04: Comment out unused variable in PetSkills routine. [ChrstphrR]
- 05-26-04: Removed commented out fields long since moved to TLiving [ChrstphrR]
- 05-26-04: Comment/Tidy Item classes. [ChrstphrR]
- 05-26-04: Removed TPharmacyDB class (unused). [ChrstphrR]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -