Jump to content

avertuss

Inactive Member
  • Posts

    480
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by avertuss

  1. @koray

    0531 18:13:07040 :: Traceback (most recent call last):
    
    0531 18:13:07040 ::   File "switcher.py", line 305, in OnPressEscapeKey
    
    0531 18:13:07040 ::   File "switcher.py", line 300, in Close
    
    0531 18:13:07040 :: AttributeError
    0531 18:13:07040 :: : 
    0531 18:13:07040 :: 'module' object has no attribute 'Destroy'
    0531 18:13:07040 :: 
    
  2. Hi, I have 3 sub-channels. One of the city's second-in gain experience and 3 under the dungeons. The problem is that it only works on a quest ch1. On the other carries the dungeon and nothing happens. Any solutions? My config ch13 and ch23:

    ch13

    HOSTNAME: channel13
    CHANNEL: 1
    PORT: 13090
    P2P_PORT: 14090
    DB_PORT: 15000
    DB_ADDR: localhost
    MAP_ALLOW: 272 209 207 251 235 236 238 261 271
    

    ch23
     

    HOSTNAME: channel23
    CHANNEL: 2
    PORT: 13091
    P2P_PORT: 14091
    DB_PORT: 15000
    DB_ADDR: localhost
    MAP_ALLOW: 272 209 207 251 235 236 238 261 271
    
  3. Hi. I have little problem: 

    http://scr.hu/409p/ao3qp
    
    
    PyObject * playerGetElk(PyObject* poSelf, PyObject* poArgs)
    {
    	return PyLong_FromUnsignedLongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD));
    } 
    
    
    if text and text.isdigit():
    			try:
    				money = ull(text)
    			except ValueError:
    				money = 9999999999
    
    unsigned long long CHARACTER::GetAllowedGold() const
    
    
    unsigned long long			gold;
    
    // Money related
    		unsigned long long				GetGold() const		{ return m_points.gold;	}
    		void			SetGold(unsigned long long gold)	{ m_points.gold = gold;	}
    		bool			DropGold(INT gold);
    		unsigned long long				GetAllowedGold() const;
    		void			GiveGold(INT iAmount);	// 파티가 있으면 파티 분배, 로그 등의 처리
    		// End of Money
    
    
    http://scr.hu/409p/ypzfm
    
    

    I don't have to choose unsigned long long i mysql. Where is wrong? 

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