Jump to content

Andy

Advanced members
  • Content Count

    70
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Andy

  1. you can buy it from @V3ct0r
  2. Andy

    gate server

    this happens when players are farming or using cheat engine.
  3. may this help. Open up your forge.lua and look for this function: can_fusion_item_main ( Table ) Inside that function look for: local Item_Shuxing = GetChaItem ( role , 2 , ItemBag [2] ) --ÊôÐÔµÀ¾ßÖ¸Õë After that, add this: if GetItemAttr(Item_Waiguan, ITEMATTR_VAL_FUSIONID) ~= 0 then BickerNotice(role, "Apparel has an equipment already fused to it. Unable to fuse again!") return 0 end
  4. Andy

    Sea Commerce

    some function is changed in the GameServer(136), (may the TradeBerthList) because if you use old gameserver(1.35), cargo trade function works fine...
  5. Andy

    Admiral Cloak

    seems like no one wants help here. so i will . hope this works for you. add anywhere on functions.lua function RemoveStats( role ) RemoveState(role, STATE_BBRING1) RemoveState(role, STATE_BBRING2) RemoveState(role, STATE_BBRING3) RemoveState(role, STATE_BBRING4) RemoveState(role, STATE_BBRING5) RemoveState(role, STATE_BBRING6) RemoveState(role, STATE_BBRING7) RemoveState(role, marriage ) RemoveState(role, STATE_VIPNECK) RemoveState(role, STATE_CAPE1) RemoveState(role, STATE_CAPE2) RemoveState(role, STATE_CAPE3) RemoveState(role, STATE_CAPE4) RemoveState(role, STATE_SWING) end then add this to fairy possesion skill ( skilleffect.lua RemoveStats(role) for example: -- if Part1 ==1 then ------Åж϶þת¾«Áé local star=0 local statelv=lv_JL*0.025*(sklv+1)*0.05 ----lv*1/40*(skilllv+1)/2*0.1 if Item_ID ==232 then -------------Á¦Ö®¾«Áé RemoveStats(role) --local star = GetChaAttr( role , ATTR_BSTR )*statelv local star = lv_JL SetCharaAttr(star ,role , ATTR_STATEV_STR) end if Item_ID ==233 then -------------ÌåÖ®¾«Áé RemoveStats(role) --local star = GetChaAttr( role , ATTR_BCON )*statelv local star = lv_JL SetCharaAttr(star ,role , ATTR_STATEV_CON) end if Item_ID ==234 then -------------ÉñÖ®¾«Áé RemoveStats(role) --local star = GetChaAttr( role , ATTR_BSTA )*statelv local star = lv_JL SetCharaAttr(star ,role , ATTR_STATEV_STA) end if Item_ID ==235 then -------------ר֮¾«Áé RemoveStats(role) --local star = GetChaAttr( role , ATTR_BDEX )*statelv local star = lv_JL SetCharaAttr(star ,role , ATTR_STATEV_DEX) end if Item_ID ==236 then -------------ÃôÖ®¾«Áé -- RemoveStats(role) --local star = GetChaAttr( role , ATTR_BAGI )*statelv local star = lv_JL SetCharaAttr(star ,role , ATTR_STATEV_AGI) end --if Item_ID ==237 then -------------а֮¾«Áé --end if Item_ID ==231 or Item_ID ==681 then -------------ÔËÖ®¾«ÁéºÍĦ¶¹Ð¡×Ó¶þÊÀ RemoveStats(role) --local star = lv_JL local star1 = GetChaAttr( role , ATTR_BMF ) local star = GetChaAttr( role , ATTR_BMF )*lv_JL*0.02 local star2=star+star1 --SystemNotice ( role , "Character current MF is "..star1 ) --SystemNotice ( role , "Character current MF set as "..star2 ) SetCharaAttr(star ,role , ATTR_STATEV_MF) end if Item_ID ==681 then -------------Ħ¶¹Ð¡×Ó¶þÊÀ RemoveStats(role) if str~=nil and str~=0 then SetCharaAttr(str ,role , ATTR_STATEV_STR) end if con~=nil and con~=0 then SetCharaAttr(con ,role , ATTR_STATEV_CON) end if sta~=nil and sta~=0 then SetCharaAttr(sta ,role , ATTR_STATEV_STA) end if dex~=nil and dex~=0 then SetCharaAttr(dex ,role , ATTR_STATEV_DEX) end if agi~=nil and agi~=0 then SetCharaAttr(agi ,role , ATTR_STATEV_AGI) end end -- and function State_JLFT_Rem (role , sklv ) RemoveStats(role) -- SetCharaAttr(0 ,role , ATTR_STATEV_STR) SetCharaAttr(0 ,role , ATTR_STATEV_CON) SetCharaAttr(0 ,role , ATTR_STATEV_STA) SetCharaAttr(0 ,role , ATTR_STATEV_DEX) SetCharaAttr(0 ,role , ATTR_STATEV_AGI) SetCharaAttr(0 ,role , ATTR_STATEV_MF) ALLExAttrSet(role) end
  6. cheat engine maybe? put an cd on every item that can be abused.
  7. if im not wrong, is server side, but theres some pots are client side .o.0
  8. well the best answer are " try fix yourself" i have no idea about your problem , but you can try fix yourself by loggingon the server you play with a fresh client ( yes top1 fresh client) andno tweaks, and see how it works... you can try run game without effects also, by deleting sceneffectinfo
  9. Andy

    [GUIDE] Daily Prize

    try use normal serialize? instead of xtacy one
  10. (this is not a guide) Hello im here to show you people one way to make your own anti tweak (checksum starter) Files Are Open Source Code. and can be use for everyone. Configure your Server: https://github.com/Nihlus/Launchpad/wiki/Game-Developer-Quickstart Make your Starter/Installer: https://github.com/Nihlus/Launchpad/wiki/Distributing-Launchpad-on-Windows The hard part is disable or hide startgame from your client (game.exe) to prevent byspass by users. ( i wont explain how) Source: https://github.com/Nihlus/Launchpad/wiki
  11. are you using edited gameserver or something is wrong with your database.
  12. wrong game.exe what client are you using=?
  13. @johan accountserver db/ account_details table/ credit column
×
×
  • Create New...