Jump to content

Recommended Posts

Posted

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

Posted

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...

  • Like 1
Posted

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 ;)

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • We are planning to hold a big contest and giveaway for 3000 subscribers in our Telegram channel. Subscribe and receive the latest news, updates, and changes from our projects: contests, giveaways, new products, discounts, promo codes, and much more! In our contest and giveaway, leading partners can also participate, which will surely catch your attention! ➡ Telegram channel: https://t.me/accsforyou_shop✅ Links: Digital goods store (Website): Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, bot) in October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount – just write your username after registration on our website in the following template: "SEND ME BONUS, MY USERNAME IS..." – you need to post it in our forum thread! 3. Get $1 for the first trial run of the SMM Panel: simply open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅
    • We are planning to hold a big contest and giveaway for 3000 subscribers in our Telegram channel. Subscribe and receive the latest news, updates, and changes from our projects: contests, giveaways, new products, discounts, promo codes, and much more! In our contest and giveaway, leading partners can also participate, which will surely catch your attention! ➡ Telegram channel: https://t.me/accsforyou_shop✅ Links: Digital goods store (Website): Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, bot) in October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount – just write your username after registration on our website in the following template: "SEND ME BONUS, MY USERNAME IS..." – you need to post it in our forum thread! 3. Get $1 for the first trial run of the SMM Panel: simply open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅
    • We are planning to hold a big contest and giveaway for 3000 subscribers in our Telegram channel. Subscribe and receive the latest news, updates, and changes from our projects: contests, giveaways, new products, discounts, promo codes, and much more! In our contest and giveaway, leading partners can also participate, which will surely catch your attention! ➡ Telegram channel: https://t.me/accsforyou_shop✅ Links: Digital goods store (Website): Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, bot) in October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount – just write your username after registration on our website in the following template: "SEND ME BONUS, MY USERNAME IS..." – you need to post it in our forum thread! 3. Get $1 for the first trial run of the SMM Panel: simply open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅
    • We are planning to hold a big contest and giveaway for 3000 subscribers in our Telegram channel. Subscribe and receive the latest news, updates, and changes from our projects: contests, giveaways, new products, discounts, promo codes, and much more! In our contest and giveaway, leading partners can also participate, which will surely catch your attention! ➡ Telegram channel: https://t.me/accsforyou_shop✅ Links: Digital goods store (Website): Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, bot) in October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount – just write your username after registration on our website in the following template: "SEND ME BONUS, MY USERNAME IS..." – you need to post it in our forum thread! 3. Get $1 for the first trial run of the SMM Panel: simply open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock