Jump to content

daim

Members
  • Content Count

    129
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by daim


  1. Hi there,

     

    Im using 30-07-2010 client. Today one of my player having problem to slot in SILK robe into hotkey. When he put the SILK ROBE into hotkey there nothing apear on client for example F1. (off coz the silk robe not being equiped) and i can see that 2322 is save in hotkey database on server sided.

     

    This happens only on his char. Other char is fine. Anyone have idea about this?

     

    Thanks.


  2.  

    Try add inherit below -> name: "nogoditem"

    	name: "nogoditem"+	inherit: ( "PvP" )

     

    not work sir, it only load nogoditem zone, PvP zone not inherit altought i add that inherit lebel. My findings is PvP zone cant be combined with other zone. Altough we added pvp mapflag on mapflags section on zone in map_zone_db.txt it automatically remove the original zone and make the specified map as PvP zone.


  3. hi there here how i do

     

    {	/* PvP zone is applied to all maps with a pvp mapflag */	name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */		disabled_skills: {		BS_GREED: "PLAYER"		CG_HERMODE: "PLAYER"		//HERMAN		MC_VENDING: "PLAYER"	}		disabled_items: {		Greed_Scroll: true	}		mapflags: (		"nocashshop",	)		disabled_commands: {		//Example Below makes @heal be used in maps within this zone only by those group lv 70 and above		go: 100	}	},{	name: "nogoditem" 		disabled_skills: {		BS_GREED: "PLAYER"		CG_HERMODE: "PLAYER"		//HERMAN		MC_VENDING: "PLAYER"	}		disabled_items: {		Greed_Scroll: true		Mjolnir: true		ID2629: true		ID2541: true		ID2410: true		ID12740: true	}		mapflags: (		"nocashshop",		//"pvp",		//"pvp_noparty",	)disabled_commands: {		//Example Below makes @heal be used in maps within this zone only by those group lv 70 and above		go: 100	}		},

     

    and this is my mapflag

     

    guild_vs2    mapflag    zone    nogoditemguild_vs2    mapflag    pvp_nopartyguild_vs2    mapflag    pvp

     

    i have to add pvp maflag to allow pvp on. But with this mapflag the zone cannot combine with nogoditem + pvp zone, it will be just PVP zone.

     

    if i remove the mapflag pvp, and then warp to map and type @pvpon then only it can be nogoditem + pvp zone.

     

    Any idea how to make it work?


  4. Hi there, Issit posttible to have this setup of zone?

     

    for example i have 2 zone PVP TYPE.

     

    Type 1: PVP with potions enabled

    Type 2: PVP with potions disabled

     

    with current zone system, PVP map automaticaly using PVP ZONE settings, which mean we cant set 2 version of pvp types, all pvp map will automatically will be using PvP zone settings. Issit possle to setup pvp zone + nofood zone?

     

     

    Thanks


  5. sorry for digging old post. Is this can be improved?

     

    for example i have 2 zone PVP TYPE.

     

    Type 1: PVP with potions enabled

    Type 2: PVP with potions disabled

     

    with current zone system, PVP map automaticaly using PVP ZONE settings, which mean we cant set 2 version of pvp types.

     

    I hope someone can do patch for this.

     

    Thanks


  6. Hi there,

     

    I got this warning

     

    [Warning]: pc_bonus: unknown type 0 -10 !
    [Warning]: pc_bonus: unknown type 0 -10 !
    [Warning]: pc_bonus: unknown type 0 -10 !
     
     
    how can i check what item cause this? coz it not give more details bout that.
     
    thanks

  7. Hi there,

     

    May i know what is this mean UPPER: XXX in item_db option. Becuse some hat cant be used if it set UPPER: 8 for example.

     

    But i also saw there is other item like weapon, coins which upper option and that can be use.


  8.  

    i took 3 months to made sure my Hercules and mods work well from eathena. Off coz lot of functions, reffer, tokens changes. You have to find it slowly. If you're a good programmer then it will be easy too. Or just hire coder by visiting hercules paid services.

    Not really that much, if you know what mods you did,

    If you know what mods you did and have been up with svn updating(and no manual), one can get a diff of what's done, and accordingly apply to Hercules(with some edits ofcourse). probably some days work(if its like above i mentioned), else would take a month :P

     

    Indeed Dastgir. That what happen to me, i have no diff from what mod i done. lol


  9. i took 3 months to made sure my Hercules and mods work well from eathena. Off coz lot of functions, reffer, tokens changes. You have to find it slowly. If you're a good programmer then it will be easy too. Or just hire coder by visiting hercules paid services.


  10. hi ind.

     

    Today i tried to install this plugin. Compile successfuly, there file created in plugins/

     

    but when i try use it i got warning

     

    [Warning]: pc_bonus: unknown type 0 -30 !
    [Warning]: pc_bonus: unknown type 0 -30 !
    [Warning]: pc_bonus: unknown type 0 -30 !

     

    may i know how to fix this?


    after several time tried, i forgot to load it from plugin.conf. but having this tow issue.

     

    [status]: HPM: There are '2' plugins loaded, type 'plugins' to list them

    [Warning]: pc_bonus: unknown type 2061 -50 !
    [Warning]: pc_bonus: unknown type 2061 -50 !
    [Warning]: pc_bonus: unknown type 2061 -50 !
    [Warning]: pc_bonus: unknown type 2061 -50 !
    [Warning]: pc_bonus: unknown type 2061 -50 !
    [Warning]: pc_bonus: unknown type 2061 -50 !

     

    Hope someone can help.


  11. addrid(0); //attached all onine players , you have to install addrid command

    KILL variable = 0; // reset all online players' varaible

    query_sql ("UPDATE `char_reg_num_db` SET  `value` =0 WHERE  `key` = 'KILL variable' " ); //reset offline players' variable

    thanks. This made handy.


  12. Hi there,

     

    Is there any way to MASS reset players variables. For example i would like to reset KILL variable in pvp ghost npc script to default = 0 whithout needs player online.

     

    let say 10 player attached with KILL variable, i needs to reset KILL to all player without they online.

     

    is this posibble?

×
×
  • Create New...

Important Information

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