Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/15/20 in all areas

  1. View File Item Use, Drop & Pickup Events A handy extra set of script events and variables for you to maximise your event and quest scripts! New Variables: DroppedItemID, DroppedItemQTY, UsedItemID, PickedItemID New Scripted Event Triggers: OnItemDropEvent, OnItemUseEvent, OnItemPickupEvent Includes 3 Test NPC scripts e.g. - script onusetest -1,{ end; OnItemUseEvent: dispbottom "Found item use event"; dispbottom "Using on "+ UsedItemID; switch(UsedItemID){ case 501: dispbottom "You used a Red Potion!"; break; } end; } As an example use-case, I've previously used this code in an Easter event script where each time you pickup any 1 of the 13 different eggs, specific code will run for effects, item swapping, costume changes, play sounds, etc. The possibilities are enormous! Submitter Akkarin Submitted 11/15/20 Category Source Modifications Video Content Author Akkarin  
    1 point
  2. There are several things wrong with this post. I urge you, almost hysterically, to learn to update your code via git. There is literally no reason on the planet that should stop you from learning to manage your code correctly. Without seeing errors/error codes/consoles/core dump/error handlers, I can only assume that something is different in the way packets are being sent to your client (which you would know, if you used git). Since you deleted your old code, I imagine it may be a little difficult to pinpoint. What was the git hash of your old rA? What is the new hash of your rA? What is your client date? Are you in Renewal or Pre-Renewal mode?
    1 point
  3. 1 point
  4. hello! Thanks it's already fixed by @Functor
    1 point
  5. If you want to get what you want on client.exe then get a clean or unpacked clients Add gm client thru this on your clientinfo.xml Example: <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> 3. If you want to hex / diff your clean client use nemo-master by 4144
    1 point
  6. View File Emperium Breaker Ladder + Points + Shop The title says it all.. This would record a player's emp break count GM can easily reset the table This method is more optimized because the data is properly indexed on a table. Added emp breaker point shop - Account bounded.. Enjoy! Installation instructions : Submitter Mabuhay Submitted 01/18/2020 Category Utilities Video Content Author Mabuhay
    1 point
  7. Good friends, here I am bothering you again. I am trying to install Custom Instances that I want to test, but I find that in my rAthena folder I do not have the files like for example: instance_db.txt there is only instance_db.yml the same happens with quest_db.txt and there is only quest_db.yml How is it that these files are configured since I see that the structures are very different. I hope you can support me, thank you very much in advance.
    1 point
  8. Conf/Battle/Player.conf // Gemstone requirement. // Can the VIP Group ignore Gemstone requirement for skills? // 0 = Disable // 1 = Behave like Mistress Card // 2 = Remove all gemstone requirements (default) vip_gemstone: 0
    1 point
  9. You do not need this ... it can be turned off easily in the lua files in: data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub MakeableRace = { Doram = true } change to: MakeableRace = { Doram = false }
    1 point
  10. Hello! You can disable it by using any HEX editor. search: 68 CA 00 00 00 6A 15 8B CE change to: 68 00 02 00 00 6A 15 8B CE
    1 point
×
×
  • Create New...