Jump to content

L2 Rapture - Npc Buffer Ai Source Code C4/il


Recommended Posts

I share with you this buffer code witch was used perfectly on L2Rapture.It's a decent buffer for you to use in your servers,you can add or remove buffs,and you can also edit/add/remove exchange item and amount for buffs.It's a decent buffer and can be very usefull and helpfull.I don't know if this code is already shared in the past but i searched a bit and didn't find it,so here you go.If it was shared before here in this forum just inform me.

class 1 l2r_town_buffer : citizen

	{

	parameter:

	   int   windwalk = 308226;   // 308226   ww 2

	   int   magicbarrier = 265218;   // 265218   magic barrier 2

	   int   agility = 278275;   // 278275   agility 3

	   int   might = 273411;      // 273411   might 3

	   int   guidance = 317443;   // 317443   guidance 3

	   int   deathwhisper = 317955;   // 317955   dw 3

	   int   focus = 275715;      // 275715   focus 3

	   int   haste = 278018;      // 278018   haste 2

	   int   blessbody = 267526;   // 267526   bb 6

	   int   shield = 266243;   // 266243   shield 3

	   int   acumen = 277763;   // 277763 acumen 3

	   int   concentration = 275974;   // 275974   concentration 6

	   int   empower = 271107;   // 271107   empower 3

	   int   blesssoul = 268294;   // 268294   bs 6

	   int   blessshield = 318214;   // 318214   bless shgield 6

	   int   mentalshield = 264964;   // 264964   mental shield  4

	   string   fnHi = "l2r_town_buffer.htm";

	   string   fnSelectBuffs = "l2r_select_buff.htm";

	   int   chargeFee = 0;

	   int   feeItem = 57;      // 57 adena

	   int   feeAmt = 1000;

	

	handler:

	   EventHandler TALKED (talker)

	   {

	      myself::ShowPage (talker, fnHi);

	   }

	   EventHandler MENU_SELECTED (ask, reply, talker)

	   {

	      if (ask == 3)   //player select buffs

	      {

	         if (reply == 1)

	         {

	            myself::ShowPage (talker, fnSelectBuffs);

	         }

	         if (reply > 10000)

	         {

	               if( ( myself::Skill_GetConsumeMP( reply ) < myself.sm.mp && myself::Skill_GetConsumeHP( reply ) < myself.sm.hp ) && myself::Skill_InReuseDelay( reply ) == 0 )

	               {

	            if (chargeFee == 1)

	            {

	               if (myself::OwnItemCount (talker, feeItem) > feeAmt)

	               {

	                  myself::DeleteItem1 (talker, feeItem, feeAmt);

	               }

	               else

	               {

	                  myself::Say ("Sorry " + talker.name + ", come back when you have more Adena.");

	                  return;

	               }

	            }

	            myself::AddUseSkillDesire( talker, reply, 1, 0, 1000000 );

	            myself::ShowPage (talker, fnSelectBuffs);

	               }

	         }

	      }

	   }

	}

Pastebin: http://pastebin.com/3mFsMZsU

Link to comment
Share on other sites

WARNING :) Don't use this code unless you add some check whether 'reply' value is really one of buffs you wanted to allow! Otherwise player can get practically any skill casted on him...

Link to comment
Share on other sites

WARNING :) Don't use this code unless you add some check whether 'reply' value is really one of buffs you wanted to allow! Otherwise player can get practically any skill casted on him...

thanks for mention this ;)

Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


  • Posts

    • When it comes to encrypting passwords, using a strong hashing algorithm like SHA-256 or bcrypt is recommended. These algorithms help ensure that passwords are securely stored and protected from being easily decrypted.
    • ***CLExt L2OFF Extender Premium Account Save - Auto Login***   We would like to sell account panel for save accounts for server owners or self player.  You can login and save your id and pass accounts or delete it etc.       Price: 100 euro.   ***CLExt L2OFF Extender Premium Auto-Farm Macro System*** We would like to sell Auto-Farm Macro System for server owners or self player.  You can add your potions and your macro to farm your character with your standars.       Price: 100 euro.   If you like to order send me DM or skype zoumhs999.
    • Diablo III, the action-packed hack-and-slash RPG developed by Blizzard Entertainment, has captivated gamers worldwide since its release in 2012. Now, imagine a world where Diablo III's source code is opened up to the community, inviting developers and enthusiasts alike to enhance and refine this beloved game. This topic delves into the possibilities, challenges, and community desires surrounding the idea of Diablo III as an open-source project.   Key Points: 1. Defining Diablo III: Diablo III is an action role-playing game set in the dark fantasy world of Sanctuary. Players traverse through randomized dungeons, battling hordes of demons and collecting loot to strengthen their characters. With its compelling storyline, addictive gameplay mechanics, and rich lore, Diablo III has amassed a dedicated fanbase over the years.   2. Open Source Potential: Opening up the source code of Diablo III could unlock a wealth of opportunities for the game's future. Community developers could introduce new features, enhance existing gameplay elements, and address long-standing issues. The modding community, known for its creativity and innovation, could breathe new life into the game by creating custom content, game modes, and user interface improvements. 3. Community Interest: The question arises - would the gaming community welcome the idea of Diablo III becoming open source? Many players are eager to see the game evolve beyond its current state, with enhancements such as improved balance, expanded end-game content, and enhanced multiplayer features. By involving the community in the development process, Diablo III could foster a stronger sense of ownership and collaboration among its players. 4. Challenges and Considerations: While the concept of Diablo III as an open source is enticing, it also presents several challenges. Ensuring the integrity of the game's balance and preventing cheating would be paramount concerns. Additionally, coordinating development efforts and maintaining a cohesive vision for the game could prove challenging in a community-driven environment. However, with proper oversight and collaboration, these obstacles can be overcome. 5. Is Diablo III an MMORPG? Diablo III is often categorized as an action RPG rather than a traditional MMORPG (massively multiplayer online role-playing game). While it does feature online multiplayer elements, including cooperative play and player-versus-player combat, it lacks the persistent open world typically associated with MMORPGs. Instead, Diablo III focuses on instanced dungeons and smaller-scale multiplayer interactions. The Benefits of Improvement: Improving Diablo III through open-source development could revitalize the game, attracting new players and re-engaging existing fans. By embracing community-driven innovation, Diablo III could remain relevant and enjoyable for years to come. Additionally, fostering an active modding community could extend the game's longevity and create new opportunities for player expression and creativity.   Source code  
  • Topics

×
×
  • Create New...