Jump to content

kaiGAMING

Members
  • Posts

    84
  • Joined

  • Last visited

Posts posted by kaiGAMING

  1. Yes it should work then.

    As long as the map has the pvp mapflag, does NOT have the pvp_nocalcrank mapflag, and pk_mode is off.

    This is the source code trunk/src/map/pc.c (line 6796)

    	// pvp
    	// disable certain pvp functions on pk_mode [Valaris]
    	if( map[sd->bl.m].flag.pvp && !battle_config.pk_mode && !map[sd->bl.m].flag.pvp_nocalcrank )
    	{
    		sd->pvp_point -= 5;
    		sd->pvp_lost++;
    		if( src && src->type == BL_PC )
    		{
    			struct map_session_data *ssd = (struct map_session_data *)src;
    			ssd->pvp_point++;
    			ssd->pvp_won++;
    		}
    		if( sd->pvp_point < 0 )
    		{
    			add_timer(tick+1000, pc_respawn_timer,sd->bl.id,0);
    			return 1|8;
    		}
    	}
    
    i got the script, but how can i set this just for guild_vs3

     

    -    script    respawn    -1,{
    OnPCDieEvent:
        sleep2 1;
        set @pk_death, @pk_death + 1;
        if ( @pk_death >= 2 ) {
            warp "SavePoint",0,0;
            atcommand "@alive";
            set hp,1;
            set @pk_death,0;
        }
    }
    
  2. hi

     

    When I buy a item from shop kafra, Game suspended and I can not move !

     

    So I have to go out and then login!

     

    What is the reason?

     

    I can not buy from shop kafra :(

     

    hi John Key,

    try this. open edit your msgstringtable.txt and find this line.

    Do you really want to purchase '%s' item? %d points will be deducted from your total Kafra Credit Points.#
    

    and change it to

    Do you want to buy '%s' item? %d donations will be deducted.#
    

     

    same problem to this

    http://www.eathena.ws/board/lofiversion/index.php/t247649.html

     

    hope it helps.

  3. After I install Toasty's WoE NPC and setup the castles and WoE time. When I enter a castle, there's an emperium spawned even if WoE haven't started. Can someone please help me.

    i experienced this, just remove to the scripts_guild.conf this.

    npc: npc/guild/agit_controller.txt 
    

     

    remove it or just put //

  4. isnt that @reloadscript will refresh all the file in NPC folder...

    all mob should be removed..and re-add again~

    that's my point, every time i @reloadscript, the mvp mobs will spawn again. :( i want it not to reset. @killmonster is my first option.

  5. which DIFF should i be loading then? the custom Headgear view id i guess is for item_db2.. right?, while these ids are from item_db.sql

    there is no problem with your viewID's the item is already been showned. but not in Equipment view. try to change your client into this.

    2011-01-05.

    http://supportmii.com/ro1/Clients/
    

    i am using 2012-04-10a

    exactly. try to use what i said. and pm me what happens. /no1

  6. which DIFF should i be loading then? the custom Headgear view id i guess is for item_db2.. right?, while these ids are from item_db.sql

    there is no problem with your viewID's the item is already been showned. but not in Equipment view. try to change your client into this.

    2011-01-05.

    http://supportmii.com/ro1/Clients/
    

×
×
  • Create New...