Jump to content

Meister

Members
  • Posts

    841
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Meister

  1. For all classes.. 1st class, 2nd class and 3rd class /w kagerou.. I really don't understand the statement in pc.h
  2. in pc.h This is what I dont' understand. Can you help me what to do with pc.h? Cause whenever I include jobl_2 lots of errors occurs when recompiling. Thanks! #define pc_maxparameter(sd) ( ((((sd)->class_&MAPID_UPPERMASK) == MAPID_KAGEROUOBORO) || (sd)->class_&JOBL_THIRD ? ((sd)->class_&JOBL_BABY ? battle_config.max_baby_third_paramater : battle_config.max_third_parameter) : ((sd)->class_&JOBL_BABY ? battle_config.max_baby_parameter : battle_config.max_parameter) : ((sd)->class_&JOBL_2 ? battle_config.max_second_parameter : battle_config.max_second_parameter)) ) Using the code above. I got tons of error.
  3. Alright, so yeah.. How to add new parameters for 2nd job max stats? I know there's already a set parameter for 1st class&secondjob and for third class separately.. For 1st class to 2nd class (till trans): the maximum stats can be set through here.. // Max limit of char stats. (agi, str, etc.) max_parameter: 99 and for third class. its here.. // Same as max_parameter, but for 3rd classes. max_third_parameter: 120 Now what I want is that to separate the maximum stats for 1st class (till knight and other jobs) from trans (2nd job).. How can I do it? I have a snippet but don't know which way to go after this.. Hope someone can help me.. Thanks! So basically I started here at battle.c { "max_parameter", &battle_config.max_parameter, 99, 10, 10000, }, -- for 1st job { "max_second_parameter", &battle_config.max_second_parameter, 120, 10, 10000, }, -- 2nd job { "max_third_parameter", &battle_config.max_third_parameter, 120, 10, 10000, }, -- 3nd job and then went to battle.h int max_third_parameter; - for 3rd job int max_parameter; - 1st job int max_second_parameter; - 2nd job I'm stuck till here. Don't know where to put next.. should I go to status.c? Why i'm doing this? Cause i'm currently using pre-renewal mode. Hope someone could help me. Thanks in advance!
  4. Holy molly. Hope you'll release a public version of this.
  5. //Idle Check for 5 Minutes if(@afk == 5) { dispbottom "The hourly points event stopped because you were idle for 5 minutes. Please relog if you wish to start again."; stopnpctimer; end; } end;
  6. As we all know buyingstore command has been issued for items.. a good example of it is this.. 12548,Buy_Market_Permit2,Shabby Purchase Street Stall License,2,500,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ buyingstore 2; },{},{} Is it possible to do Sellingstore? I know there is alternative with it by making skill vending be available to players but it needs cart.. So its better if sellingstore is implemented? or maybe it is?
  7. Why is that admin menu doesn't show up after admin log-ons to the cp.. here's the code that I'm using.. <?php if (!defined('FLUX_ROOT')) exit; ?> <?php if ($session->isLoggedIn()): ?> <table cellspacing="0" cellpadding="0" width="100%" id="loginbox"> <tr> <td valign="middle"> <span style="display: inline-block; margin: 2px 2px 2px 0"> You are currently logged in as <strong><a href="<?php echo $this->url('account', 'view') ?>" title="View account"><?php echo htmlspecialchars($session->account->userid) ?></a></strong> on <?php echo htmlspecialchars($session->serverName) ?>. <?php if (count($athenaServerNames=$session->getAthenaServerNames()) > 1): ?> Your preferred server is: <select name="preferred_server" onchange="updatePreferredServer(this)"<?php if (count($athenaServerNames=$session->getAthenaServerNames()) === 1) echo ' disabled="disabled"' ?>> <?php foreach ($athenaServerNames as $serverName): ?> <option value="<?php echo htmlspecialchars($serverName) ?>"<?php if ($server->serverName == $serverName) echo ' selected="selected"' ?>><?php echo htmlspecialchars($serverName) ?></option> <?php endforeach ?> </select>. <?php endif ?> <form action="<?php echo $this->urlWithQs ?>" method="post" name="preferred_server_form" style="display: none"> <input type="hidden" name="preferred_server" value="" /> </form> </span> </td> </tr> <?php if (!empty($adminMenuItems) && Flux::config('AdminMenuNewStyle')): ?> <?php $mItems = array(); foreach ($adminMenuItems as $menuItem) $mItems[] = sprintf('<a href="%s">%s</a>', $menuItem['url'], $menuItem['name']) ?> <tr> <td valign="middle" class="loginbox-admin-menu"> <strong>Admin</strong>: <?php echo implode(' • ', $mItems) ?> </td> </tr> <?php endif ?> </table> <?php endif ?> What seems to be the problem? Thanks!
  8. Good day! How to add CMS Addon on index.php? I know what to do about no. 5 by means of redirecting. What if I don't want to redirect it? I just want to show news /w other addons on index.php how to do it? <?php if (!defined('FLUX_ROOT')) exit; $this->redirect($this->url('news','view')) ?> Cause base on the code below provided on the link.. http://rathena.org/b...x-cp-cms-addon/ .. It basically redirects the index.php to the news page.. Thanks.
  9. How to add admin menu in flux? Can't seem to let it work. Thanks!
  10. How to give privilege access to xampp? I think it's the problem cause even by default themes have a problem when viewing account or database on flux.
  11. It worked. Didn't notice that it was commented out.. Now what I'm experiencing is not authorized.. Yes by default its commented, only uncomment if you change your port. Where do you experience authorize thing ? after login ? did you successfully login ? I need more details about your issue. I experience it after logging in... What's funny is that whenever I try to edit my loginbox to view who's login and click the username it appears like this.. see attached 1 (bump.jpg).. but as you see the attached no. 2 (bam.jpg) all db's are already updated. Is it by chance a wrong code? or port issues? db issues?
  12. It worked. Didn't notice that it was commented out.. Now what I'm experiencing is not authorized..
  13. I've been experiencing invalid login credentials and etc whenever I try to login on my flux control panel via xampp on my localhost.. Here's what I did.. Because I have installed a previous mysql administrator and browser port 3306 is being used already.. and when I installed xampp mysql didn't run. So what I did was changed the port assignment of the mysql bundled with xampp to 3308 And wallah I have installed xampp properly and control panel.. What my problem now is can't login to any accounts even all credential are correct! Checked md5 passwords but it is disabled.. Any solution to this? or what did I missed out? Did I screw the whole thing when I changed the mysql xampp port to 3308?
  14. teeway! I'll test it right away.. Alright I'll check on this one..
  15. Anyone who has complete translation for pre-renewal iteminfo.lub .. Only renewal iteminfo.lub is available but hoping that someone can share his/her pre-renewal iteminfo.lub Thanks in advance!
  16. Is there an issue about on this client with regards to attacking mobs/players? I sometimes experience a step back encounter.. e.g. monster A is 2 blocks away from the player then.. Player will move to monster A for combat melee. After attacking monster A, player A will move 2 blocks away and still will attack monster A. Seems like player do moonwalk lol. or packet issues? Spoiler.. 2012-05-15 client /w skill cooldown and icon cooldown /w inverting hallucination
  17. How to add bits on client so that it'll not have an error? How can I do error check or bit check? example I want to add hex codes on the client. but whenever I do it and save normally it does error and client doesn't open. Any tutorial how to add bits on client as well as to do checking so that bits are ok? thanks!
  18. See attached photo.. The test word. it appears on the right side most of my background. Doesn't appear in the middle. How to solve it? Thanks! I'm coding flux integration but this seems to be a problem!
  19. https://rathena.svn....doc/item_db.txt Change it accordingly. 516,0,0,32:34:36:38:40:42:44:46:48:50,0,0,0,17,3,10,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_DESPERADO Is this by bit? how come its 17? there's no guide in the skill_require.. Is there a way to reduce the damage of desperado skill when using 1 hand just by editing this line? No. As mentioned above, you need to adjust the battle source for that part. skill_require_db.txt is just a file that holds all skills and their requirements such as you need to be standing on water for waterball to work, etc. Damage output is elsewhere. Thanks for the help guys!
  20. What's the bit for the desperado skill to be able to use with 1 hand gun and as well as 2 hand gun? Thanks! 17+? or 13?
  21. Change it accordingly. 516,0,0,32:34:36:38:40:42:44:46:48:50,0,0,0,17,3,10,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_DESPERADO Is this by bit? how come its 17? there's no guide in the skill_require.. Is there a way to reduce the damage of desperado skill when using 1 hand just by editing this line?
  22. Also, when using 1 hand gun the damage will decrease by 40% where can I find it? TY!
  23. Yeap! Notice:Box0 and Box1 if i'm not mistaken.
×
×
  • Create New...