Jump to content

Feilor

Members
  • Posts

    135
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Feilor

  1. Hi, I'm trying to diff a 2015 client but I need to try several times to open the client and when it opens I cant click in any button or move in the game (the keyboard works fine so i can login) does anyone had this issue and solved it sucesfully? There is the diffs i used in nemo:
  2. always worked in the lasts diffs by @solid2005
  3. Hi, does anyone know which is the first Hexed that shows party info, I mean, the class icon in the party window and ability to make a pop-up of the budy hp, thanks
  4. I diffed a 2017-06-14b hexed and it only opens after some tries, does anyone has this problem and know how fix? My nemo diffs:
  5. Hi! Did someone figured out how use more than 29 hair styles in 2017 clients? I saw in hexeditor that looks like the folder path changed but when i tried to use the path found there didn't worked too Old path: data\sprite\Àΰ£Á·\¸Ó¸®Åë\ New path: data\sprite\¸Ó¸®Åë\ When using the new path the client acuses that the files doesn't exists but when use the new path with the files the client just crash I saw some ppl using this client with 64k hairstyle patche is it released in any place or work in another version than 2017-06-14b? i searched and didn't found any answer unless people asking for it I using nemo from secrets.
  6. yepe, I thought i had the lastest version, but for surprise no... well... everybody make mistakes xD but i hope this help ppl getting this problem like @mrjnumber1 xD
  7. I solved this problem using system folder from this git: https://github.com/zackdreaver/ROenglishRE
  8. Same, do you get this error with this patch? does packet obfuscation change something? in your patch i put since it hasn't 61 Disable Packet Encryption because my source has the encrypt lines commented.
  9. Everytime I kill a mob I get a effect in the screen or I kill a mob and it drop itens I get this: http://prntscr.com/gd4nlm My patch file: 5 Enable Proxy Support 6 Force Send Client Hash Packet 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 20 Extend Chat Box 21 Extend Chat Room Box 22 Extend PM Box 23 Enable /who command (Recommended) 26 Fix Camera Angles (FULL) 28 Increase Headgear ViewID 32 Increase Zoom Out Max 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 37 Read questid2display.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 61 Disable Packet Encryption 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 68 Enable 64k Hairstyle 73 Remove Hourly Announce (Recommended) 75 Enable Flag Emoticons 84 Remove Serial Display (Recommended) 86 Only First Login Background 88 Allow space in guild name 90 Enable DNS Support (Recommended) 91 Disconnect to Login Window 97 Cancel to Login Window (Recommended) 100 Disable Multiple Windows 204 Increase Attack Display 213 Disable Help Message on Login (Recommended) 229 Enable Emblem hover for BG I'm using secret Patches folder and lastest nemo
  10. I forgot about the screen command thank you, I will post it when I get the dump since it just happens after more or less 12h... @edit I started with a screen to map server this command: gdb map-server map-server.core
  11. I found in rA wiki how use gdb, but i have two questions, can I keep the server running with GDB? If yes could you guys show me the command I should use to keep it running in bg. I alredy have it in my machine, i'm using centos 7
  12. Hi, could I get more info when map-server crash? In the console the only thing i get is this: And isn't usefull to search the problem....
  13. yes i found the correct code where the elemental damage aplies and commented the line since some ppl are getting real strong and annoyin with it, but do you know where can i find a real information about this? i tried ratemyserver and iro wiki but the information isn't complete
  14. I asked just to have sure i changed the way i'm using arrays and switch but using strings sometimes would be very usefull, thank you!
  15. Hi guys, i tried to find it in dbs but can't confirm that so I'm here to ask... Is normal Acid demonstration get more damage when the weapon is enchanted by element if yes could you guys post where it is confirmed please?
  16. Hi! Can i use strings in array and switch case keys? Like this: Array: setarray @array["string"],0,1,2,3,4 Switch: switch(@string$){ case "string": break; case "string2": break; }
  17. hey guys a little and quick question to add a new zone to use in restricted.txt do i just need to increase the flag like zone 8 is 4096 so if i create zone 9 i have to use 8192?
  18. I alredy found it and uploaded it to the community https://rathena.org/board/files/file/3600-brian-scripts/
  19. Version 1.0.0

    590 downloads

    I found the old SVN from Brian and I'm sharing hes olds scripts since it can be canceled any time by google and are very very usefull.
    Free
  20. Hi guys i tried to find the script statpointcount.txt from Brian but doesn't found it in the forum or in the download area, does someone has this script and could share? the one that i'm talking about is in this post: https://rathena.org/board/topic/70252-anti-cheat-stats/?do=findComment&comment=183729
  21. I used this code in 2012 in eA didn't realized that rA changed things in src until somedays ago in Hercules it worked fine,but here I had to change alot of things of my old code, thanks to point a place where I can take a look!
  22. Hi guys i know this isn't the best place to ask it, but what is the new way to call a npc in source code? In the past i used to use this: nd = npc->name2id("vipquests"); if( nd == NULL ) return -1; script->run_npc(nd->u.scr.script, 0, sd->bl.id, npc->fake_nd->bl.id); Could someone explain me how use it now? Thanks!
  23. someone has problems to start the client? I mean, need to double click it couple times to it start (W10 user)
  24. Hi guys, I'm backing to rAthena and trying to port some modifications that i made for now i have a problem with a commando in my source does somene know how use this command now: script->run_npc
  25. i added you on skype, could you accept please?

×
×
  • Create New...