Jump to content

Gerome

Members
  • Posts

    185
  • Joined

  • Last visited

Everything posted by Gerome

  1. what revision you are using ?
  2. 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.
  3. 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
  4. paste you neoncube.ini config here.. http://eathena.ws/wiki/index.php?title=NeonCube creating a patch in Neoncube - Video Guide
  5. 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' ),
  6. the Custom item is working find right ? i mean you don't have any problems w/ your Custom item. it doesnt error ?
  7. 2683
  8. I gues its not the modules.. Something wrong with your themes.. you said that it works perfectly w/ the default themes right ?
  9. // 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.
  10. 2622
  11. 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 ..
  12. 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]
  13. 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
  14. 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.
  15. the responsible for that is in modules/account/create.php find the redirect code..
  16. 2523
  17. that's the solution i've made to Will Suranol.. maybe your not the same situation with him.. ok ill try another solution..
  18. Making Custom Mobs -> http://rathena.org/wiki/Custom_Mobs
  19. Setting up Flux Control Panel - shazeya or Video Guides
  20. ok.. Try this.. Replace your addons/voteforpoints/modules/voteforpoints/index.php with this one index.php
  21. 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..
  22. Im not good in Designing.. Just try this one.. http://www.mediafire.com/?x52biqi988frnf6
  23. https://rathena.svn.sourceforge.net/svnroot/rathena/
  24. go to your phpmyadmin.. then click you <You Ragnarok Database/Schema> --> mob_db2 table --> then delete will appear.
  25. nope.. thats not normal.. hmmm.. i cant unable to produce the same result w/ u.. cause when i tried it is still the same..
×
×
  • Create New...