Jump to content

Lelouch vi Britannia

Members
  • Posts

    715
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Lelouch vi Britannia

  1. For the weapon follow this... http://rathena.org/board/topic/97290-help/?p=265566 And as for the monster follow this guide... http://rathena.org/wiki/Custom_Mobs
  2. You can do 2 thing 1. If your using an old client like 2009, 2010, 2011 and below follow this to view the weapon sprite http://rathena.org/wiki/Custom_weapons. 2. If your using 2012-04-12 and above and also using itemInfo.lua/lub follow this to view the weapon sprite ClassNum = viewID if headgear/weapon/robes(garment) put 0 if not for headgear's viewID see accessoryid.lua/lub for weapon's viewID see weapontable.lua/lub for garment's viewID see spriterobeid.lua/lub
  3. I remember there was a topic on eA about this that exclude vendor and pub users to recallall but still working. In src/map/atcommand.c find ACMD_FUNC(recallall) and between line 3545 and 3546 add this line else if ( pl_sd->vender_id || pl_sd->chatID || pl_sd->state.autotrade ); If this wont work go try Emistry and Napster's post.
  4. I already ask him also that thing but he said its fixed. Maybe you should mark this topic solve or closed the topic but maybe you should ask him also to confirm if he solve it or not.
  5. Well i just give what he wants thats all. And as the topic starter stated he need sprites and skills for rebellion class so i gave everything that is related to rebellion class like body sprite, skill sprite, skill effects, skill wav and skill images except for the rebellion weapon sprite. And please close this topic, thank you :3
  6. If the sprite are working on female just copy the female sprite and change it to male. Like for an example... ¿©_My_Headgear.act ¿©_My_Headgear.spr copy the working sprite and change its name into ³²_My_Headgear.act ³²_My_Headgear.spr
  7. Im guessing 2 things why people didn't have updated RO.... 1. Lazy to updated their own RO. 2. They didn't know how to update. Nah im a lil bit off topic
  8. Maybe wrong login screen image size? i would suggest to use 1024x768 jpeg/jpg image size and use this tool to split the pic into 12 bmp parts... http://rathena.sourceforge.net/tools/login_background/
  9. It works fine for me. Maybe you can try my patchlist... 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 14 Disable Hallucination Wavy Screen (Recommended) 15 Disable HShield (Recommended) 19 Enable Title Bar Menu 20 Extend Chat Box 21 Extend Chat Room Box 22 Extend PM Box 24 Fix Camera Angles (Recommended) 28 Increase Headgear ViewID 32 Increase Zoom Out Max 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 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 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 (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo.lub 68 Enable 64k Hairstyle 69 Extend Npc Dialog Box 71 Ignore Missing File Error 72 Ignore Missing Palette Error 73 Remove Hourly Announce (Recommended) 204 Increase Attack Display 74 Increase Screenshot Quality 75 Enable Flag Emoticons 209 Enable Mail Box for All Langtypes 84 Remove Serial Display (Recommended) 86 Only First Login Background 88 Allow space in guild name 90 Enable DNS Support (Recommended) 97 Cancel to Login Window (Recommended) and also always use the "Select Recommended" func in nemo. Note: I think your using an outdated nemo, because look at the "Enable Mail Box for All Langtypes" its still in Experimental. Maybe try to get an updated nemo using git. and try to diff your client again. Git: https://github.com/MStr3am/NEMO.git
  10. Eh?! are you sure Nemo is not working also? Because tested 2013-08-07aRagexe using Nemo and it works fine. Just find the "Only First Login Background" patch and add it to your client. And also use this tool to generate the login screens: http://rathena.sourceforge.net/tools/login_background/
  11. Eh?! no clientinfo.xml??? sclientinfo.xml??? try mo nlng tignan ulit kung may clientinfo.xml ka kc imposible nmn na wla kang ganun and you said the server is running good? check mo ung mga custom grfs mo baka nandun lng un. About sa loading screen e2 ung guide. http://rathena.org/wiki/Clientinfo.xml. So eA pla gamit mo. Ganto kung mag add ka ng custom script gawa ka nlng ng new folder and name it to "YOURRONAME" ex. exRO then ilagay mo dun ung custom script mo then sa npc/script_custom.conf find this "Place your scripts here!" and add this below... npc: npc/exRO/MYCUSTOMSCRIPT.txt and save. para gumana ung script you can type @reloadscript or @loadnpc
  12. rAthena ba gamit mo? parang di rA kc gamit mo. Kc ung sa line 86 ko sa npc/script_custom.conf is eto... npc: npc/custom/events/devil_square.txt
  13. I dont think there are any problems in bonuses of your Diabolus items. Also check all of your custom items with "bonus2" if its correct.
  14. 1. For me the best client i used was 2013-08-07aRagexe and 2014-03-05bRagexe. 2. https://github.com/ROClientSide/Translation
  15. Try this... http://rathena.org/board/topic/86906-stalker-bypass-fcp/?p=220215
  16. 1. Punta ka sa src/map/map.h at hanapin mo eto. change this #define MAX_LEVEL 175 to this #define MAX_LEVEL 255 and recompile. 2. Sa db/re/job_exp if your using Renewal or db/pre-re/job_exp if your using Pre-Renewal hanapin mo etong mga sumusunod na lines. change 99 to 255 //Base - Normal and Baby Jobs 99,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:4023:4024:4025:4026:4027:4028:4029.... //Base - Adv Jobs 99,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011:4012:4013:4014:4015:4016:4017:4018:4019:4020:4021:4022... change 70 to 120 //Job - Adv Second Classes 70,4008:4009:4010:4011:4012:4013:4014:4015:4016:4017:4018:4019:4020:4021:4022... //Job - Ninja/Gunslinger 70,24:25,1,100,200,300,400,600,700,1000,1200,1400,1700,1900,2400,2700,3200,3600,4200,4900,5500... change 50 to 120 //Job - Star Gladiator 50,4047:4048,1,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700... //Job - Soul Linker (Same EXP table as 2nd Classes & Baby 2nd Classes) 50,4049,1,2500,4200,7000,10300,15900,18900,20900,22600,24900,28800,31500,32000,33300... and restart your server. About sa Devil Square di mo na need mag lagay nun kc meron na sa npc/script_custom.conf in line 86, just remove the "//" and save then type @reloadscript ingame.
  17. Try this one... http://pastebin.com/n5RZcR04
  18. Change this ClassNum = 3 to this ClassNum = 98 ClassNum = viewID if headgear/weapon/robes(garment) put 0 if not for headgear's viewID see accessoryid.lua/lub for weapon's viewID see weapontable.lua/lub for garment's viewID see spriterobeid.lua/lub
  19. Well honestly there are no configs for that. But maybe if you got the src for thor you could change it the way thor it patch and execute the client automatically without using the start button function.
  20. Yea i think its DEAD already, it seems eA has been down a month or two maybe. And also i wish it eA be up again because there are many scripts, src and sprites in eA that are useful until now. There are good memories of eA that it couldn't be forgotten.
  21. Here.... Midgard Serpent Hat.zip
×
×
  • Create New...