Jump to content

problem find function(server source)


Go to solution Solved by Aliremawi,

Recommended Posts

hay guys 

Im now working to add meli dragon with his system 

but I cant find this alot of thing 

and also i dont know what to do!!

so please IF any body know what I should to do

tell me please i will be mercy(sorry about my English)

so here my guild.h file

https://pastebin.com/x20BCpW7

and here what should I do and I cant find it

	// 1) Search:(this is where i cant find it in my source)
    public:
        void SetSkillLevel(DWORD dwVnum, BYTE level, BYTE point = 0);
        DWORD GetSkillPoint();
        void SetSkillPoint(BYTE point);
// 2) After this make a new line and paste:
    #ifdef __DUNGEON_FOR_GUILD__
    public:
        BYTE    GetDungeonCH() const    {return m_data.dungeon_ch;}
        long    GetDungeonMapIndex() const    {return m_data.dungeon_map;}
        bool    RequestDungeon(BYTE bChannel, long lMapIndex);
        void    RecvDungeon(BYTE bChannel, long lMapIndex);
        DWORD    GetDungeonCooldown() const    {return m_data.dungeon_cooldown;}
        bool    SetDungeonCooldown(DWORD dwTime);
        void    RecvDungeonCD(DWORD dwTime);
    #endif
	

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.