Jump to content

HILO

Members
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About HILO

  • Rank
    Cabin Boy

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, I was just wondering if anyone experienced this bug before: Mentor get reputation from disciples, but sometimes at certain levels it stop giving it, especially between lv70-80. Note that the bug doesn't happen always, and also doesn't happen for all players and all their disciples. I've checked the reputation (Mentor / disciple) script, looks fine, edited few times, and back the original one, still same. some said it might be cause of the level jump, but sometimes bug happen even before that. Any ideas?
  2. Added the cloak gems before, but didn't notice the error before, and those gems aren't even used on server now.
  3. Hi, I've been getting this error on lua_err.log, Anyone have a clue? here is the code: StoneInfo[0]=0 StoneInfo[1]=0 StoneInfo[2]=0 StoneLv[0]=0 StoneLv[1]=0 StoneLv[2]=0 StoneInfo[0],StoneInfo[1],StoneInfo[2],StoneLv[0],StoneLv[1],StoneLv[2] = CheckStoneInfo ( Num ) local AddCheck = 0 local i = 0 local j = 0 for i = 0 , 2 , 1 do if StoneInfo [i] ~= nil and StoneInfo [i] ~=0 then if StoneAttrType[StoneInfo [i]] == ITEMATTR_VAL_MNATK then local Itemattr_Type1 = StoneAttrType[StoneInfo [i]] local Itemattr_Type2 = Itemattr_Type1 + 1 local ItemAttrEff = 0 local num_stone=0 local lv_stone=0 if StoneLv[i]>0 and StoneLv[i]<=9 then lv_stone=StoneLv[i] end if StoneInfo [i]>=0 and StoneInfo [i]<=StoneEff_Num then num_stone=StoneInfo [i] ItemAttrEff =StoneEff [num_stone] * lv_stone end AddCheck = AddItemFinalAttr ( Item , Itemattr_Type1 , ItemAttrEff ) if AddCheck == 0 then LG("check_item_final","AddCheck Failed") end AddCheck = AddItemFinalAttr ( Item , Itemattr_Type2 , ItemAttrEff ) if AddCheck == 0 then LG("check_item_final","AddCheck Failed") end else local Itemattr_Type = StoneAttrType[StoneInfo [i]] local ItemAttrEff = 0 local num_stone=0 local lv_stone=0 if StoneLv[i]>0 and StoneLv[i]<=9 then lv_stone=StoneLv[i] end if StoneInfo [i]>=0 and StoneInfo [i]<=StoneEff_Num then num_stone=StoneInfo [i] ItemAttrEff =StoneEff [num_stone] * lv_stone -- this is the line mentioned on log. end AddCheck = AddItemFinalAttr ( Item , Itemattr_Type , ItemAttrEff ) if AddCheck == 0 then LG("check_item_final","AddCheck Failed") end end end end end
  4. This one, you can test it.
  5. Used similar one, It does not remove lv4 gems, but If you have x9 lv1 gems they will be removed and you get x1 lv4 It works with x8 lv1 gems, but if u have x9 it'll take them all. or for example if you have x16 gems and wanna make x2 lv4 gems, it will take x9 for the 1st lv4 gem, and all you have left is x7 lv1 gems + x1 lv4 gem. That is the issue I figured out so far.
  6. HILO

    Fastpanel tricks

    Great one, and that for sure will be useful.
  7. HILO

    Boss Respawn NPC

    damn, that's why I asked which hook is needed first? and where may I get it In case I don't have?
  8. HILO

    Boss Respawn NPC

    this is the line: Hook:AddPreHook("GetExp_PKM",BossRecord.CheckDead) I have the GetExp_PKM already loaded.
  9. HILO

    Boss Respawn NPC

    I keep getting this error, is there anything i'm messing?
  10. HILO

    Boss Respawn NPC

    Great release, but May I ask which hook is required for this?
  11. Great release, sad coz i hope we had chance to get this like 2 years ago
×
×
  • Create New...