Jump to content

WeedHex

Premium
  • Posts

    1544
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Community Answers

  1. WeedHex's post in Experience rates permanently was marked as the answer   
    SQL from: priv_settings.sql
    IN GAME by command: do_priv_empire
    LUA: __give_empire_priv()
     
    ARGS IN ORDER: KINGDOM, BONUSTYPE, QUANTITY, DURATION
  2. WeedHex's post in [PAYMENT HELP] Find skill error was marked as the answer   
    GameWindow.Open - <type 'exceptions.RuntimeError'>:skill.GetSkillType - Failed to find skill by 112  
  3. WeedHex's post in add affect remove affect was marked as the answer   
    char_affect.cpp
    load_affect_login_event
    void CHARACTER::LoadAffect(DWORD dwCount, TPacketAffectElement * pElements)
  4. WeedHex's post in Ninja Bug was marked as the answer   
    Solved, can close the post
  5. WeedHex's post in void sell was marked as the answer   
    You can't both declare and define a member function inside the class definition.
    #include "check_server.h"  things in the cpp file.
  6. WeedHex's post in Bug Buffs Shaman was marked as the answer   
    Are you sure???   I dont.
     
    LPCHARACTER pkVictim
  7. WeedHex's post in Help Bug shaman was marked as the answer   
    Stolen Source, i know the owner...
    If you want solution i'll ask 20 Euro.
  8. WeedHex's post in Compile game error shop offline was marked as the answer   
    Packet.h is included so i  think that the problem is on  packet.h.
    Share also it please.
  9. WeedHex's post in Sash absorbing 100% was marked as the answer   
    Wrong mathematical calculation of the percentage before computepoints.
    item.cpp should be the problem.
  10. WeedHex's post in 2 bonus on stones was marked as the answer   
    def AppendMetinInformation(self):
            for i in xrange(item.ITEM_APPLY_MAX_NUM):
                (affectType, affectValue) = item.GetAffect(i)
                affectString = self.__GetAffectString(affectType, affectValue)
                if affectString:
                    self.AppendTextLine(affectString, self.GetChangeTextLineColor(affectValue))
     
    TRY LIKE THIS
  11. WeedHex's post in problem in Removal player was marked as the answer   
    Go to  ../share/db/config.txt and edit ->
    PLAYER_DELETE_LEVEL_LIMIT    = 106
     
    I hope that you have it. 
     
    Thank u 4 +1, Regards
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.