@sceon
can you please post code with mouse effect? what exact files needed to edit.
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; How do edit the mob color e.g. ChaLev = MobLev (Gray) ChaLev < MobLev 20 (Green) ChaLev < MobLev 50 ...
How do edit the mob color
e.g.
ChaLev = MobLev (Gray)
ChaLev < MobLev 20 (Green)
ChaLev < MobLev 50 (Red)
ChaLev < MobLev 100 (Purple)
How like jolin sir the EP7 source code !?
Source code:
if ( fEXP_RATE==0 ) m_dwCOLOR = CROWCOLOR::MOB_COLOR_GRAY;
else m_dwCOLOR = CROWCOLOR::MOB_COLOR_RED;
@sceon
can you please post code with mouse effect? what exact files needed to edit.
How i can use md5 password at database for this source and how to multi-client?
please tell me , thank you.
Ran Online (Running) | Dragonica (Setting Up) | Rusty Hearts (Setting Up)
RaiderZ (On Progress) | Luna+ Online (On Progress) | Iris Online (On Progress)
how about the.. hp bug where can we edit that. what i mean is instead of hp going back to zero if you reach the max hp 65335.. it will ba stock to the hp cap..
btw. what is the best usable release in the source code...
and what do mean by multi-client? just like the official serverS?
sorry for my bad english...
my answer i'm still dont know..but others already do that..
korea = you can have bonus time gauge but the pass is non-md5
china = you can have md5 pass but you cant use bonus time gauge
thailand = i dont know is this release use md5 or non-md5, and is this release have bonus time gauge or not. but as far as i know and base on my exploration, with this release you can have gameguard. but this release use different database..
thats all i know..
its mean you can open 2 client in the same pc..
Ran Online (Running) | Dragonica (Setting Up) | Rusty Hearts (Setting Up)
RaiderZ (On Progress) | Luna+ Online (On Progress) | Iris Online (On Progress)
can someone give a guide on how to add bike?
@tobets2000 you can add only the animation.. of the bike in the source code and using the hoverslot... just add the animation in the source just search it or may be it is in the same location in how to add weapon.. animation
how about mouse effect, sceon already said success . any update?
ill trade also i cant pM
my share im not sure if this si important still im posting it
HOW to disable invalid web account and make your own release with official Gameguard
then make PH buildRANPARAM::SETIDPARAM3 ( strVALUE.GetString() );
}
}
// Note : À¥·Î±×ÀÎÀ̰í cmd line param À¸·Î Àü´ÞµÇ´Â °ªÀÌ ÀÖÀ» °æ¿ì.
// °ªÀÌ Á¤È®ÇÏ°Ô ÀúÀåµÇ¾î ÀÖ´ÂÁö üũ.
if( RANPARAM::emSERVICE_TYPE==EMSERVICE_MALAYSIA_CN ||
RANPARAM::emSERVICE_TYPE==EMSERVICE_MALAYSIA_EN ||
// RANPARAM::emSERVICE_TYPE==EMSERVICE_JAPAN ||
// RANPARAM::emSERVICE_TYPE==EMSERVICE_PHILIPPINES ||
RANPARAM::emSERVICE_TYPE==EMSERVICE_VIETNAM )
{
if ( !RANPARAM::VALIDIDPARAM() )
{
MessageBox ( NULL, "Invalid web account.", "error", MB_OK );
return FALSE;
}
}
this will make you have gamegaurd and no invalid web account
the file is basic.cpp
edit:
please help on mouse effect
very hard to locate the right target
i already tried on glcharacter still makes bug
where to insert?
Last edited by ranexplorer; 13-03-12 at 05:21 AM.
can you help me sir
i search i many move code and insert
i also read cursor.h and .cpp
but cant know what to do
and where to start
please share like what geger009 do like steps
edit:
i guess the sharing already stop T_T
Last edited by ranexplorer; 13-03-12 at 12:09 PM.
@ranexplorer
what bug that you encounter when you add mouse effect??
Ran Online (Running) | Dragonica (Setting Up) | Rusty Hearts (Setting Up)
RaiderZ (On Progress) | Luna+ Online (On Progress) | Iris Online (On Progress)
the effect dont show
when i click on ground the character teleport to where my mouse was click
where you add it??i mean which part you put that code??in what function??
Ran Online (Running) | Dragonica (Setting Up) | Rusty Hearts (Setting Up)
RaiderZ (On Progress) | Luna+ Online (On Progress) | Iris Online (On Progress)
this is my problem
and the movement of the character is always walking sideways T_T
edit:
when character walk , motion if forward, but image is sideward
hard to explain
whats wrong??
i inserted in case GLAT_MOVE:
in GLCharacter.cpp
Note: i already solve the teleport problem this is now my latest problem
ill compile again
hope i think is right
EDIT:
movement solved
now how to fix the many many mouse effect?
mouse effect dont disappear
im closer now..
i cant understand T_T
any idea how to switch off
the effect when char reach the point?
any idea how?
i follow like money glow delete effect as my guide
but cant make it work
edit:
i know all of you know this already
Currently Active Users Viewing This Thread: 6 (6 members and 0 guests)
ranexplorer, zentrixph, sceon+, tobets2000+, IsamaII, PrinceOfPersia2
any hint
i know you all pro
Last edited by ranexplorer; 13-03-12 at 02:08 PM.