Jump to content

Thunderbolt

Members
  • Content Count

    90
  • Joined

  • Last visited

Posts posted by Thunderbolt


  1. Hello i found, New bug

    i try edit Pyramid Dungeon and set @lockDungeonAtLevel,1;

    script is bug After unlock dungeon level 2, 

    -- Script auto unlock level3,


    60untitled.png

    when player unlock dungeon level 2 found a Bug can't unlock high level dungeon Pyramid Dungeon 3,Pyramid Dungeon 4, Pyramid Basement 1, Pyramid Basement 2.

     

    	dun_pyramid:		setarray .@warpIndex[0],15,16,17,18,19,20;		setarray .@use_location_array[0],2,2,2,2,2,2;		setarray .@levelNames$[0],"Pyramid Dungeon 1","Pyramid Dungeon 2","Pyramid Dungeon 3","Pyramid Dungeon 4","Pyramid Basement 1","Pyramid Basement 2";		set .@lockDungeonAtLevel,1;		set .@stateName$,"state_dun_pyramid";		setarray .@level$[0],"Lv. 10-20","Lv. 45-55","Lv. 50-60","Lv. 55-65","Lv. 55-65","Lv. 55-65";		setarray .@require_items_1[0],938,913;		setarray .@require_amount_1[0],25,15;		set .@Zeny_1,3000;		setarray .@require_items_2[0],7006,932;		setarray .@require_amount_2[0],25,25;		set .@Zeny_2,7000;		setarray .@require_items_3[0],929,930,528;		setarray .@require_amount_3[0],50,50,10;		set .@Zeny_3,16000;		setarray .@require_items_4[0],936,934;		setarray .@require_amount_4[0],75,25;		set .@Zeny_4,42000;		setarray .@require_items_5[0],941,930;		setarray .@require_amount_5[0],50,30;		set .@Zeny_5,15000;		setarray .@require_items_6[0],1096,934;		setarray .@require_amount_6[0],50,30;		set .@Zeny_6,37000;		goto dungeon_handling;	close;

     

     

    Sry, sir im bad english

     

     

    Script Source "Loki Warper"

    http://rathena.org/board/topic/79746-help-with-loki-warper/


    pls. Help me!


  2. i think the 813-333 is in the client itself or in lua (maybe), i tried 2013-08-07 and it does not shows the 813-333.

     

    ัyes sir, i think the 813-333 is in the client itself

     

    Client 2013-12++ up


  3.  

    Just change the 

     

     

    atcommand->parse 

     

     

    to

     

     

    atcommand->exec 

     

     

    in this file

     

     

    harmony.c:327: error: 'struct atcommand_interface' has no member named 'parse'harmony.c:334: error: 'struct atcommand_interface' has no member named 'parse' 

     

    fix !!


  4. i config Skill HELLGATE <adjust_skill_damage> not work in mapzone.


    Testing

    Sura Lv 100  Dex 500 Allstatus 1 ,  Monster Poring


    1. default no config : Atk damage = 17000


    2. config skill damage

    "adjust_skill_damage	SR_HELLGATE	50",

    Atk damage = 17000 same default !!


    3. config skill damage

    "adjust_skill_damage	SR_HELLGATE	1",

    Atk damage = 17000 same default !!


     

    4. config skill damage

     

    "adjust_skill_damage	SR_HELLGATE    200",

    Atk damage = 17000 same default !!

     

     

     

    it's not work only skill HELLGATE.

     

    but other skill work fine


     


  5. All item can @item <itemid>

     

     

    Client Crash when open Custom item in random box

     

     

     

    My custom box

     

    {	Id: 26104	AegisName: "emptybox"	Name: "Empty Box"	Type: 2	Sell: 10	Weight: 10        Script: <" getrandgroupitem 26104,1; ">},


    Item_group.conf

    emptybox: (	"Black_Angel_Helm",)

     

    Client Cash when open box ???????,

     

     

     

    i try with @item Black_Angel_Helm and equip, drop, click, etc it work fine


    54untitled.png

     

     

     

     

     

     

    I change item_group.conf to
    crystal_box: (	"Poring_Card",)

     

    Client it not crash T^T, Work fine.

     

    pls help

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.