How to declare the item type for example SLOT_WING;![]()
This is a discussion on How to add some extra function on Source Code (Newbie Coder) within the Ran Development forums, part of the Ran Online category; i was about to post this good thing you do anyone got complete mouse effect? if you do geger post ...
i was about to post this
good thing you do
anyone got complete mouse effect?
if you do geger post
you can still get the key
if you will not encrypt your game.exe
How to declare the item type for example SLOT_WING;![]()
hi , can someone tell me which 1 files for level up system ? every time level up +1 level , please explain it how it is work , if got many files please list ya ( im newbie coder)
* Not effect for level up
![]()
Sir .. May i know how to see this ?
RanClientLib > G-Logic > Client > ClientCrow > GLCrowRenList.cpp
@the eliter
Are you sure that is ARBG color? because I search on Google has no hint, what I found is just RBG color, ARGB color, no results for ARBG.
hey...erm...uhh...anyone know how to change the loading screen?
Last edited by SeiferXIII; 27-05-12 at 06:00 PM.
RaGEZONE Ran Online Encyclopedia
"very helpful for " How to do this & that " people like ME ^_^"
____________________________________________~Bianx
"It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
_______________________________________________________________________________~aishahot
"Haven't tried it yet but this release is quite interesting."
______________________________________~Acruno
^^ 70%
@geger009
help me for gunner to back
![]()
Last edited by SeiferXIII; 27-05-12 at 06:02 PM.
RaGEZONE Ran Online Encyclopedia
"very helpful for " How to do this & that " people like ME ^_^"
____________________________________________~Bianx
"It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
_______________________________________________________________________________~aishahot
"Haven't tried it yet but this release is quite interesting."
______________________________________~Acruno
he mean you must make that code become comment so that code didnt active anymore..make it like this..
add "/*" (without ") in if statement and add "*/" (without ") in the end of if statement..so that code not active anymore..Code:/*#if defined(KR_PARAM) || defined(KRT_PARAM) { // Note : ´ÙÀ½ °ÔÀÓ ÆÄ¶ó¸ÞŸ È®ÀÎ. // CDaumGameParameter cDGP; char szParameter[MAX_DGPARAMETER_LENGTH]; if ( cDGP.Get ( _T("Parameter"), szParameter, MAX_DGPARAMETER_LENGTH ) == FALSE ) { MessageBox ( NULL, _T("À¥¿¡¼ ½ÇÇàÇØÁֽʽÿÀ."), _T("¶õ¿Â¶óÀÎ"), MB_OK ); return FALSE; } //MessageBox ( NULL, szParameter, "key", MB_OK ); RANPARAM::SETIDPARAM ( szParameter ); // userid´Â ÀÓÀÇ·Î ÁöÁ¤. ( °ÔÀÓ ¿É¼Ç ÀúÀå¿ë. ) RANPARAM::SETUSERID ( "userid" ); // ´ÙÀ½ °ÔÀÓ ÆÄ¶ó¸ÞŸÀÇ ³»¿ëÀ» Áö¿öÁÝ´Ï´Ù. cDGP.Empty(); } #endif*/
@geger009
How to make Gunner need bullet to shoot? because my gunner no bullet also can shoot.![]()
RaGEZONE Ran Online Encyclopedia
"very helpful for " How to do this & that " people like ME ^_^"
____________________________________________~Bianx
"It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
_______________________________________________________________________________~aishahot
"Haven't tried it yet but this release is quite interesting."
______________________________________~Acruno
Last edited by Vision; 07-06-12 at 10:40 PM. Reason: Merge Post
RaGEZONE Ran Online Encyclopedia
"very helpful for " How to do this & that " people like ME ^_^"
____________________________________________~Bianx
"It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
_______________________________________________________________________________~aishahot
"Haven't tried it yet but this release is quite interesting."
______________________________________~Acruno
Because Release_Korea their Login is on Launcher, Release_China is Login in game, so you need to change the login to Release_china
in Basic.cpp quote
Code:#if defined(KR_PARAM) || defined(KRT_PARAM) { // Note : ′ùའ°Ôàó ÆÄ¶ó¸TŸ è®àÎ. // CDaumGameParameter cDGP; char szParameter[MAX_DGPARAMETER_LENGTH]; if ( cDGP.Get ( _T("Parameter"), szParameter, MAX_DGPARAMETER_LENGTH ) == FALSE ) { MessageBox ( NULL, _T("ॿ¡¼- ½ÇÇàÇØáÖ½ê½Ã¿à."), _T("¶õ¿Â¶óàÎ"), MB_OK ); return FALSE; } //MessageBox ( NULL, szParameter, "key", MB_OK ); RANPARAM::SETIDPARAM ( szParameter ); // userid′ àóàÇ·Î áöá¤. ( °Ôàó ¿é¼Ç àúàå¿ë. ) RANPARAM::SETUSERID ( "userid" ); // ′ùའ°Ôàó ÆÄ¶ó¸TŸàÇ 3»¿ëà» áö¿öáY′Ï′ù. cDGP.Empty(); } #endif
RaGEZONE Ran Online Encyclopedia
"very helpful for " How to do this & that " people like ME ^_^"
____________________________________________~Bianx
"It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
_______________________________________________________________________________~aishahot
"Haven't tried it yet but this release is quite interesting."
______________________________________~Acruno