Jump to content

Rabbit

Members
  • Posts

    59
  • Joined

  • Last visited

Everything posted by Rabbit

  1. All sprites listed on that link is just for headgears and some palletes. I didn't found any related to GM Cloth.
  2. I was looking for this old GM sprites too.
  3. Rabbit

    Flux CP

    http://code.google.com/p/fluxcp/wiki/Screencasts
  4. I replace the index.php from you to the right place and it made some changes. You need to be logged to see Vote for Points, am i right? Same result "No voting sites found" even i log-in twice, it doesn't make any change at all. It is like, it couldn't save my setting even i'd add New voting Site and submit them. But hey, thanks for helping us. Any other solution?
  5. @EvilPunker : I'm not sure about that, but i already try with Emistry Cash Shop, but there are 0 #cashpoint. @Cuspid : Yes, this is what i set it on my addon.php. I also can turn on the Kafra Point, but in-game Kafra Point TURN TO "FREE CASH" just like what you see on my picture above. Another question, where can i find Redemption NPC ? When i use "'ChangeToCashPoints' => true" I have my Donation Credit and i don't know where to Redeem the item that i bought on my FluxCP. Can anyone help me? Thanks.
  6. Hello rAthena. I want to ask you all about FluxCP Vote for Credit Addon. Currently i'm using FluxCP Renewal from Calcium_Kid, and the problem is, after vote for voting site, and get for points. I realize that i don't have any Cash Point in my server and it happen when i try to buy Cash Item in Cash Shop. You can see my picture down here. I don't remember when i bought this addon, maybe on March 2011. Could you guys help me? Thanks!
  7. Hmm. Yea, me too! It appear "No voting sites found" after i did fill out the form to submit Voting site. Anyone who can help us? Thanks.
  8. Special thanks for both of you, lilcooldude69 and also Brain! Again, i repeat the solution. Your FluxCP > Modules > Monster > View.php : Line 25 : $col .= 'MEXP AS mvp_exp, ExpPer AS mvp_exp_chance, '; Delete ExpPer AS mvp_exp_chance, Your code on Line 25 should be like this : $col .= 'MEXP AS mvp_exp, '; Save, and your monster database should work properly. Thats all for now.
  9. Hi, thanks for your Free Themes. Mind to share with us your password file? I cannot extract the files since you put password on it. Thanks! Update : Is there any solution how to show Admin menu? Such as eA Logs, CP Logs, IP Ban List, Accounts, Characters, Guilds, Reload, Send Mail, Re-Install, News and Pages? I've install on my hosting and i found no bug until when i try to log-in with Admin account. How does i access into that menus? Thanks!
  10. Hey, thanks. It works. Just remove "Hook=blabla" and replace with "Mode=1" also "Action=" and it works. thank you.
  11. Hi all ! I want to ask something related to Thor patcher. Currently im using Thor Patcher Version 2.6.1.66 and unable to create On Click LINK, which is mean i created the button. Okay, let say im adding button called Forum, the question is, how can i make Forum button is clickable and directly go to forum site. I've been searching the code in config.ini but i didn't find anything. Where do i have to put the Forum URL actually? Thanks for your help!
  12. Hey! Thanks for replied, i really appreciate it! I just found something related to `ExpPer`; as you said just now in my sql folder. The name is "upgrade_svn15531_db"and the code inside that sql is : -- `ExpPer` column removed from `mob_db` and `mob_db2` tables ALTER TABLE `mob_db` DROP COLUMN `ExpPer`; ALTER TABLE `mob_db2` DROP COLUMN `ExpPer`; Do i really need to execute it on my database?
  13. Ah, thank you for the clarifications. There is an error when i drop mob_db2 table. It become worse than i expected. Error An error occurred while trying to process your request. Please try contacting an administrator: admin@localhost Thanks for your helps. Other user might deal with the same problem with me, so im glad if this matter can be solved.
  14. @Judas As i said before, i tried many times and it only end up with errors such as, don't have RixSquirrel_10 on data, but i put it on my GRF! How can i solve this problem? Anyway, thanks for asking. @Kaito_Kid Hey! Thank you very much. I will try it and let you know when i got some error. THANKS AGAIN! Report in : Im using Client that provided by Kaito_Kid but the problem is when im selecting the char, it comes with "Rejected From Server. (3)". Yes, of course i edited and compiled src/common/mmo.h : From #ifndef PACKETVER #define PACKETVER 20111116 To #ifndef PACKETVER #define PACKETVER 20111122 My packet_db.txt : packet_db_ver: default I try to change it from 26 to 28 and the result is still the same. Also my cleintinfo.xml : <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Rabbit Ragnarok Online</display> <balloon>RabbitRO</balloon> <desc>RabbitRO</desc> <address>127.0.0.1</address> <port>6900</port> <version>28</version> <langtype>6</langtype> <registrationweb>http://www.google.com</registrationweb> <aid> <admin>2000000</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> </loading> </connection> </clientinfo> Already try to change the Version from 26 to 28 and for Langtype from 0 to 6. Worse thing if i change the Langtype to 0 and it will read base on Korea. I need your help and thanks for the helps!
  15. How can i do that? Remove it on database? thankss
  16. Hello all. I want to request to make a Client from date 2011-11-16 and im using rAthena 16152. Here is the specifications that i need to be implemented on that Client . Oh yah, i need 2 copy actually. Specifications : - 1 : Read .grf, instead of Read Data Folder First. 2 : Disable 1rag1 & 1sak1 (Recommended) <- Enable it. 3 : Arial Langtypes. 4 : Disable /showname. Another one : - 1 : Read .grf, instead of Read Data Folder First. 2 : Disable 1rag1 & 1sak1 (Recommended) <- Disable it. 3 : Arial Langtypes. 4 : Disable /showname. Or you can tell me how to make it without having any errors. I tried to do with Shin's Diff Patcher and i don't find any criteria like i want. I tried to disable Read Data Folder First and it doesn't help me and still need to use data folder instead of .grf. phew~ Thanks for helping! i tried many time for doing the same thing (2011-11-16 Client), but it only end up with error. Does it support for READ GRFs? I Really need your help. thanks
  17. Hi there. Just go to your Flux CP > Config > Application.php. Find this : // These are the main menu items that should be displayed by themes. // They route to modules and actions. Whether they are displayed or // not at any given time depends on the user's account level and/or // their login status. 'MenuItems' => array( 'Main Menu' => array( 'Home' => array('module' => 'main'), //'Forums' => array('exturl' => 'http://www.fluxro.com/community'), Just input your URL Under Main Menu. eg : // These are the main menu items that should be displayed by themes. // They route to modules and actions. Whether they are displayed or // not at any given time depends on the user's account level and/or // their login status. 'MenuItems' => array( 'Main Menu' => array( 'Home' => array('module' => 'main'), //'Forums' => array('exturl' => 'http://www.fluxro.com/community'), 'Facebook' => array('exturl' => 'http://www.facebook.com/Littlefoot'), Hope this will help you.
  18. Ahh, since i have problem with 3CeAM that doesn't support with Costume Headgear. I think i will move to rAthena! 1 question, if i use the latest rAthena, is that possible using data.grf instead of data folder? What im taking about is the Client. Just tried with the one Client that provided by Calcium Kid Client but it doesn't support for read data.grf right? You guys help me alot!
  19. Hmm. Okay then. Thanks to Kaito Kid and Judas for your help. Thank you..
  20. Thanks for your reply. But it doesn't change it at all. When i change it to 1024, the items are equipped to the right slot but when i try to equip another Costume Headgear, it disappear. Just like we clicked on Red Potion or other Usable Items. Was wondering why is that happen. Here is the modifications that i've made. // Costume System 19513,Chicken_Bill,Chicken Bill,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,0,699,{},{},{} 19514,Charlies_Beard,Charlies Beard,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,0,700,{},{},{} 19515,Yellow_Hat,Yellow Hat,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,701,{},{},{} 19516,Singing_Bird,Singing Bird,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,702,{},{},{} 19517,Chicken_Crest,Chicken Crest,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,703,{},{},{} 19518,Rainbow,Rainbow,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,704,{},{},{} 19519,Thunderstorm_Cloud,Thunderstorm Cloud,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,688,{},{},{} 19520,Rain_Cloud,Rain Cloud,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,705,{},{},{} 19521,Charlies_Hat,Charlies Hat,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,706,{},{},{} 19522,Mini_Crown,Mini Crown,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,707,{},{},{}
  21. This is my item.db script for Costume Headgear. // Costume System 19513,Chicken_Bill,Chicken Bill,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1,,1,0,699,{},{},{} 19514,Charlies_Beard,Charlies Beard,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1,,1,0,700,{},{},{} 19515,Yellow_Hat,Yellow Hat,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,701,{},{},{} 19516,Singing_Bird,Singing Bird,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,702,{},{},{} 19517,Chicken_Crest,Chicken Crest,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,703,{},{},{} 19518,Rainbow,Rainbow,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,704,{},{},{} 19519,Thunderstorm_Cloud,Thunderstorm Cloud,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,688,{},{},{} 19520,Rain_Cloud,Rain Cloud,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,705,{},{},{} 19521,Charlies_Hat,Charlies Hat,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,706,{},{},{} 19522,Mini_Crown,Mini Crown,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,707,{},{},{} Pardon me Kaito_Kid? Should i change the loc?
  22. Hello all. i have a problem with my client. im using 3CeAM 676M and with 2010 07 30 client. the problem is when i equip Costume item (19516 : Singing Bird), it doesn't move to Costume slot and it placed in General slot and replace other headgear. the question is : 1 : the problem comes from Client side or Server side, else would it comes from the .grf? 2 : how to solve this matter! thats all for now. thank you for helping me! ohh, you can see the pictures given below. you can see the General tab, is located there! there is no Costume item in Costume tab.
×
×
  • Create New...