Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by Sponglogix

  1. S

    Nanus FlyFF

    re: [VS17/VS22] Nanus Flyff check crash log in client. :) should give you the answer i believe.
  2. S

    Problem with GoW VIP System

    Thank you for the quick reply but yep. i've added all this. im not sure if i made a mistake with this [m_szVipEndTime] [varchar](13) COLLATE Latin1_General_CI_AS NULL, -- VIPSTUFF Thats what i added like this: ALTER TABLE dbo.CHARACTER_TBL ADD m_szVipEndTime varchar (13); EDIT: Oh i found...
  3. S

    Problem with GoW VIP System

    Hello everyone. I've got a Problem. I tried to Implement the VIP System from Giants of War Source, in source everything is fine, all server's are compiling and starting, my neuz is starting But i think i did something wrong with the Database. When i try to log in to the WorldServer my...
  4. S

    Nanus FlyFF

    re: [VS17/VS22] Nanus Flyff i'll fixed it already. theres a error in the WndWikiItems.cpp, somewhere inside its m_pCreate = new CWndWikiCreate(); has to be changed to m_pCreate = new CWndCreateItems(); some friendly guy on discord helped me out with this.
  5. S

    Nanus FlyFF

    re: [VS17/VS22] Nanus Flyff yep, but its not included in these files.
  6. S

    Nanus FlyFF

    re: [VS17/VS22] Nanus Flyff Inside the Source is a Item Wiki, tried to implement it but im missing a File "WikiItems.inc" its including in the system but idk where do i get this file from
  7. S

    [Release] Achievement

    thanks for the release but how the hell do we add this? x)
  8. S

    ITEM_WIKI Problem

    well, i did this yet, got no error, how do you know it would work like that? but well, its actually not working, or i dont know how to use it. i checked the code if i find anything else i have to add or stuff but the quick sell is not doing anything #ifdef __QUICK_SELL case...
  9. S

    ITEM_WIKI Problem

    thanks but i removed it already now because i have to much errors with this poop now. i have another is no member thingy, does it work the same way? i have now "GetItemCount" is no member from "CItemContainer<CItemElem> if (fTmpGold >= 2100000000) { int nCount =...
  10. S

    Roika Classic (Website)

    damn ketchup you rock, you rly the only one giving us noobs stuff. x) i go and thank every new topic from you. you make great work.
  11. S

    ITEM_WIKI Problem

    Hello guys, i tried to implement the item wiki to my source but i encounter 1 error. "GetItemEquipped" is not a member of "CSetItem" any idea on how i add it as a member? i have absolutly no clue. #ifdef __WIKI_ITEMS void CWndMgr::PutSetItemOptWiki(CMover* pMover, CItemElem* pItemElem...
  12. S

    Items Duration

    IK3_VENDING not declared, where do i have to declare it? :)
  13. S

    Custom HP Bar

    nice release, sad how you are the only one keeping up the pserver section alive :D
  14. S

    Loot Name & Count

    thanks its already fine fixed it already! :) just didnt added __not_worth_15euro right... ^^ was just dumb. anyway could maybe explain me shortly how i grab stuff out of a source? like how do i know where stuff is changed for this system? when i type the name from the #define it only shows the...
  15. S

    Loot Name & Count

    Re: Loot Name &amp; Count no i didnt, have to figure out how guieditor works now, thanks. :) this update wasnt there when i added the feature is there any tutorial how to use this gui editor? wtf i can't manage to find a way how do i add one more point for the option. i opened the options...
Back
Top