Jump to content

AntiViruZ

Members
  • Posts

    42
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by AntiViruZ

  1. Well , done. Another problem: When i port to the zone my name changes to Anonymous as its supposed.. good , but when i use any skill or potion or eq/uneq item.. bammm my name change back to the original.. 
    I changed the code
     

    writeS(_activeChar.isInsideZone(ZoneId.ANONYMOUS) ? "Anonymous" : _activeChar.getAppearance().getVisibleName());
    

    to
     

    writeS(_activeChar.isInsideZone(L2Character.ZONE_ANONYMOUS) ? "Anonymous" : _activeChar.getName());
    

    bcuz i get certain errors when compiling , also getVisibleName is not used in l2jfrozen.
    So whats the problem ? The changed code or i have to do smth more.

  2. Another crappy server approaches..
    Created years ago...
    Over][Hits will bring you back to the times when we were escaping school to play , when we were enchanting till the morning , when there wasn't custom shits..
    The Server will be on Beta version for till we make balances ..
    It will be hosted from another place so i will update the topic as soon as we transfer it and ill put the Site links.

    Shortly

    Exp - 500x
    SP - 500x
    Adena - 1000x
    Safe +5
    Max +15
    Normal chance 75%
    Blessed chance 80%
    Augment skill chance 20%
    Augment stat chance 1%
    Custom NPC: Buffer , GK , GM Shop , Augmenter , Event Shop , Info Center 

    Everything else you will find in the Site and ingame. :)
    Facebook page - https://www.facebook.com/Lineage2OverHits
  3.     [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1317: error: incompatible types: String cannot be converted to boolean
        [javac] 			ALLOW_HOPZONE_VOTE_REWARD = votemanager.getProperty("AllowHopzoneVoteReward", "false");
        [javac] 			                                                   ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1320: error: incompatible types: String cannot be converted to int
        [javac] 			HOPZONE_VOTES_DIFFERENCE = votemanager.getProperty("HopzoneVotesDifference", "5");
        [javac] 			                                                  ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1321: error: incompatible types: String cannot be converted to int
        [javac] 			HOPZONE_FIRST_PAGE_RANK_NEEDED = votemanager.getProperty("HopzoneFirstPageRankNeeded", "15");
        [javac] 			                                                        ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1322: error: incompatible types: String cannot be converted to int
        [javac] 			HOPZONE_REWARD_CHECK_TIME = votemanager.getProperty("HopzoneRewardCheckTime", "5");
        [javac] 			                                                   ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1325: error: incompatible types: String cannot be converted to int
        [javac] 			HOPZONE_DUALBOXES_ALLOWED = votemanager.getProperty("HopzoneDualboxesAllowed", "1");
        [javac] 			                                                   ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1326: error: incompatible types: String cannot be converted to boolean
        [javac] 			ALLOW_HOPZONE_GAME_SERVER_REPORT = votemanager.getProperty("AllowHopzoneGameServerReport", "false");
        [javac] 			                                                          ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1327: error: incompatible types: String cannot be converted to boolean
        [javac] 			ALLOW_TOPZONE_VOTE_REWARD = votemanager.getProperty("AllowTopzoneVoteReward", "false");
        [javac] 			                                                   ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1330: error: incompatible types: String cannot be converted to int
        [javac] 			TOPZONE_VOTES_DIFFERENCE = votemanager.getProperty("TopzoneVotesDifference", "5");
        [javac] 			                                                  ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1331: error: incompatible types: String cannot be converted to int
        [javac] 			TOPZONE_FIRST_PAGE_RANK_NEEDED = votemanager.getProperty("TopzoneFirstPageRankNeeded", "15");
        [javac] 			                                                        ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1332: error: incompatible types: String cannot be converted to int
        [javac] 			TOPZONE_REWARD_CHECK_TIME = votemanager.getProperty("TopzoneRewardCheckTime", "5");
        [javac] 			                                                   ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1335: error: incompatible types: String cannot be converted to int
        [javac] 			TOPZONE_DUALBOXES_ALLOWED = votemanager.getProperty("TopzoneDualboxesAllowed", "1");
        [javac] 			                                                   ^
        [javac] E:\Java\trunk_310\aCis_gameserver\java\net\sf\l2j\Config.java:1336: error: incompatible types: String cannot be converted to boolean
        [javac] 			ALLOW_TOPZONE_GAME_SERVER_REPORT = votemanager.getProperty("AllowTopzoneGameServerReport", "false");
        [javac] 			                                                          ^
    

    These errors i get when try to compile it

  4. Thank you ! I was looking for this. Tested and working fine without bugs for now.

     

    About the sql , simply make sql file:

     

    drop table IF EXISTS `character_offline_trade`;
    CREATE TABLE `character_offline_trade` (
      `charId` int(11) NOT NULL,
      `time` bigint(20) unsigned NOT NULL DEFAULT '0',
      `type` tinyint(4) NOT NULL DEFAULT '0',
      `title` varchar(100) DEFAULT NULL,
      PRIMARY KEY (`charId`)
    ) ;
    
    drop table IF EXISTS `character_offline_trade_items`;
    CREATE TABLE `character_offline_trade_items` (
      `charId` int(10) NOT NULL DEFAULT '0',
      `item` int(10) NOT NULL DEFAULT '0',
      `count` int(20) NOT NULL DEFAULT '0',
      `price` int(20) NOT NULL DEFAULT '0'
    ) ;

     

     

  5. Hello , Everybody !

    Im glad to present you possible the best Interlude Mid-rate server ! ;)

     

    Why im saying it ? Becouse im almost sure peoples will love after their first log. We are giving you the chance to enjoy real Lineage 2 Interlude... expiriencing with friends , spoiling , doing quests , raiding , large sieges , having fun with our custom events and much more.

     

    Our head goal is to balance all the classes / skills (especialy we are going to look at almost all debuff/curse skills)

     

    Server is coming soon Live , for now its runned on Public Beta version.

    Everyone is welcome to test and have some fun with us !

     

    I want to note that server online period isnt 24/7 cuz is runing on main pc. After we finish with the PBE we will transfer to server machine :)

     

    Our forum: http://l2overhits.highbb.com/forum

    Our FaceBook Site: http://www.facebook.com/Lineage2OverHits

    Server Site: In construction

     

    __________

     

    General

    __________

     

    :: Rates ::

    Exp x300

    Party Exp x2

    SP x300

    Party SP x2

    Adena x300

    Drop x1

    Drop Spoil x3

    Drop Siege Guard x1

    Karma drop 40% after 5 pk

     

    :: Enchants ::

    Safe enchant 3

    Max enchant for weapons 15

    Max enchant for armors/jawels 15

    Enchant rate 60%

    Blessed Enchant rate 70%

    Crystal Enchant rate 100%

    Life Stone skill chance 10%

     

    :: Limits ::

    Max speed 250

    Max crit rate 500

    Max m.crit rate 200

    Max P.atk speed 1500

    Max C.speed 1999

     

    :: Game Info ::

    Starting adena 10kk

    Max Subclasses 5

    Subclass without quest

    Noblesse quest: FULL

     

    :: Skills ::

    Auto learn Skills

    Max Buffs 35 + 4

    Buffs 3h (+ Augmentation Buffs)

     

     

    __________

     

    Features

    __________

     

    :: Game ::

    Working Sieges

    Working Fortsieges

    Working Clan Halls

    Working Olympiad System

    Working TvT Engine

    Working DM Engine

    Working 7 Signs

    Working Clan system

     

    :: Customs ::

    Custom NPC's (GM Shop up to B Grade, Event Shop , Buffer (Normal) , GateKeeper , Augmenter )

    Custom Farm Area - Only for Noblesse Chars

    Custom Spoil Areas - S grade Armor Recs and EAS/EWS with low chance

    Custom Grand Bosses drop - x3

    Custom Events (Check Custom Events Thread)

    NO CUSTOM ITEMS

     

    :: Currency ::

    Event - Glitering Medal - A PvP reward. Used to buy special items.

    Vote Coin - Can be obtained by voting for us. Used to buy Special Items.

    PC Bang Points - Can be obtained by staying online in the server , every 15 mins you earn 1-2 with low chance for double reward. Used to buy Soul Crystals.

     

    We are waiting you ;)

  6. it works for H5 ? cuz i succsesfully apply it before compile .. ehm some i put manualy but it compiled without errors.. now when i make npc in custom_npc table with for example ID 65535 i must make same npc ID in fake_npc table ye? If yes , already done it.. but i dont know what i must put in ID Template (custom_npc table) anyway i tried 2 ways one with some other npc id template (example Andromeda) and i see npc andromeda without name and tittle.. if i put the ID of the npc (65535) its completely invisible humm.. Why it happens ? Sorry for my bad english ;d

  7. Hello , everyone !

    This is my first unique share. Here im glad to present you my NPC's : GM Shop , Gatekeeper , Buffer and Augmenter. You can download them one by one or all together ;]

     

    GM Shop

    gmshop.png

    ______

     

    Download

    ______

     

     

     

    Gatekeeper

    89135307.png

    ______

     

    Download

    ______

     

     

     

    Buffer

    buffer.png

    ______

     

    Download

    ______

     

     

     

    Augmenter

    augg.png

    ______

     

    Download

    ______

     

     

    ________

     

    Download All

    ________

     

    If you have any problems let me know.

     

    Enjoy !

     

    Credits: Me (FreaK aka AntiViruZ)

  8. Welcome to Lineage ][ Majestic server introduction !

    This is an interlude retail like server with no custom features.

    ___________

     

    Forum - http://l2majestic.4umer.com/

    ___________

     

    Site - http://l2majestic.mooo.com/

    ___________

     

    The idea of server is to rise the old school pvp style of Lineage 2 that we had in servers like White][Eagle on Interlude times.. So thats why the server dont have any custom items/armors/etc..

    We also made the server not so hard to play. What i mean ? I mean that you can buy everything you need only with adena from farm zones. The prices are not so expensive but not so cheap too. Except the Blessed enchants which cost much.

    ___________

     

    Features

    ___________

    Server Rates:

    XP/SP/Adena - x2000/x2000/x2000

    Drop - x1

     

    Enchant rates:

    Safe +7

    Max +20

    Normal Chance - 75%

    Blessed Chance - 100%

    Augment Skill chance - 60%

     

    Other:

    Retail like clan system - You have to farm raid bosses in order to get clan skill

    Working Siege system

    Working Clan hall system

    Retail Oly System - monthly heroes

    Working C1-IL skills

    Working Augments

    Auto learn skills

    Auto loot raids

     

    Customs:

    We got own custom npc's: GM Shop , Gatekeeper and Buffer

    Max buffs: 44 / 3h

    Max sub classes: 5

    Sub Class without quest.

    Custom farm areas

    NO custom leveling area

    Karma player drop at 5 PK's

    ***

     

    Well this is the info for now.. I can't tell you when the server will be alive.. but it will verry soon :) When we know the right date and hour i will announce it here :) Enjoy !

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock