Jump to content

care1190

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by care1190

  1. im sorry for not pm you, asked some questions on the original topic and got no response so i thought you werent active, it wasnt via gm command it was normaly with a shadow chasser, its working now, i dont know what fixed it, still get the error  but not in game thank you

  2. i managed to fix it, just moved  this:

    	//disable unused npcs for now
    			disablenpc instance_npcname( "sfwarp#1", instance_id() );
    			disablenpc instance_npcname( "sfwarp#2", instance_id() );

    from line 141,142,143, to line 233

    OnInstanceInit:
    	set .@map$, strnpcinfo(4);
    	set .@npc_name$, instance_npcname( strnpcinfo(0), instance_id() );
    	
    	//apply mapflags
    	setmapflag .@map$,mf_nomobloot;
    	setmapflag .@map$,mf_nomvploot;
    	//disable unused npcs for now
    			disablenpc instance_npcname( "sfwarp#1", instance_id() );
    			disablenpc instance_npcname( "sfwarp#2", instance_id() );

     

  3. hey i tried to add llchrisll invasion to my server but keep geting error

     

    [Error]: get_val_: fatal error ! player not attached!
    [Debug]: Source (NPC): MobInvaInit (invisible/not on a map)
    [Warning]: script:get_val: cannot access player variable 'InvaKill', defaulting to 0

    this its the script i've been trying to use

     

    hope someone can help me

     

    mob_inva.txt

  4. Its there a way to add dropto all mobs with drop rates that dependon mob type, for exemple, if the mob its normal 10%, if its miniboss 20% and mvp 30%? also it would be great if it could be taken by autoloot

  5. Hi i hope somebody can help me

    i've been try to add Endless Cellar by Jezu to my server, and i manage to start the istance and everything but when i get to start the second floor i got this error

     [Error]: buildin_getmapxy: Player with nick 'ECwarp_1' is not found.
    [Error]: buildin_getmapxy: Player with map id '0' is not found.
    [Info]: [Instance] Created: Endless Cellar (1).
    [Error]: buildin_instance_npcname: Invalid instance NPC (instance_id: 0, NPC name: "ECwarp_1".)

    Any ideas to fix it?

  6. hi, I just added Alayne's endless cellar to my server but when anybody tryes to open it gives us an error

    [Error]: instance_addmap: Failed to create initial map for instance 'Endless Cellar' (1).
    [Info]: [Instance] Created: Endless Cellar (1).
    [Error]: instance_mapname2mapid: map name 1@new does not exist

     

    does anybody has an idea?

×
×
  • Create New...