Jump to content

Recommended Posts

Posted

Update with L2jServer BETA 8667 on February 7

Fixed in this BETA: 

- BETA: Simplified support for daily quests by UnAfraid?.

  Spelling fixes in L2Character comments by me.

  Usage: Exit quests using exitQuest(QuestType?.DAILY); the quest will be completed and a penalty will be added, use isNowAvailable() to verify if the quest is available.

- BETA: Quests updates, thanks jurchiks for report.

        Into The Large Cavern (179) updated checks and htmls.

        New Recruits (182) updated checks and htmls.

- BETA: Voiced commands update, format and cleanup.

- BETA: Quests from Jython to Java by nonom:

    Exploration of the Giants' Cave - Part 1 (376)

    Exploration of the Giants' Cave - Part 2 (377)

  Note 1: Quest name changed, require database update.

  Note 2: Empty folder cleanup on next commits.

- BETA: Quest Perfect Form (458) by centrio, code refactoring and improvements and tests by me.

  Note: This quest require ​[L5166] !

  Quest I Must Be a Genius (463) cleanup, format and minor refactor.

- BETA: Fix for Sweeper, thanks VlLight?.

- BETA: Half-Kill is now possible against monsters in h5.

Posted

At least this changes should be there too:

BETA: Quests from Jython to Java by nonom:

    Exploration of the Giants' Cave - Part 1 (376)

    Exploration of the Giants' Cave - Part 2 (377)

Note 1: Quest name changed, require database update.

Note 2: Empty folder cleanup on next commits.

BETA: Quest Perfect Form (458) by centrio, code refactoring and improvements and tests by me.

Note: This quest require ​[L5166] !

Quest I Must Be a Genius (463) cleanup, format and minor refactor.

BETA: Fix for Sweeper, thanks VlLight?.

BETA: Half-Kill is now possible against monsters in h5.

Posted

Florine when i put npcs in table and i spawn them i cant see NPC's name and TITLE and more worst i got error with scheme buffer ! Astept un raspuns te rog

 

This is the error:

 

Error on: C:\Users\Administrateur\Desktop\L2 Server\game\data\scripts\custom\555_NPCBUFFER\__init__.py.error.log
Line: -1 - Column: -1

Traceback (innermost last):
  File "__init__.py", line 14, in ?
ImportError: cannot import name L2SummonInstance

Posted

@IHellEyesI change L2SummonInstance to L2ServitorInstance everywhere in the script.

 

About the title you need to add custom npc ai data and fill those missing values.

Posted

hey i made a server but it wont let me go on. like the gameserver and loginserver work but the patch wont open. this is the notice i get when i try to open my patch:

2012.2.10 14:10:32

OS : Windows Vista 6.1 (Build: 7600)

CPU : AuthenticAMD Unknown processor @ 2195 MHz with 2047MB RAM

Video : ATI Mobility Radeon HD 4250 Graphics    (29)

PosCode : LS1:0:0:0 2/0

 

General protection fault!

 

History: UOrcMove::CalculateCRC32 <- 1.510000::0 <- UGameEngine::Init <- InitEngine

 

Can someone help me with this?

Posted

Update with L2jServer BETA 8675 on February 10

Fixed in this BETA: 

- BETA: Updated SQL Documentation a bit.

- BETA: More Indexes for [8337].

- BETA: Full Install DB should clean up mods_wedding.sql.

- BETA: Revert DebugHandler?.java from [8670].

- BETA: Organizing xsd's into data/xsd/ folder and Unifying multisell's data.

- BETA: AdminSiege? handler typo fix and source format

- BETA: Minor fix for [8663], thanks UnAfraid? for report.

- BETA: StatsSet? class format

- BETA: Re-Added [5167] & [5168] please don't remove this! because is used for safe check (for example when character is deleted from outside game, directly in db from a admin website or manually), like we do with others SQL Queries there.

- BETA: Handing [5167:5168] where it should be.

- BETA: Avoiding boxing/unboxing of int and boolean.

  Continuing with [4451].

  Note: valueOf(..) returns an object, this is useful when using List/Map? (not Trove ones), if it's only required an int (or boolean) use parseInt(..) (or parseBoolean(..)).

- BETA: Small SQL Query Improvement for [5167].

- BETA: Added clean up for invalid Weddings.

Posted

Update with L2jServer BETA 8676 on February 12

Fixed in this BETA: 

- BETA: Reverting [5168] due is not working as should.

- BETA: Moving all util methods from QuestState? to Quest class to be usable directly from quests which doesn't really needs to implement QuestState?.

  Backward compatibility still remains until all quests are re-writen in java.

- BETA: Support for setTeam for all L2Character extending classes

Posted

Update with L2jServer BETA 8677 on February 16

Fixed in this BETA: 

- BETA: Addressing the problem of unchecked casting in AugmentationData?.

- BETA: Fix for Ticket #2844 by anónimo (please next time post the fix in forum, not trac).

- BETA: Misc fixes:

    Typo fixes in comments.

    Deleted useless comments.

    Typo fixes in logs.

    Added missing GPL notice.

    Updated some GPL notices.

    Formatted and cleaned up some classes.

    Moved misplaced author JavaDoc?.

  Note: Takes few minutes check misspellings, misplaced comments, GPL notice, JavaDocs?, but takes years to get fixed after they get committed, please check before commit :D

- BETA: Minor Improvements/Cleanup? for database_installer.bat.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...