Jump to content

Jezu

Members
  • Posts

    566
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jezu

  1. its really easy when you use item_combo_db.txt for example, cotton shirt(2301) + knife(1201) = 300% BONUS EXP so it will be 2301:1201,{ sc_start SC_EXPBOOST,1800000,300; }
  2. Yeah, but I also have source modification and edited npc which is some are come from svn.. its really hard to manually update so my custom one will not be changed.
  3. This is what I wanted to pinpoint -> http://rathena.org/board/topic/70475-linux-problem-ra-updates-conflicting-my-custom-settings/
  4. *bump* I just wanted to know how this will be solved.
  5. There's a lot of free tutorial here especially 'Youtube' and 'Google'. I learn basics and I use DreamWeaver to use and integrate to Flux. Download a free flux theme here and make your own designs. You will understand what to change and to code. CSS/PHP is the best for integrating flux. If you want more, then add flash
  6. some custom settings of mine and rA updates is merged when I use diff-full (df) and then resolve ( r).. but if the updates is bigger, it will change everything to the updates and your custom settings will gone... I hope there is an alternative way for this.
  7. in pRO, Acid Demonstration is affected by STR/ATK and partial MATK. in pre-re, AD is affected by INT/MATK...
  8. In tortoise, you can merge your changes while the updates applied... I don't know what command do I need on Linux to make like this..
  9. So I don't have an option but to re-do all the things that I made? My battle configs are on import so no worries on that... I just having a problem in src, db's and some npc to make my needs on my server.
  10. there's a command appearing on linux listed.. tf = theirs-full (if I choose this, all my custom settings will gone) mf = mine-full (if I choose this, my custom settings will stay but the updates will not be applied)
  11. ALWAYS REMEMBER: Use NOTEPAD++ to convert LUB to LUA or LUA to LUB.... - open a LUB file - edit your custom - save as .LUA or .LUB and voila! no need for converter or whatever progy you know... NOTEPAD++ will do!
  12. Hello rA community, I wanted to know how to make this.. If I update my current SVN (rA), there is a conflict and it will change my custom settings, I wanted to know how to keep my custom settings while applying the SVN changes. Thanks a lot rA and more powers!
  13. Good day rA community, I don't think if this is the right thread for support. I want to make on Genetic skill hell's plant and thorn traps to cast-able on the exact cell of the character. In pRO, you can cast thorn trap, hell's plant and other offensive plants on the cell of the enemy. Do I need to edit src files or in the db/ folder only? Thanks a lot in advance guys! EDIT: SOLVED! Go to db/skill_unit_db.txt: find GN_HELLS_PLANT change the 0x006 to 0x002 to make it cast-able under the target
  14. Yeah right, I read their discussion that's why a simple protection will do like 'Hackshield' if we can use it for RagexeRE.
  15. If the hackshield you is talking about is nProtect HackShield it works blocking applications in a very more low level way(hooking systems syscalls). Is it possible to enable that hackshield to work on RagexeRE nowadays?
  16. By the way, just a curious question.. How the 'Hackshield' do ? Is it same with Harmony that blocks 3rd party when RO.exe is running?
  17. Thanks euphy! I can use this now.. and also I put the ticket id to item_trade so it will not be mailed anymore.
  18. Thanks master Jupeto!
  19. It's based on renewal version. Check the header for the guide. Type,Stats per level,Random bonus start level,Random bonus value,Chance+1:Bonus+1,Chance+2:Bonus+2,Chance+3:Bonus+3,... For easy guide, take a look at this: The bold numbers is +1 up to +7 means 100% success rate. +1 = 100% +2 = 100% +3 = 100% +4 = 100% +5 = 100% +6 = 100% +7 = 1005 +8 = 60% +9 = 40% +10 = 20% +11 = 70% +12 = 70% +13 = 50% +14 = 50% +15 = 30% +16 = 30% +17 = 20% +18 = 20% +19 = 10% +20 = 10%
  20. Hi @Euphy, I wanted to ask on how to make this as an NPC? The refine deed npc of yours. A big thanks in advance... http://pastebin.com/raw.php?i=KVqEEt2r Reason: It can be abuse as a BUG when you doubled-click the ticket, then open up the mail (ALT+1 = @mail....) and put it there. It will send the ticket while the function is open so they can refine without using the ticket so its better to use as an NPC.
  21. You don't need decompiler for lua/lub files for editing, just use NOTEPAD++ and when you've done editing, click File>Save as> and type the filename and then the extension which is .LUA or .LUB for example: accessoryid.lua > edit > save as > accessoryid.lub or vice versa...
  22. its not so hard to merge on rAthena.. 1. Go to your SQL > Ragnarok database 2. find `login` table 3. on `login` table, change the `level` to `group_id` import some sql updates on your rathena/sql-files folder done ~
  23. Check this if this will work. Get the wav or mp3 file of that "Initiating Logout blah blah" on RankGamingClient (RGC) and put it on your BGM folder. Then named it "logout.mp3" or "logout.wav". then this is the script: - script BGMSounds -1,{ OnPCLoginEvent: playBGM "login"; OnPCLogoutEvent: playBGM "logout"; } if the above script is not working, then try to put the file type... just add logout.mp3 / login.mp3 (if the file is mp3 then .mp3... if wav, then .wav)
  24. You just need to add the mapflag only and that will work 100%! and even if they are on party members, they will hit each other.
  25. You just need to create a folder on 'www' and named it as `cp`. Then upload your cp there. Just make sure to edit your configuration on your cp to match on your SQL database and it will work.
×
×
  • Create New...