Jump to content

kieranFMT2

Inactive Member
  • Posts

    334
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by kieranFMT2

  1. Can anyone tell me how to fix this?

    In file included from vip.cpp:5:
    vip.h:11: error: ISO C++ forbids declaration of 'TVIPTable' with no type
    vip.h:11: error: expected ';' before '*' token
    vip.h:12: error: 'TVIPTable' has not been declared
    vip.h:19: error: 'TVIPTable' was not declared in this scope
    vip.h:19: error: template argument 2 is invalid
    vip.h:19: error: template argument 4 is invalid
    vip.cpp: In member function 'void CVIPManager::Initialize()':
    vip.cpp:20: error: request for member 'clear' in '((CVIPManager*)this)->CVIPManager::m_map_pkVIP', which is of non-class type 'int'
    vip.cpp: In member function 'void CVIPManager::ClearVIPTable()':
    vip.cpp:30: error: request for member 'empty' in '((CVIPManager*)this)->CVIPManager::m_map_pkVIP', which is of non-class type 'int'
    vip.cpp:32: error: request for member 'clear' in '((CVIPManager*)this)->CVIPManager::m_map_pkVIP', which is of non-class type 'int'
    vip.cpp: At global scope:
    vip.cpp:36: error: prototype for 'bool CVIPManager::InsertVIP(TVIPTable*)' does not match any in class 'CVIPManager'
    vip.h:12: error: candidate is: bool CVIPManager::InsertVIP(int*)
    vip.cpp: In member function 'bool CVIPManager::InsertVIP(TVIPTable*)':
    vip.cpp:38: error: request for member 'insert' in '((CVIPManager*)this)->CVIPManager::m_map_pkVIP', which is of non-class type 'int'
    vip.cpp: At global scope:
    vip.cpp:42: error: no 'TVIPTable* CVIPManager::FindVIP(int)' member function declared in class 'CVIPManager'
    vip.cpp: In member function 'TVIPTable* CVIPManager::FindVIP(int)':
    vip.cpp:44: error: ISO C++ forbids declaration of 'it' with no type
    vip.cpp:44: error: request for member 'find' in '((CVIPManager*)this)->CVIPManager::m_map_pkVIP', which is of non-class type 'int'
    vip.cpp:46: error: request for member 'end' in '((CVIPManager*)this)->CVIPManager::m_map_pkVIP', which is of non-class type 'int'
    vip.cpp:51: error: base operand of '->' is not a pointer
    vip.cpp: In member function 'void CVIPManager::GiveEffects(CHARACTER*)':
    vip.cpp:61: error: ISO C++ forbids declaration of 'it' with no type
    vip.cpp:61: error: request for member 'begin' in '((CVIPManager*)this)->CVIPManager::m_map_pkVIP', which is of non-class type 'int'
    vip.cpp:63: error: request for member 'end' in '((CVIPManager*)this)->CVIPManager::m_map_pkVIP', which is of non-class type 'int'
    vip.cpp:65: error: base operand of '->' is not a pointer
    gmake: *** [OBJDIR_GAME/vip.o] Error 1
    gmake: *** Waiting for unfinished jobs....

     

  2. Still does not work for me.

    Quote
    
    			if app.ENABLE_SASH_SYSTEM:
    				slotNumberChecked = 0
    				if not constInfo.IS_AUTO_POTION(itemVnum):
    					if app.ENABLE_HIGHLIGHT_SYSTEM:
    						if not slotNumber in self.listHighlightedSlot:
    							self.wndItem.DeactivateSlot(i)
    					else:
    						self.wndItem.DeactivateSlot(i)
    				
    				for j in xrange(sash.WINDOW_MAX_MATERIALS):
    					(isHere, iCell) = sash.GetAttachedItem(j)
    					if isHere:
    						if iCell == slotNumber:
    							self.wndItem.ActivateSlot(i, (36.00 / 255.0), (222.00 / 255.0), (3.00 / 255.0), 1.0)
    							if not slotNumber in self.listAttachedSashs:
    								self.listAttachedSashs.append(slotNumber)
    							
    							slotNumberChecked = 1
    					else:
    						if slotNumber in self.listAttachedSashs and not slotNumberChecked:
    							self.wndItem.DeactivateSlot(i)
    							self.listAttachedSashs.remove(slotNumber)
    							
    				if itemVnum >= 53001 and itemVnum <= 5326:
    					metinSocket = [player.GetItemMetinSocket(slotNumber, j) for j in xrange(player.METIN_SOCKET_MAX_NUM)]
    
    					if slotNumber >= player.INVENTORY_PAGE_SIZE*self.inventoryPageIndex:
    						slotNumber -= player.INVENTORY_PAGE_SIZE*self.inventoryPageIndex
    					
    					isActivated = 0 != metinSocket[3]
    					if isActivated:
    						self.wndItem.ActivateSlot(slotNumber)
    					else:
    						self.wndItem.DeactivateSlot(slotNumber)

     

     

  3. Ok now i have solved this error however when i go to open the shop it dc's the client and shows this error on serverside syserr

    SYSERR: Aug 17 00:29:16.67143 :: Process: UNKNOWN HEADER: 38, LAST HEADER: 0(0), REMAIN BYTES: 67, fd: 19
    SYSERR: Aug 17 00:29:16.345463 :: Process: UNKNOWN HEADER: 245, LAST HEADER: 0(0), REMAIN BYTES: 84, fd: 19

    Anyone know why this is or where this error could be?

    They seem to change everyime i try or maybe because i tried opening private shop in the timeout option rather than 2 days

    SYSERR: Aug 17 00:21:59.620214 :: Process: UNKNOWN HEADER: 165, LAST HEADER: 0(0), REMAIN BYTES: 67, fd: 19
    SYSERR: Aug 17 00:21:59.939591 :: Process: UNKNOWN HEADER: 173, LAST HEADER: 0(0), REMAIN BYTES: 84, fd: 19
    SYSERR: Aug 17 00:22:00.259761 :: Process: UNKNOWN HEADER: 229, LAST HEADER: 0(0), REMAIN BYTES: 101, fd: 19

     

  4. #Update 

    Now this error is apparent in python

    0816 00:37:25411 :: Traceback (most recent call last):
    
    0816 00:37:25411 ::   File "ui.py", line 1488, in CallEvent
    
    0816 00:37:25411 ::   File "ui.py", line 134, in __call__
    
    0816 00:37:25411 ::   File "ui.py", line 116, in __call__
    
    0816 00:37:25411 ::   File "uinewshop.py", line 122, in CreateShop
    
    0816 00:37:25412 :: IndexError
    0816 00:37:25412 :: : 
    0816 00:37:25412 :: list index out of range
    0816 00:37:25412 :: 
  5. Hey there,

    So i finally manage to compile the offlineshop in the game source. Ingame there is something wrong and i dont know what there is no syserror.

    vN5Beab.png

     

    The only thing related to this offlineshop is a line in core syserr

    
    SYSERR: Aug 15 21:10:34.639058 :: SetShopItems: not enough shop window
    
  6.  

    Good afternoon,

    I can not open a private shop on my game. When i click bundle the dialog shows up like set name and put items in but when i am finished with that and go to press open shop it just closes window and does nothing i checked syserr from client and checked syslogs etc from core and there is no evidence of an error relating to private shop so i am guessing it has something to do with the src. I am trying to remove offlineshop from my game when i realised this error. I even checked with the offline shop still implemented and didn't work. I am quite sure it has something to do with game src but i dont know what exactly. Can anyone help me or give me a few areas to check? 

    Thanks

  7. 10 minutes ago, MrQuin said:

    Wow your are genius, Thank god you told me!
    If i know how to make it myself i wouldn't post it here!
    Just like you had problems like :

     

     

     

    Wow are you proud of yourself? These are actual issues that i experienced while trying to add an interface for metin2 (not illumina and not this). What your looking for here someone can make on paint.net and sell it to you for how much he likes but if that is your choice so be it

  8. Just now, emanuel said:

    Why you judge because im romanian? You think all romanian its The same? Shang can come here to confirm i buy from him, dont judge next Time like this 

    Shang has no reason not to reply apart from the fact that the script is stolen and your trying to get free help from him. All you ro's are the same you take take take but dont actually make anything yourself. If there was a genuine issue here i am sure Shang would of already replied on this topic by now. Now going with my theory that these scripts are stolen because thats the only reason why it wouldnt work and shang wouldn't reply to you. Why dont u go harass some people on these low Ro forums

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