Jump to content
  • 0

//setparam PVPs [C4]


Question

Posted (edited)

Hello guys, guys, i have a little question.


What code is used to change PVPs counter with the //setparam cmd?


For PKs code is PK_Counter but for PVPs i really dont know but i know that is possible, I googled hours and I didn't find anything.

 

//edit

I remembered something else that idk and I didn't find anything either:

What is the command to add items in the drop of X mob? and is there a way to see characters/accounts connected of a specific user/IP ingame?

 

Does anyone know? It's for a c4 off.

Thanks in advance.

Edited by surr0und

13 answers to this question

Recommended Posts

  • 0
Posted

These are the commands that can be used with setparam

 

      if ( wcsicmp(v4, L"level") )
      {
        if ( wcsicmp(v4, L"str") )
        {
          if ( wcsicmp(v4, L"dex") )
          {
            if ( wcsicmp(v4, L"con") )
            {
              if ( wcsicmp(v4, L"int") )
              {
                if ( wcsicmp(v4, L"men") )
                {
                  if ( wcsicmp(v4, L"wit") )
                  {
                    if ( wcsicmp(v4, L"undying") )
                    {
                      if ( wcsicmp(v4, L"exp") )
                      {
                        if ( wcsicmp(v4, L"sp") )
                        {
                          if ( wcsicmp(v4, L"org_hp") )
                          {
                            if ( wcsicmp(v4, L"org_mp") )
                            {
                              if ( wcsicmp(v4, L"org_hp_regen") )
                              {
                                if ( wcsicmp(v4, L"org_speed") )
                                {
                                  if ( wcsicmp(v4, L"noise") )
                                  {
                                    if ( wcsicmp(v4, L"base_physical_attack") )
                                    {
                                      if ( wcsicmp(v4, L"base_attack_speed") )
                                      {
                                        if ( wcsicmp(v4, L"base_critical") )
                                        {
                                          if ( wcsicmp(v4, L"magic_attack") )
                                          {
                                            if ( wcsicmp(v4, L"magic_defend") )
                                            {
                                              if ( wcsicmp(v4, L"pk_counter") )
                                              {
                                                v13 = v35;
                                                if ( !wcsicmp(v4, L"social") )
                                                  v13 = 25i64;
                                              }

 

  • 0
Posted

Oh well, that would demonstrate that it is not possible apparently. Although a guy just changed the pvps in my face without disconnecting the character and told me it was through the command.

 

Another thing, when giving hero with //set_hero to me does nothing but to someone else it works.
For myself I must use ///hero (with 3 slash) but it goes off when I change the weapon or do something. Is there any way i can get perma hero without touching the DB nor asking another GM to make me hero with //set_hero?

  • 0
Posted
52 minutes ago, surr0und said:

Oh well, that would demonstrate that it is not possible apparently. Although a guy just changed the pvps in my face without disconnecting the character and told me it was through the command.

 

Another thing, when giving hero with //set_hero to me does nothing but to someone else it works.
For myself I must use ///hero (with 3 slash) but it goes off when I change the weapon or do something. Is there any way i can get perma hero without touching the DB nor asking another GM to make me hero with //set_hero?

that depends of the extender that the guy was using, not all are the same and commands work different

 

  • 0
Posted
On 9/26/2019 at 12:19 AM, Nevermind25 said:

that depends of the extender that the guy was using, not all are the same and commands work different

 

yeah that's why I asked maybe someone knows, btw I know it's the depmax extender

 

friend changed the pvps in my face without even relogin the char and told me it was through setparam but he won't tell me the code yet because thinks its funny when i can't figure out someting lol.. thats why i wanted to investigate on my own.

 

So, I don't know, maybe it's possible with this extender but I can't figure it out yet  :laughing:

  • 0
Posted

yeah i tried with duel, pvp_counter, duel_counter and many more variables before posting here... nothing worked :D.

 

apparently I'll have to wait for him lmao, I'll post here if it was through the command or not

  • 0
Posted
On 9/25/2019 at 6:19 PM, guytis said:

These are the commands that can be used with setparam

 


      if ( wcsicmp(v4, L"level") )
      {
        if ( wcsicmp(v4, L"str") )
        {
          if ( wcsicmp(v4, L"dex") )
          {
            if ( wcsicmp(v4, L"con") )
            {
              if ( wcsicmp(v4, L"int") )
              {
                if ( wcsicmp(v4, L"men") )
                {
                  if ( wcsicmp(v4, L"wit") )
                  {
                    if ( wcsicmp(v4, L"undying") )
                    {
                      if ( wcsicmp(v4, L"exp") )
                      {
                        if ( wcsicmp(v4, L"sp") )
                        {
                          if ( wcsicmp(v4, L"org_hp") )
                          {
                            if ( wcsicmp(v4, L"org_mp") )
                            {
                              if ( wcsicmp(v4, L"org_hp_regen") )
                              {
                                if ( wcsicmp(v4, L"org_speed") )
                                {
                                  if ( wcsicmp(v4, L"noise") )
                                  {
                                    if ( wcsicmp(v4, L"base_physical_attack") )
                                    {
                                      if ( wcsicmp(v4, L"base_attack_speed") )
                                      {
                                        if ( wcsicmp(v4, L"base_critical") )
                                        {
                                          if ( wcsicmp(v4, L"magic_attack") )
                                          {
                                            if ( wcsicmp(v4, L"magic_defend") )
                                            {
                                              if ( wcsicmp(v4, L"pk_counter") )
                                              {
                                                v13 = v35;
                                                if ( !wcsicmp(v4, L"social") )
                                                  v13 = 25i64;
                                              }

 

 

Thank you! There's anyway to change pledge crest with gm?

  • 0
Posted
7 hours ago, RossoParl said:

 

Thank you! There's anyway to change pledge crest with gm?

 

only delete crest for cached 

    function deletePledgeCrest($pledgeId){
        $buf = pack("cV", 0x19, $pledgeId);
        return $this->Send($buf);
    }

  • 0
Posted (edited)

guys, so i dont create a new thread, someone know which is the command to add a drop to a mob ingame? same C4off

 

done, //giveitem

Edited by surr0und
  • 0
Posted
On 9/25/2019 at 11:25 PM, surr0und said:

Oh well, that would demonstrate that it is not possible apparently. Although a guy just changed the pvps in my face without disconnecting the character and told me it was through the command.

 

Another thing, when giving hero with //set_hero to me does nothing but to someone else it works.
For myself I must use ///hero (with 3 slash) but it goes off when I change the weapon or do something. Is there any way i can get perma hero without touching the DB nor asking another GM to make me hero with //set_hero?

pra funcionar hero //set_zzaga_hero

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
Answer this question...

×   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

    • L2 DEVS - HTML DESIGN (ALL NPC'S)    
    • I only share for free what they are reselling 🙂 You keep crying in all the publications, and if you are looking for h5 or gd wait for 5 or 6 years... cheers.... GENERAL Cached Extended to 8192kb IOBuffer Hair2SlotCache ItemBidAuctioner Clan Hall Current Olympiad Season Rank pages System (Shows Points/Games - Fully Configurable) Automatic Flag Around Raidboss System Offline Shop & Buffers Restore After Restart (Fixed location) Offline Buffer System PvP Auto Announce System Rebuilt with Extra Addons (Fully Configurable, Name, Zones, Rewards) Automatic Announce System Rebuilt with Extra Addons (Fully Configurable) ALT+B Augmentation House Shift+Click Droplist/Spoil List Epic Items Rank RB points Rank ChangeColorName ChangeColorTitle Change Skin (Race) Change Gender Custom Subclass (Acumulative) Achievements Item Delivery System  Augmentations/Enchants Automatic Announce System Auto Learn Skills PvP Reward Pk Reward War Reward Scheme buffer GlobalChatTrade Trade Augment Items Castle Announce Time Castle Standby Time Fix Spiritshots delay SpellbooksDrop Enable/Disable Drop custom Fully configurable, lvl min max allmobs, allrb, individual New cancel effect min,max BlessedarmorEnchantRate BlessedmagicWeaponEnchantRate BlessednormalWeaponEnchantRate MaxSlosChars MaxSlotsDwarfs Enable or disable all commands Fix fast loading npc OlympiadRestoreStatsOnFightStart OlympiadSystemSecondTimeEnabled OlympiadEnterLast10Minute OlympiadThirdClassSummons MinLevelTrade AnnounceSubClassMsg1 AnnounceSubClassMsg2 AnnounceSubClassMsg3 LimitedSubClassRace NoSellItems Change ID SealStones for AA NoPrivateBuyItems NoDropPlayerOnDie DisableSkillEnchantData Show Level Mobs Show npc clan flag DespawnSummonEnBattle SummonPetEnBattle RideSummonPetEnBattle DitanceToTargetMove EnterWorld_Undying EnterWorld_UnHide BlockWhispMessagePlayerToGM UseItemsWithHide CriticalSkillDamageBonusPer=4.0 Disable SSQSystem OnCastle Siege End Use any dyes Buy halls directly in auctioneer without waiting for the auction, configuration to change the item you consume MensajeEnterWorldServer Command .hero enable/disable hero aura Config vip global chat character, chat by systemsg Soulshots: NoSendSystemMessageUse Panel //admin Global vote reward Agathions system Anti Interface, control all patch files by md5 Command .menu configurable, last restart, name, maxusers, privatestores Spawn protection activate deactivate consume items to activate  Activate or deactivate autoloot for vip characters EVENTS Happy Hour Event reworked Configurable by announcements or systemsg Team VS Team Capture The Flag Death Match Last Man Standing Destroy The Base Korean Style Castle Siege Check if the player is inside the tvt event due to disconnection/critical error Top 1/5 killer reward/announce TimeAfk ResetReuseSkills ResetBuffsOnFinish Firework effect Reward win/lost Add Team Location Title custom Red/blue Open Door/Wall System BalanceBishops Show kills in title Invest positions Show Death To Top Delete Non-Subclass Skills     RELOADS Reload Enterworld Html Option Reload Faction System Reload Donate Shop Reload OfflineBuffer Reload Champion NPC Reload CliExt Reload AntiBot Reload Vip System Reload Auction Reload AutoLoot Reload CastleSiegeManager Reload CharacterLock Reload ClanPvPStatus Reload AutoLearn Reload ClanReputationRank Reload ClanSystem Reload CreatureAction Reload Customs.ini Reload L2server.ini Reload SkillData.txt Reload doordata.txt Reload decodata.txt Reload Multisell Reload DropList   Extender tested for more than 3 years. Assured stability. Possibility of adding MOD's upon request. (Not included, consult).
    • some peoples trash is another mans treasure, is that your treasure?   people might like the content but you are still the rat in the room     thats the community judging you.  
    • Keep reselling what I publish here for free!!! 🙂 GG  
  • Topics

×
×
  • Create New...