Jump to content

crisbr002

Members
  • Posts

    28
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by crisbr002

  1. - Site: www.l2prime.com

     

    --> BETA TEST (11.06) <--

     

    - L2OFF ILEXT (just the best)

    - INTERLUDE 25x Exp / Adena 100x / 2x Party

    - Anti-Bot (only real players)

    - Command .menu to player features

    - Protection Respawn

    - NO CUSTOM Weapon/Armor

    - Global GK / Class Master

    - NPC Buffer with Scheme

    - Buffs (24 buffs + 10 debuffs)

    - Auto Learn Skills

    - Fusion Skills

    - No Party Level Penalty

    - Augmentation

    - Cursed Weapons

    - Offline Shop

    - Clan fully working

    - Enchant retail

    - Olympiad 2 weeks

    - Castle Siege weekly

    - Events (Auto and Manual by Staff)

     

    - Special Shop (in Giran)

    Some items can be found in this shop that appears on some days of the week, making the market gets very busy and valued.

     

    - Farm/PvP Zones:

    ACM / 4 Sepulcher (CHAOTIC) / Elven Fortress

     

    - Any question?

    Use our forum or

    email: duke@l2prime.com

     

  2. WebSite: www.l2prime.com

    Facebook: https://www.facebook.com/l2primeserver

     

     

    - L2OFF ILEXT (just the best)

    - INTERLUDE XP 25x / Adena 100x

    - Anti-Bot (only real players)

    - Command .menu to player features

    - Protection Respawn

    - NO CUSTOM Weapon/Armor

    - Global GK / Class Master

    - NPC Buffer with Scheme

    - Buffs (24 buffs + 12 debuffs)

    - Auto Skills

    - Augmentation

    - Cursed Weapons

    - Offline Shop

    - Clan fully working

    - Enchant retail

    - Olympiad 2 weeks

    - Castle Siege weekly

    - Events (Auto and Manual by Staff)

     

    - Special Shop (in Giran)

    Some items can be found in this shop that appears on some days of the week, making the market gets very busy and valued.

     

    - Custom Zones:

    ACM / 4 Sepulcher (CHAOTIC) / Elven Fortress

     

    - Rebirth

    This is a custom feature to increase the power of the player. No overstatus. Fully balanced.

     

    - Any question?  :D

    email: duke@l2prime.com

  3. hello, I'm trying to make a custom event to summon an NPC Shop during a period.. but it is not showing up ..

     

    l2server this appearing in this message:

    03/22/2013 10:47:31.818, loading eventdata.ini
    03/22/2013 10:48:01.974, + NPC POS EVENT : Name[shops_prime], Enabled[1]

     

    after I enter the server and give the command / / load_event appearing on this L2NPC this:

    03/22/2013 10:48:01.974, [.\NpcMaker.cpp][2011] Unregistered NPC POS EVENT(name[shops_prime], flag[1])

     

    eventdata.ini

    [event]
    eventname=l2prime
    eventnpcname=shops_prime
    flagsettingtime=3000
    event_doing=1
    dropitem_count= 0
    
    droptime_count= 0
    
    npctime_count= 1
    npctime0= 2013/03/22-09:23 ~ 2013/03/23-09:23
    
    timevariable_count= 0
    
    
    [npcsetting]
    npcsetting_count= 1
    npc_eventname0= l2prime

     

     

    npcpos

    territory_begin	[giran_shop_prime]	{{83356;147804;-3484;-3284};{83556;147804;-3484;-3284};{83556;148004;-3484;-3284};{83356;148004;-3484;-3284}}	territory_end
    npcmaker_begin	[giran_shop_prime]	event_name=[shops_prime]	initial_spawn=all	maximum_npc=1
    npc_begin	[weapon_shop]	pos={83466;147899;-3400;16700}	total=1	respawn=1min	npc_end
    npcmaker_end

     

     

    can anyone help me?

  4. hello guys, someone has corrected the door of Zaken?

     

    on my server, players are going into it with strider and also passing between it before the proper time ...

     

    my zaken door:

    door_begin	[Devil_006]	type=normal_type	editor_id=21240006	open_method=by_skill	level=7	close_time=120	height=245	hp=150000	physical_defence=1000000	magical_defence=383	pos={52423;219103;-3209}	range={{52423;219032;-3312};{52423;219032;-3312};{52423;219174;-3312};{52423;219174;-3312}}	default_status=close	master_name=[sunrise]	master_open_event=act_close	master_close_event=act_open	door_end
    

     

     

    thx

  5. USE [lin2world]

    GO

    /****** Object:  StoredProcedure [dbo].[lin_ActivatedHeroes]    Script Date: 07/15/2010 00:28:00 ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    ALTER PROCEDURE [dbo].[lin_ActivatedHeroes]

    AS

    BEGIN

     

    SET NOCOUNT ON;

     

    DELETE FROM user_skill

    WHERE skill_id = '395'

     

    DELETE FROM user_skill

    WHERE skill_id = '396'

     

    DELETE FROM user_skill

    WHERE skill_id = '1374'

     

    DELETE FROM user_skill

    WHERE skill_id = '1375'

     

    DELETE FROM user_skill

    WHERE skill_id = '1376'

     

     

    INSERT INTO user_skill (char_id, skill_id, skill_lev, to_end_time, subjob_id)

    SELECT char_id, '395', '1', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_skill (char_id, skill_id, skill_lev, to_end_time, subjob_id)

    SELECT char_id, '396', '1', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_skill (char_id, skill_id, skill_lev, to_end_time, subjob_id)

    SELECT char_id, '1374', '1', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_skill (char_id, skill_id, skill_lev, to_end_time, subjob_id)

    SELECT char_id, '1375', '1', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_skill (char_id, skill_id, skill_lev, to_end_time, subjob_id)

    SELECT char_id, '1376', '1', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6622', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6622', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6622', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6622', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6622', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6577', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6577', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6577', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6577', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6577', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6578', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6578', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6578', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6578', '1', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '6578', '1', '0', '0', '0', '0', '0', '0'

    from user_nobless

    WHERE hero_type = 2;

     

     

    INSERT INTO user_item (char_id , item_type , amount , enchant , eroded , bless , ident , wished , warehouse)

    SELECT char_id, '1538', '45', '0', '0', '0', '0', '0', '0'

    FROM user_nobless

    WHERE hero_type = 2;

     

    END

     

     

    because the items that I added were not delivered to the heroes in the same time as the skills?

  6. *hi...simple question friend...

    *how to make this skill work in all races?

     

    *4111 2 0 290 900 8 3.200000 0 t icon.skill0343 1 0 0 0 9 11

     

    *because working only in Dark Elf :(

    *the animation does not want to appear in other races... can you help me?

    That's all I ask ...

     

    look, the skill is like that

×
×
  • Create New...