Jump to content

Conflicts

Members
  • Posts

    317
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Conflicts

  1. Hello Skorm, I meant no offense whatsoever on my previous response. I guess complicated fits it better, sorry for that. I was confused on the v2 value which made me think it was limited, 'cause based on how I understand it, it can do a random from X to Y value. But in your example, in this case the bonus bAddEle2, we might need to use Ele_XXX and not an integer. However later after reading it a couple more times. I realized we can use as much v(X) value as we want, and Ele_XXX even works with numbers, albeit a little confusing when you read the script again.
  2. Hello Skorm, thank you for the response. However, I think your way would be severely limited. I'm planning to add a lot of different effects, and even scripts such as changebase on the item's scripts. I think I'll just have to use this RagRE Item Builder's random script generator.
  3. Hello rAthena. I am in need of a Random Bonuses for a massive headgear collection. Pretty sure I've seen one before based on .php, but I just can't find it now. Bonuses must be configurable, and must accept a minimum and maximum value for val1, val2 etc.. Meaning I should have the ability to set a custom effect "bonus2 bCustomEffect,x,n;<2><10>;" Where 2 is min and 10 is max. Each headgear must have 3 bonuses. If the script (or .php script) could generate a description for it, that would be awesome. Thank you.
  4. If you have to ask "how" to start a Ragnarok VPS hosting business, I don't think you should do it. At least not yet, try learning a bit more about VPS' and Linux in particular. Opening a hosting service requires technical knowledge.
  5. I'm pretty sure these skills are already available on rAthena. //**** // EP 14.3 Part 2 3rd Job Skills 5001,1,8,1,-1,0,0,5,3,no,0,0,0,weapon,0,0x0, GC_DARKCROW,Dark Claw 5002,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, RA_UNLIMIT,Unlimited 5003,7,6,1,-1,0x2,4:5:6:7:8,5,1,no,0,0,0,weapon,0,0x0, GN_ILLUSIONDOPING,Illusion Doping 5004,9,6,2,1,0x2,1:1:1:2:2:2:3:3:4:4,10,1,no,0,0,0,weapon,0,0x0, RK_DRAGONBREATH_WATER,Dragon Breath - Water 5005,0,6,4,0,0x3,3,1,1,no,0,0,0,none,0,0x0, RK_LUXANIMA,Lux Anima 5006,1,6,2,3,0,0,5,1,no,0,0,3,misc,0,0x0, NC_MAGMA_ERUPTION,Magma Eruption 5007,0,6,4,0,0x3,5:6:7:8:9,5,1,no,0,0,0,none,0,0x0, WM_FRIGG_SONG,Frigg's Song 5008,0,6,4,0,0x3,15,5,1,no,0,0,0,none,0,0x0, SO_ELEMENTAL_SHIELD,Elemental Shield 5009,1,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_FLASHCOMBO,Flash Combo 5010,0,6,2,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SC_ESCAPE,Emergency Escape 5011,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, AB_OFFERTORIUM,Offertorium 5012,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, WL_TELEKINESIS_INTENSE,Intense Telekinesis 5013,0,6,4,0,0x3,5,5,1,no,0,0,0,none,0,0x0, LG_KINGS_GRACE,King's Grace 5014,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, ALL_FULL_THROTTLE,Full Throttle 5015,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_FLASHCOMBO_ATK_STEP1,Flash Combo Attack Step 1 5016,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_FLASHCOMBO_ATK_STEP2,Flash Combo Attack Step 2 5017,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_FLASHCOMBO_ATK_STEP3,Flash Combo Attack Step 3 5018,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_FLASHCOMBO_ATK_STEP4,Flash Combo Attack Step 4
  6. Hello. Recently I have updated my server to use the latest rAthena, I just noticed some changes regarding permissions and remote (#) commands. Here are a few scenarios; Before: When I am on a map with nowarp / noreturn / nogo mapflag, and I recall a player in, I can just port him back to town by #go <"Player Name"><town> Current: When I try to do that with the latest rAthena version, it says "You are not authorized to warp from your current map." PS: Same restriction applies with ALL the #commands Before: Trading checked for permissions on item_trade.txt, if either of the 2 characters can override the level restriction, the trade can be completed. Current: I can override the restriction, so I can trade untradeable items to a normal player, but when they try to trade the same item back to me, it fails. It is possible that this is an intended behavior, however, if someone could guide me on how to revert this, I'd be more than thankful.
  7. This is awful. It is clear that there wasn't much thought nor effort being put up in making this map. I wouldn't be this harsh if it wasn't someone else's work. How about you just take his RO2 map and rename it? Might actually be better.
  8. Hello, can any rAthena dev please apply this fix? Don't get me wrong, I have tried applying this myself, but map-server always ends up displaying awarning about a zero-length packet (which was the whisper packet). I have tried reading through Hercules' clif.c, at that particular function where it needs to be fixed, but their implementation isn't really something I can understand Here's the link to that bugreport from Hercules; http://hercules.ws/board/tracker/issue-7983-whisper-display/
  9. You can use Shinn's Diffpatcher for it, that's what I use. 2012-06-12 has better support for official items since I believe it uses itemInfo.lub already. 2012-04-10 on the other hand, uses old .txt format idnum2 tables. About installing it again, no. You get the same patch files whatever client you get. You'll just have to replace the contents inside YourServerFolder\harmony for the server, and YourROFolder\harmony for your client. Both must come from that package you have requested, to ensure compatibility. Oh and change mmo.h too, after that, you're good to go.
  10. Have you diffed with [uI] Remove Hourly Playtime-Minder included?
  11. There's no point in going over 10000 on any drop rate config. Try changing the logarithmic drop setting to no. item_logarithmic_drops: no
  12. Whoa there. That's a lot of stuff. Anti-hack can't really be defined if you ask me. It may be a simple NPC exploit or SQL injection, and anything in between. Spamming, WPE / RPE and macros mostly can be handled by Harmony. But development has been really slow, so yeah. Just my advice.
  13. Conflicts

    Disable aura

    Have you tried using /aura ? If you're using RO Open Setup by Ai4rei, you can go to Options tab, and tick (or untick, not sure really), the /aura option.
  14. Sorry I should've read your post better. Here's what I suggest you to do; Use a 2012-04-10 Client. Apply your selected patches first, Login to harmonize.it website and click Request Package. Make sure you choose Apply Harmony to current exe, browse for your patched exe (this should be named 2012-04-10aRagexe_patched.exe by now) not unless you specified a name for it. Click Submit, and wait for the package to be sent to your registered e-mail address. To sum it up, you need to apply ALL your diffs first, before submitting it to Harmony. I never used the Specify exe version, and I've been using Harmony for 4 years now.
  15. Well Invisionfree I used back in like 2004/2005 but they're so hard to make look nice lol Yeah you have limited choices on Themes and plugins. However, if you're not planning to host your server at home (I really hope you don't). You can set up both your website and forums on a free sub-domain provided by your hosting company. IPB itself is quite expensive, but it can be free, ya know.
  16. Back when I started my RO server, I remember using http://www.invisionfree.com/ for my forums and a free .cc domain for my website. There are a lot of free website templates all around rA, and most hosting provider will give you a free subdomain (yourserver.ragnarok.so for AsuraHosting), so I suggest you start from there.
  17. Based on experience, it is due to missing C++ runtime components required for Harmony to function. Google around and install a C++ Redistributable package based on your current operating system.
  18. Though it may be a cool mod, and actually I'm interested in it. I don't think you actually have to do anything client-side. It should only involve clif.c/h mostly. I am of course just speculating. But since you said you can change the colors server-side, it means the colors are read through a db (or perhaps directly on source). These colors aren't the default client-side colors when slotting an un-slottable item, is it? Anyway, you can PM me so we can discuss further, I have several ways to possibly make use of that mod.
  19. If you don't have any particular reason to use 2012-04-10 client, I'd suggest you go directly to 2013-08-07aRagexe.exe Here's a good place to start; 2013 Ragexe and Diff (Up to date 2013-08-07) and 2013 Ragexe Support [Main Topic] PS: Now that I rechecked the post, you have Item Comparison on your Inventory view. Which means you're using 2013 Client. In that case everyone above was kinda off, you're supposed to use an updated itemInfo.lua (.lub) which you can find here. This should go inside (as an example) C:\Your Ragnarok Directory\System\
  20. Somehow I knew this would be a bit complicated. I was looking for something like this too. Thanks Brian.
  21. Someone must've been playing with IPB's group settings, now I can't even view my own profile. Check the attached screenshot. It could be a mistake specific to the Donator group, idk.
  22. No problem. I fully support your project.
  23. If you still need the VIP + 1500KP thing send me a PM containing information on how I could pay for it.
  24. Fogive the necro, but after reading this post here. It seems like, Gravity is starting to take stuff more seriously, looks interesting.
×
×
  • Create New...