-
Posts
185 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Gerome
-
Solved! any one encounter this kind of problem?
Gerome replied to RN1986's question in General Support
what revision you are using ? -
something wrong w/ your script.. i Guess Console error should output like this.. [Error]: script_rid2sd: fatal error! player not attached! [Debug]: Source (NPC): name script at <map_name> (<X-coordinate>,<y-coordiante>) look closer to your script check it one by one. maybe you a have script that will return a char name, or that will return something..w/c offline, or not Exists.
-
What version you've used ? the one who handles the patcher information is .dat file. after patching the information (last patch data) it will save to your .dat file config.ini //status_file - [Relative Address] //It used to store information such as last patch id etc, status_file=YourRO.dat
-
failed to pactherlist.txt
Gerome replied to windows99's topic in Tulong para sa 3rd Party Application
paste you neoncube.ini config here.. http://eathena.ws/wiki/index.php?title=NeonCube creating a patch in Neoncube - Video Guide -
Guys patulong about FluxCP
Gerome replied to Ragnar Lothbrok's topic in Tulong para sa 3rd Party Application
condif/appilication.php 'AllowMD5PasswordSearch' => false, 'ReallyAllowMD5PasswordSearch' => false, // Are you POSITIVELY sure? config/server.php // Login server configuration. 'LoginServer' => array( 'Address' => '127.0.0.1', 'Port' => 6900, 'UseMD5' => false, 'NoCase' => true, // eA account case-sensitivity; Default: Case-INsensitive (true). 'Level' => 0, // Default account level during registration. //'Database' => 'ragnarok' ), -
the Custom item is working find right ? i mean you don't have any problems w/ your Custom item. it doesnt error ?
-
I gues its not the modules.. Something wrong with your themes.. you said that it works perfectly w/ the default themes right ?
-
// The rate a homunculus will get friendly by feeding it. (Note 2) homunculus_friendly_rate: 100 make it more than 100 even 999999 just try if it will work.
-
Flux-CP Addon V4P, problem with voting sites listing!
Gerome replied to Keitaro Urashima's question in Web Support
Hello Guys.. its hard to solve cause i can't produce the same problem with you! I solved wills Vote 4 Points because we used TeamViewer .. -
Issue with the email confirmation using FluxCP
Gerome replied to Peopleperson49's question in Web Support
just use php mail.. it will work 100% if your host allow that.. smtp is a second option [color=#008800]'RequireEmailConfirm'[/color][color=#000000] [/color][color=#666600]=>[/color][color=#000000] [/color][color=#000088]true[/color][color=#666600],[/color] [color=#666600][/code[][/color] -
Hello Rabbit! Can u post it here the code of your lib/cashpoint.php ? I think after voting the points will be save in cp_vote -> credits
-
1)try to change the permission in your data folder and all folder under data to 0777 specially the data/temp 2) Captcha requires Requires GD2/FreeType2. just try if it works.
-
the responsible for that is in modules/account/create.php find the redirect code..
-
Flux-CP Addon V4P, problem with voting sites listing!
Gerome replied to Keitaro Urashima's question in Web Support
that's the solution i've made to Will Suranol.. maybe your not the same situation with him.. ok ill try another solution.. -
Making Custom Mobs -> http://rathena.org/wiki/Custom_Mobs
-
Setting up Flux Control Panel - shazeya or Video Guides
-
Flux-CP Addon V4P, problem with voting sites listing!
Gerome replied to Keitaro Urashima's question in Web Support
ok.. Try this.. Replace your addons/voteforpoints/modules/voteforpoints/index.php with this one index.php -
Flux-CP Addon V4P, problem with voting sites listing!
Gerome replied to Keitaro Urashima's question in Web Support
hello Keitaro <?php if($vp): ?> will check if $vp variable have a Value it (will return TRUE if it have) , type = Array you can find $vp variable in addons\voteforpoints\modules\voteforpoints\list.php , index.php.. Acctually addons/voteforpoints/themes/default/voteforpoints/list.php will show in Edit - Delete Voting Site addons/voteforpoints/themes/default/voteforpoints/index.php is responsible for that. so I conclude that something wrong w/ your index.php cause its working fine in Edit - Delete Voting Site right? I gues.. Just Correct me if im wrong.. -
Im not good in Designing.. Just try this one.. http://www.mediafire.com/?x52biqi988frnf6
-
https://rathena.svn.sourceforge.net/svnroot/rathena/
-
go to your phpmyadmin.. then click you <You Ragnarok Database/Schema> --> mob_db2 table --> then delete will appear.
-
nope.. thats not normal.. hmmm.. i cant unable to produce the same result w/ u.. cause when i tried it is still the same..