Jump to content

Jupeto

Members
  • Posts

    225
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jupeto

  1. as to what I've said in my recent post, you have to do it even if it's empty. well you need to add the data in your item_db2 table for you to search in FluxCP, or else leave it unsearchable through fluxcp
  2. please elaborate itemdb2 must be item_db2
  3. Dang... badminton 1 win 2 lost :(

  4. AFK :: Badminton Mode @ Alabang Country Club

  5. Phew almost done with the view pages of my bug tracker add-on ^___^

  6. Sana makatulong, rep please goldgiver.txt
  7. FluxCP 201 Started, Working With Add-On

  8. Just execute all the following sql in your ragnarok database and leave it as it is, unless you know what you are doing. main.sql item_db.sql item_db2.sql item_db_re.sql mob_db.sql mob_db2.sql mob_db_re.sql mob_skill_db.sql mob_skill_db2.sql As I've looked in fluxcp/modules/item/index.php, the system reads both item_db and item_db2 but not item_db_re $fromTables = array("{$server->charMapDatabase}.item_db", "{$server->charMapDatabase}.item_db2"); so if you want to include item_db_re table to include in searches, add an instance of it just like this open: fluxcp/modules/item/add.php fluxcp/modules/item/copy.php fluxcp/modules/item/edit.php fluxcp/modules/item/index.php fluxcp/modules/item/view.php find: $fromTables add at the end of array "{$server->charMapDatabase}.item_db_re" see reference code below; $fromTables = array("{$server->charMapDatabase}.item_db", "{$server->charMapDatabase}.item_db2", "{$server->charMapDatabase}.item_db_re");
  9. Try to read here, maybe this will help you somehow. I know that solution is for Xantara's FluxCP but just a little idea will somehow solve your problems. http://rathena.org/b...ed/page__st__20
  10. And thank you too for appreciating ^__^
  11. FluxCP Add-on :: Giveaway 1.0.0 is now officially released ~ http://rathena.org/b...addon-giveaway/
  12. File Name: FluxCP Addon :: Giveaway File Submitter: Jupeto File Submitted: 23 Sep 2012 File Category: Web Resources Content Author: Jupeto About This Add-on Giveaway add-on works like mail feature in the game of Ragnarok Online where users can message other players even they are offline because the message are stored in their mailbox for good. By this wonderful addition to your control panel, trusted administrators may now send items and zenies as well as messages to your players without any hasle. Use this tool if you want to spread stuffs to your players as a token of appreciation to their s upport. You may also use this on events wherein you have to distribute items to selected winners or losers. Use this tool anyway you want, anywhere you want without limits. Videos: , , Demo Site : http://fluxcp.3eeweb.com/?module=giveaway Compatibilities ByteFlux's FluxCP 1.0 ~ https://code.google.com/p/fluxcp/ CalciumKid's FluxCP RE ~ http://rathena.org/b...athena-support/ Xantara's FluxCP ~ http://fluxcp-ra.googlecode.com/ Features Multiple character to send in single dispatch Multiple Server Support ( Each allowed admins must have at least 1 character in each server ) Search Character Names/Ids Filter by; ​Individual Character Characters in an Account Character in with Group Level Members in a Guild Members in a Party [*]Search for Item name or id [*]Ajax search [*]Able to exclude account, character, group, guild, and party ids [*]Admins can send / dispatch the following as of now, ( still open for suggestions ) ​Items Elemental Equipments ( mainly weapons that can be forged ) Equipments with card attached to it Zeny How to install - How to update I'm still finding a way how to make this silently update itself, but for now let's just manually patch each update. Support Supports will only be entertained through rAthena PM system or directing to my provided contacts below. Question and Answers Q ~ Excluded IDs are set but I can still send to those ids. A ~ Selecting "All Characters" will ignore the exclusion of IDs. This will be updated soon. ( exlcuded character IDs will now be excluded upon sending * Build 0005 *) Q ~ I have multiple servers but whenever I switch to another server, there comes no Author showing A ~ Make sure that the Character ID specified in SenderCharID setting also exist in that selected server. ( function deprecated as of build 0007, each allowed administrators must have at least 1 character per account for this to work ) Q ~ I already specified the card name or id but still showing no result. A ~ Cards to be shown in the result depends on the type of your chosen item, ( e.g weapon cards are only for weapons, headgear cards are only for headgears... etc... ) Contact IDs Please leave a brief description of your concern if you are going to contact me in any of my messenger ids rAthena PM System : http://rathena.org/b...on=send&do=form [email protected] : Yahoo Messenger / Email [email protected] : Yahoo Messenger / Skype josecarloquilala@hot​mail.com : Windows Live Messenger / Email To Do(s) Terms of Use Click here to download this file
  13. FluxCP 101 hihihi, a little more understanding of the engine and will move to 201

  14. YEY another rep for another solved problem thanks
  15. I looked into your fluxcp/modules/character/online.php and found something interesting. Since you are using rAthena svn open : fluxcp/modules/character/online.php find these lines : [/font][/color]// Hide levels greater than or equal to. if (($hideLevel=Flux::config('HideFromWhosOnline')) && !$auth->allowedToIgnoreHiddenPref2) { $sqlpartial .= "AND login.level < ? "; $bind[] = $hideLevel; } change login.level to login.group_id open: fluxcp/modules/character/prefs.php find: $set['HideFromWhosOnline'] = $params->get('hide_from_whos_online') ? 1 : null; $set['HideMapFromWhosOnline'] = $params->get('hide_map_from_whos_online') ? 1 : null; if ($auth->allowedToHideFromZenyRank) { $set['HideFromZenyRanking'] = $params->get('hide_from_zeny_ranking') ? 1 : null; change 1 to null save and exit keep searching
  16. Uhm no, what I mean was to change the value in value field in each row to null .
  17. are you done with your problem or giving me rep? =)) oh well I think the value in your cp_charprefs is not null or with a value of 0, change it to null.
  18. rep please well I guess so... but when duplicating items, you need to edit the text files inside your data folder also, like how you add new custom item ( y'know ... descriptiontable, nametable, resname etc... ) server side is just the same I guess
  19. I think I know what went wrong, but as long as you don't give me rep I won't tell it to you
  20. I don't know LOL, maybe a rep would be good
  21. Try to execute this create table `cp_charprefs` ( `id` double , `account_id` double , `char_id` double , `name` varchar (240), `value` varchar (765), `create_date` datetime );
  22. Mastering FluxCP Engine. ~~~

  23. Look at your ragnarok database table ( cp_charprefs ) and see if any of the value has 1 in it, if it does then even if you change the access of pref to NOONE, you'll not be able to see those characters.
  24. Make sure of the following; Non of the players online are in the group level 55 and above Non of the players online have modified their character's preference to not to show their character in who's online page. to check for the character's preferences, navigate to ?module=character&action=prefs&id=151315 change the value 151315 to whatever character's id you want to see preferences.
  25. Can you post the whole code in your fluxcp/modules/character/online.php
×
×
  • Create New...