Jump to content

Bin4ry

Members
  • Posts

    782
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Bin4ry

  1. I have searched all over the place and can't seem to find anyone having this problem. I'm using Windows 8 x64 and opening ragexe doesn't mean to have any respond at all. I have UAC turned off, no AV software, is a clean OS. All VC runtime installed. Here is what happen if I open official RO client. If I open ragexe (Tried many different way to diff or pre-diffed) client, all the 2013 doesn't work. I'm using 0807a, opening it shows in Task Manger for a while and gone. I have tried RoLEX and Loki either, nothing happens. Also with administrator privilege or compability mode. xDiff XML Config <?xml version="1.0"?> <DiffProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>Last Patches</Name> <Entries> <DiffProfileEntry> <PatchID>88</PatchID> <PatchName>Allow space in guild name</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>97</PatchID> <PatchName>Cancel to Login Window</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>8</PatchID> <PatchName>Custom Window Title</PatchName> <Inputs> <DiffProfileInput> <name>customWindowTitle</name> <value>Flarism Ragnarok Online [20131201]</value> </DiffProfileInput> </Inputs> </DiffProfileEntry> <DiffProfileEntry> <PatchID>15</PatchID> <PatchName>Disable HShield</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>61</PatchID> <PatchName>Disable Packet Encryption</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>90</PatchID> <PatchName>EnableDNSSupport</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>17</PatchID> <PatchName>Enable Official Custom Fonts</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>24</PatchID> <PatchName>Fix Camera Angles</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>64</PatchID> <PatchName>@ Bug Fix (Recommended)</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>28</PatchID> <PatchName>Increase Headgear ViewID to 5000</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>33</PatchID> <PatchName>KOREA ServiceType XML Fix</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>36</PatchID> <PatchName>Read msgstringtable.txt</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>37</PatchID> <PatchName>Read questid2display.txt</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>84</PatchID> <PatchName>Remove Serial Display</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>40</PatchID> <PatchName>Restore Login Window</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>46</PatchID> <PatchName>Use Normal Guild Brackets</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>48</PatchID> <PatchName>Use Plain Text Descriptions</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>47</PatchID> <PatchName>Use Ragnarok Icon</PatchName> <Inputs /> </DiffProfileEntry> </Entries> </DiffProfile>
  2. I can contribute in chinese translation in case if rA needs anyone.
  3. So the main point is to let user customize it easily and encourage users to learn more script commands that can use with OnPCLoginEvent, so why not just a custom MOTD.txt in /custom/ folder (Which is disabled in default). Maybe a /doc/sample if /custom/npc is not 'so-good'.
  4. You need to turn Akatsuki into job sprite, and add a new custom job in src.
  5. OnInit: hideonnpc "Bossnia Staff::bsw"; end; OnFri2000: hideoffnpc "Bossnia Staff::bsw"; end; OnSun2200: hideonnpc "Bossnia Staff::bsw"; end; Add this before script ends.
  6. Patcher or .EXE update itself won't work at normal patch list, you need to point them in main.ini with client/patcher file and MD5.
  7. In Output, select Single File instead of RO - GRF. Then in Input, tick Single File and browse your file. After that, press [Generate] and you will able to choose where should the file locate, tick Others and put \System
  8. You will have to turn off skull_drops from battle config and uses a script engine to do this. Use a base of AnnieRuru's script here and add some last_skull global variable time check.
  9. Well I'm just following his script adding a ! check, didn't know that doesn't work for $ Thanks for telling AnnieRuru.
  10. OnPCLoginEvent: if (!#AccountPW$) { mes "[security Manager]"; mes "Please set a 2nd password:"; next; input .@AccountPW$; next; set .@RandomFinalize,rand(100,999); mes "Are you sure you want to set your password to ^FF0000"+.@AccountPW$+"^000000? If your 100% sure type the number ^0000FF"+.@RandomFinalize+"^000000."; input .@Finalize; if(.@Finalize!=.@RandomFinalize) { next; mes "You really should set up a personal account password."; close; } set #AccountPW$,.@AccountPW$; next; mes "Your password has been set as ^FF0000"+#AccountPW$+"^000000."; close; } else { mes "[securty Manager]"; mes "Enter your personal account password."; input .@AccountPW$; if (.@AccountPW$ != #AccountPW$) { mes "[securty Manager]"; mes "Invalid password entry."; close2; atcommand "@kick "+strcharinfo(0); end; } next; mes "[securty Manager]"; mes "You password has been accepted."; close; } } Replace whole OnPCLoginEvent
  11. Bin4ry

    FluxCP

    Is your web server running in a different location from your server?
  12. Nope, busy having SPM (You know right )
  13. sc_end sc_gospel; sc_end sc_poembragi; sc_end sc_service4u; In your MVP map warper npc.
  14. Xantara has one if not mistaken.
  15. Hah, just days before you post this I was also sketching an island for Poring King quest Awesome by the way.
  16. Nope, he can also put it as item script effect for usable item.
  17. Remember to change space into tab. - script AutoDoom -1,{ OnHour2000: atcommand "@doommap quiz_02"; end; }
  18. FYI, 3CeAm is not rAthena. 2. My guess for the delay is you forget to turn on "delay_depends_AGI / DEX" in conf/battle/skill.conf 3. Again, 3CeAm not rAthena. You'll have to report bug at their forum. As we rA users couldn't reproduce the bug and troubleshoot for you.
  19. If not mistaken, you mean Asura 10 seconds delay right? Edit the following file: /db/re/skill_cast_db.txt 10000 is 10 seconds.
  20. Call which function? If he doesn't have checkmadogear script command is gonna need src edit to add this command.
  21. You can't stop a card from equipped by whom since it's only added to EQ, you can only stop the effect from effecting them. Edit: Oops, if you mean Professor instead of Creator then change Job_Creator to Job_Professor
  22. Damage cap always sound like a stuipid idea for me, I'd suggest lowering the value of each level. Go to status, and find: case SC_DEATHBOUND: val2 = 500 + 100 * val1; 500 is base value, 100 is value for each level. As for Shadow Form, it is based on enemy's damage.
×
×
  • Create New...