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 dmc0105

  1. dmc0105

    wing error color white

    Missing texture files. hex cps and find which dds/tga and search your textures folder.
  2. dmc0105

    How to add some extra function on Source Code (Newbie Coder)

    Will do... Later... For the mean time if u wanna play around its in UIItemInfoLoader.cpp
  3. dmc0105

    Guild Maze War Event Script

    GUIDANCE_MAP = 22,0 <--- Not Recomended... This will make ur player can control market tax price...
  4. dmc0105

    How to add some extra function on Source Code (Newbie Coder)

    This will only make game.exe read files from default.charclass... Its useful when u wanna make new setting read from default.charclass
  5. dmc0105

    [Your PC Specs]

    CPU: Intel Core i7-2600K CPU @ 4.5Ghz OC GPU: Gigabyte Geforce GTX580 1.5GB MOBO: Asrock Extreme 4 Gen 3 RAM: G.Skill Ripjaws Z 1600Mhz 4 x 4GB HDD #1: Intel x25-m G2 160GB SSD HDD #2: Samsung Spinpoint F3 1TB 7200RPM HDD #3: Western Digital AV-GP 2TB 7200RPM ODD: Bluray DVD/RW Combo COOLER...
  6. dmc0105

    RaceRan Client skill bug

    Ur skillbook skill code doesnt sync with original skill code... In other words,the skill book is not really Lvl 177[Floting Fire] book...
  7. dmc0105

    Help! Pet have no Animation shared by Sir Seifer

    If u change just replace chf in skinobject.rcc it wont help... U need to open mobeditor > select the pet > choose chf > open next page and choose the animation...
  8. dmc0105

    How to add some extra function on Source Code (Newbie Coder)

    How to change folder location/name Like ran2,they have RData instead of data...This is where u do that... Enginelib > Common > SUBPATH.cpp TCHAR CACHE[MAX_PATH] = _T("\\cache\\"); TCHAR OBJ_FILE_ROOT[MAX_PATH] = _T("\\Data\\"); TCHAR OBJ_FILE_EDIT[MAX_PATH] = _T("\\Data\\Editor\\")...
  9. dmc0105

    [Discussion] Ran Online New Class?

    Maybe if u guys spend ur time reading u wont be asking that question?
  10. dmc0105

    How to add some extra function on Source Code (Newbie Coder)

    Im not developing that at the moment... Its not a must have feature for me... Priority goes for other projects... Sry... Really hoping someone would share the packet hack fix(or at least guide me where to edit n i'll do the rest myself)...
  11. dmc0105

    [Share] New Color Source Code Upgrade +16 — +20 [source developer]

    Re: [Share] New Color Source Code Upgrade +16 — +20 This is just for source code... Not for .exe...
  12. dmc0105

    How to add some extra function on Source Code (Newbie Coder)

    Editing MOB/NPC name colour RanClientLib > G-Logic > Client > ClientCrow > GLCrowRenList.cpp void CROWREN::SETTYPEFLAG ( GLCharacter *pMYCHAR, GLCrowClient *pCROW ) { EMCROW emCROW = pCROW->GETCROW(); if ( emCROW == CROW_NPC ) m_dwCOLOR = NS_UITEXTCOLOR::ORANGE; <--- NPC name color else...
  13. dmc0105

    How to add some extra function on Source Code (Newbie Coder)

    This is not really for beginner... Even if u just take and paste it inside ur source,there is still too many files need to be edited on ur client side... No harm trying though... For those who want to play with text color u can check out RanClientUILib > Interface > UITextControl.h
  14. dmc0105

    Weird Problem, HELP!

    Clear enough?
  15. dmc0105

    Weird Problem, HELP!

    Just change the req from INT to SPR... If this files isnt yours,might be the server that u leech from using that INT stat as REBORN...
Back
Top