Jump to content

ZelosAvalon

Members
  • Content Count

    218
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by ZelosAvalon

  1. I'm using this theme of fluxcp for test Database Search, but don't work, someone can help me make it work ? theme link: https://rathena.org/board/files/file/2991-green-fluxcp-theme/ or website theme example: http://unstoppable-ro.com/ i would like to understand how this system works to implement on my website, someone can help me with this? I would be very grateful, best regards ZelosAvalon
  2. still working in the new revision on Hercules ? cuz i try to modify my map-server and add --generate-translations and nothing happened! @ECHO OFF CALL serv.bat map-server.exe map-server --generate-translations is that correct?
  3. Great job =) i'll working for try to inprove it too!
  4. Here's my Invasion Event, if you want to check, and if you have any tips to how to improve it! Invasion_Event_v1.5 I know I can decrease the code, especially in parts of the cities, but I was a long time without messing with ragnarok scripts and now i have to remember a lot of things, but it's functional ! PS: i try, but i dont know how to implement an option on the menu to choose the day and time to start the event, you showed me an example I tried to follow him, but there were several errors.
  5. how can i convert this files for lub and with correct format? an lub file i have just show me it: LuaQ P @d:/patch/output_for_ro1/data/LuaFiles514/Lua Files/Datainfo/SpriteRobeName.lua _ À E@ F€À ÀÀ E@ F Á @Á E@ F€Á ÀÁ E@ F  @ E@ F€Â À E@ F à @à E@ F€Ã Àà E@ F Ä @Ä E@ F€Ä ÀÄ E@ F Å @Å E@ F€Å ÀÅ E@ F Æ @Æ E@ F€Æ ÀÆ E@ F Ç @Ç E@ F€Ç ÀÇ À E@ F€À @È E@ F Á €È E@ F€Á ÀÈ E@ F Â É E@ F€Â @É E@ F à €É E@ F€Ã ÀÉ E@ F Ä Ê E@ F€Ä @Ê E@ F Å €Ê E@ F€Å ÀÊ E@ F Æ Ë E@ F€Æ @Ë E@ F Ç €Ë E@ F€Ç ÀË € 0 RobeNameTable SPRITE_ROBE_IDs ROBE_WINGS õ»ç³¯°³ ROBE_BAG_OF_ADVENTURER ¸ðÇè°¡¹è³¶ ROBE_WINGS_OF_FALLEN_ANGEL Ÿ¶ôõ»çÀdz¯°³ ROBE_AMISTR_BAG ¾Æ¹Ì½ºÆ®¸£°¡¹æ ROBE_Love_Dad_Wings_2012 ¾Æ¹öÁö»ç¶û³¯°³2012 ROBE_KIRIN_WING ±â¸°Àdz¯°³ ROBE_Ribbon_Piamat ÇǾƸäÆ®ÀǸ®º» ROBE_RUDRA_WING ·çµå¶óÀdz¯°³ ROBE_Wing_Of_Happiness ÇູÀdz¯°³ ROBE_GraetDevilWing ´ë¾Ç¸¶³¯°³ ROBE_MechanicWing ¸ÞÄ«´ÐÀ® ROBE_DevilWing ¼Ò¾Ç¸¶³¯°³ ROBE_BAG_OF_ANTONIO ¾ÈÅä´Ï¿À°¡¹æ ROBE_Cupid_Wing_Pink ºÐÈ«Å¥ÇÇÆ®³¯°³ ROBE_Cupid_Wing_Skyblue ÇϴûöÅ¥ÇÇÆ®³¯°³ RobeNameTable_Eng ANGEL_WINGS BAG_OF_ADVENTURER WINGS_OF_FALLEN_ANGEL AMISTR_BAG Love_Dad_Wings_2012 KIRIN_WING Ribbon_Piamat Rudra_Wing Wing_Of_Happiness GraetDevilWing MechanicWing Devil_Wing Bag_Of_Antonio Cupid_Wing_Pink Cupid_Wing_Skyblue _ ! ! ! " " " # # # $ $ $ % % % & & & ' ' ' ( ( ( ) ) ) * * * + + + , , , - - - . . . / / / 0 0 how can i convert it for it: -- Using GRF Editor Decompiler (beta 1.0.3) RobeNameTable = { [SPRITE_ROBE_IDs.ROBE_WINGS] = "천사날개", [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = "모험가배낭", [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = "타락천사의날개", [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = "아미스트르가방", [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = "아버지사랑날개2012", [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = "기린의날개", [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = "피아멧트의리본", [SPRITE_ROBE_IDs.ROBE_RUDRA_WING] = "루드라의날개", [SPRITE_ROBE_IDs.ROBE_Wing_Of_Happiness] = "행복의날개", [SPRITE_ROBE_IDs.ROBE_Arctic_Wings] = "Arctic_Wings", [SPRITE_ROBE_IDs.ROBE_Dracarys_Wings] = "Dracarys_Wings" } RobeNameTable_Eng = { [SPRITE_ROBE_IDs.ROBE_WINGS] = "ANGEL_WINGS", [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = "BAG_OF_ADVENTURER", [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = "WINGS_OF_FALLEN_ANGEL", [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = "AMISTR_BAG", [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = "Love_Dad_Wings_2012", [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = "KIRIN_WING", [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = "Ribbon_Piamat", [SPRITE_ROBE_IDs.ROBE_RUDRA_WING] = "Rudra_Wing", [SPRITE_ROBE_IDs.ROBE_Wing_Of_Happiness] = "Wing_Of_Happiness", [SPRITE_ROBE_IDs.ROBE_Arctic_Wings] = "Arctic_Wings", [SPRITE_ROBE_IDs.ROBE_Arctic_Wings] = "Dracarys_Wings" } this is the files i'm trying to convert: spriterobeid.lub: https://www.dropbox.com/s/7hkm9scoj4vwcub/spriterobename.lub?dl=0 spriterobename.lub: https://www.dropbox.com/s/vjzntmmyikhaat8/spriterobeid.lub?dl=0
  6. with OnDay and OnClock working fine, but i dont know how to edit with the system of woe_controller ( from woe_controller custom npc ) where you can chose the day and hours and you can check when woe will start, i'm try to use it for i can check when events will start and gm can add and remove the event, i try to edit the woe_controller but now i have alot of script error xD, I'll keep trying ... ty anyway
  7. How can i start an event in an day and time i chose, like woe controller system ?
  8. ty you are amazing! working now ^^
  9. thank you vm working now!! can you give me a hand with this part too ? my formula to convert event points in "event coins: ID8052 in my case" I tried to change some things, but it didn't work. 20 event_points = 1 event coin for example: if i input 27 event_points npc will give me 1 event coin and return 7 event points. OLD FORMULA when event_points was the var: #Event_point switch(select("Convert Event Points:Back")) { case 1: {if(#Event_point < 20) goto noEP; } { if(#Event_point >= 20) .@remainDiv = #Event_point%20; .@remaindiv01 = #Event_point - .@remainDiv; set #Event_point, #Event_point - .@remaindiv01; mes " [Event Manager]"; mes "Thank you for choosing ^777777RagnaRebirth^000000 that luck be with you in future events, and you can win many Coins."; .@remaindiv01 = .@remaindiv01/20; getitem 8052,.@remaindiv01; close; } case 2: goto Main; } NEW FORMULA (I tried, but failed! ) switch(select("Convert Event Points:Back")) { case 1: query_sql "SELECT `event_points` FROM `event_rank` ORDER BY `event_points` DESC LIMIT "+$topevent+"",@event_points$; {if(@event_points$ < 20) goto noEP; } { if(@event_points$ >= 20) .@remainDiv = @event_points$%20; .@remaindiv01 = @event_points$ - .@remainDiv; set @event_points$, @event_points$ - .@remaindiv01; query_sql "INSERT INTO `event_rank`(`id`, `name`, `event_points`) VALUES ('"+getcharid(3)+"','"+strcharinfo(0)+"','1') ON DUPLICATE KEY UPDATE `event_points` = `event_points` - '@event_points$'"; mes " [Event Manager]"; mes "Thank you for choosing ^777777myRO^000000 that luck be with you in future events, and you can win many Coins."; .@remaindiv01 = .@remaindiv01/20; getitem 8052,.@remaindiv01; close; } case 2: goto Main; } in this part: query_sql "SELECT `event_points` FROM `event_rank` ORDER BY `event_points` DESC LIMIT "+$topevent+"",@event_points$; how can i remove "+$topevent+" when I removed gave me an error!
  10. i have two parameters, one i should use a temporary the "event_point" and an permanent "t_event_points" permanent. When killing a mob I would like that added the sql table in both, however I do not have much sql knowledge, I tried one way and gave error, someone could me help? when i finish my event i'll share it! ^^ "when i kill a mob event_point add+1 and t_event_point add +1" I receive this error:
  11. idk what happend you can see the example here: http://www.ragnaveia.com/?module=item try to use search and you'll see the problem if i use default theme work, but every time when i change the theme for my theme the search button stops working This is what I mean: Screen Shot 2016-03-28 at 12.21.07 PM.png Your JS isn't being loaded properly. What should I do for fix it ? O.o?
  12. idk what happend you can see the example here: http://www.ragnaveia.com/?module=item try to use search and you'll see the problem if i use default theme work, but every time when i change the theme for my theme the search button stops working
  13. This is what happend: NOTHING!!! and this's what i need to happend when i click in search:
  14. i'm trying to make a offline server for test some things before add in my server but every times i got this error: info from NO-IP IP: 189.48.0.166 or ragtest.no-ip.info what i need to use? [status]: Event 'OnInit' executed with '1939' NPCs. [status]: Server is 'ready' and listening on port '5121'. [status]: Attempting to connect to Char Server. Please wait. [status]: Connecting to 189.48.0.166:6121 [Error]: make_connection: connect failed (socket #2, error 10061: unknown error)! [status]: Connecting to 189.48.0.166:6121 some1 have an tutorial or know what i need to do for fix it ? here's what I'm doing with .conf files: char-server.conf: // Character Server configuration file. map-server.conf: login-server.conf vertrigo and NO-IP running and my database working, I've added main.sql and logs in my database.
  15. i already have enabled roullete in my server, but every time when i click in roullete icon my game crash, some1 know how can i fix it ? i need rdata.grf for roullete working ?
  16. How can i chance the Items name and status to my language ? how's the files i need to modify ? some1 can help me ?
  17. always give me the same message Incorrect password. i dont know why this happend, i always install fluxcp for alot of ppl and now give me this error, some1 have an tutorial about fluxcp i can follow ?
  18. error log might help alot... i have no access to SSH i dont know how to check logs withourt it!
  19. i always receive a gravity error and game stop to work when i try to sit, when i press Insert, some1 know what might be causing this?
  20. i change it to: 'InstallerPassword' => '123456', // Installer/updater password. but always give me a message Incorrect password.
  21. every times when i try to install fluxcp tell em Incorrect password. Please enter your installer password to continue with the update. but i'm using the correct password from application.php https://www.dropbox.com/s/vboxw6qvyr102i8/Captura%20de%20tela%202016-02-10%2018.58.14.png?dl=0
  22. i do it but now i have this error: some times i got this error too: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. @@Zhao Chow how can i re-install fluxcp ? when i install fluxcp idont know whay but in my the phpmyadmin isn't creating the tables
  23. i put password 123456 but dont work anyway!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.