Jump to content

Recommended Posts

Posted (edited)

name = sys string

actual transaction = server

Sysstring-e.dat :p yes i figured it out 

 

the bad is that it changes all shop currency not only private stores ... 

 

Thank you !

Edited by TEOGR_hItMaKeR
Posted (edited)

 

 

privateshopwnd takes that string from sysstring-e.dat so i would suggest you one of these options:

1) edit sysstring file and change id 134 - Adena - to the text you want BUT this probably will also replace Adena string in inventory and some other places - so i rather wouldnt do that

2) edit sysstring file and add your currency name for one of the IDs that arent used, then edit interface.xdat and change id to the one you just created http://prntscr.com/crhaj3

Edited by UgliBiBagli
Posted

 

 

 

privateshopwnd takes that string from sysstring-e.dat so i would suggest you one of these options:

1) edit sysstring file and change id 134 - Adena - to the text you want BUT this probably will also replace Adena string in inventory and some other places - so i rather wouldnt do that

2) edit sysstring file and add your currency name for one of the IDs that arent used, then edit interface.xdat and change id to the one you just created http://prntscr.com/crhaj3

 

How i can do this bro ? You are right for the first one it did and i puted adena/mycurrency but its not nice :(

for the second how i can do this ? can you help me ? 

Posted

1. Adena text at the bottom can be changed by XDAT Editor

2. Amount of adena in TextBox can be changed only in Interface.u in PrivateShopWnd.uc

3. Tooltip can be changed only in Interface.u in Tooltip.uc

Posted

1. Adena text at the bottom can be changed by XDAT Editor

2. Amount of adena in TextBox can be changed only in Interface.u in PrivateShopWnd.uc

3. Tooltip can be changed only in Interface.u in Tooltip.uc

  

As i promised you, i searched for the solution. Here you go, i ve tested this in freya and it worked like a charm....

 

 

Index: java/com/l2jserver/gameserver/network/clientpackets/RequestExEnchantSkill.java

===================================================================

--- java/com/l2jserver/gameserver/network/clientpackets/RequestExEnchantSkill.java (revision 13244)

+++ java/com/l2jserver/gameserver/network/clientpackets/RequestExEnchantSkill.java (working copy)

@@ -26,6 +26,7 @@

import com.l2jserver.gameserver.model.L2ItemInstance;

import com.l2jserver.gameserver.model.L2ShortCut;

import com.l2jserver.gameserver.model.L2Skill;

+import com.l2jserver.gameserver.model.actor.L2Character;

import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;

import com.l2jserver.gameserver.network.SystemMessageId;

import com.l2jserver.gameserver.network.serverpackets.ExBrExtraUserInfo;

@@ -85,7 +86,11 @@

    player.sendPacket(SystemMessageId.YOU_CANNOT_USE_SKILL_ENCHANT_ON_THIS_LEVEL);

    return;

   }

+  if (!player.isInsideZone(L2Character.ZONE_PEACE) && !player.isGM()) //Another prevent

+  {

+   player.sendMessage("You can enchant your skills only in peace zone.");

+   return;

+  }

   if (!player.isAllowedToEnchantSkills())

   {

    player.sendPacket(SystemMessageId.YOU_CANNOT_USE_SKILL_ENCHANT_ATTACKING_TRANSFORMED_BOAT);

@@ -93,11 +98,16 @@

   }

  

   final L2Skill skill = SkillTable.getInstance().getInfo(_skillId, _skillLvl);+  final L2Skill prev_skill = SkillTable.getInstance().getInfo(_skillId, _skillLvl - 1);

   if (skill == null)

   {

    return;

   }

+  if (!player.checkCanUse(prev_skill))

+  {

+   player.sendMessage("You cant enchant this skill at this momment.");

+   return;

+  }

   final int costMultiplier = EnchantGroupsTable.NORMAL_ENCHANT_COST_MULTIPLIER;

   final int reqItemId = EnchantGroupsTable.NORMAL_ENCHANT_BOOK;

 

 

I told you that you want the level -1 ;)

 

Add this protection to other skill enchants too (GCM and green giant codex)

@vampir what are you talking about xd? I change it from the sysstring the theme is that it changed at all shops not only in private store of player so I am searching a solution to this right now I have it adena/mycoin and it's not cool :/

 

@solomun wrong topic I guess?

Posted

@vampir what are you talking about xd? I change it from the sysstring the theme is that it changed at all shops not only in private store of player so I am searching a solution to this right now I have it adena/mycoin and it's not cool :/

 

@solomun wrong topic I guess?

Hell yeah :(

 

Sorry for this.

Posted

  

@vampir what are you talking about xd? I change it from the sysstring the theme is that it changed at all shops not only in private store of player so I am searching a solution to this right now I have it adena/mycoin and it's not cool :/

 

@solomun wrong topic I guess?

XDAT Editor can be found here: https://sites.google.com/site/l2clientmod/xdat_editor

You need to find PrivateShopWnd in Windows tab, set sysstring to -1 and set text to Adena

Posted (edited)

Hell yeah :(Sorry for this.

np: p   

XDAT Editor can be found here: https://sites.google.com/site/l2clientmod/xdat_editor

You need to find PrivateShopWnd in Windows tab, set sysstring to -1 and set text to Adena

I am completely newbie at this don't understand sh1t could you help me somehow? I don't even understood what it's going to change with this

 

Edit also i tried to run it but it doesnt run or install ... :/

Edited by TEOGR_hItMaKeR

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • L2GOLD - Gold x45 C4 Project   C4 - Scions of Destiny: Protocol 656   Fully L2Gold Features - Daily Quest - Daily Mining Quest - Ancient Weapons -Refine System  -Rebirth System -Fully configurable everything you want -Gold stats/Gold skills/Gold items working 100% -Zones 100% alike  -Unique donations system (npc or voicedcommand .donate) - On Enchant success announcement ( if +16 for weapon, 8 for armor , 7 for jewel) - Announce of Castle Lord - Announce of Hero  - Olympiad Max A grade - Olympiad Buffs on matches changed to Gold Alike -Buff shop system on selling buffs with command .buffshop Shift+click dropinfo on mobs. and many more ingame addons.   Server is running a Test Server: Online to anyone can test it.   Game Client: https://www.mediafire.com/file/d0000rmt8ym0323/Lineage_2_C4_Client.rar/file   Game Patch: https://www.mediafire.com/file/39sojdex2mgj55k/L2Gold+Patch+C4.rar/file   GM Accounts: ID: root1 pass root1 [ accounts go from  root1 until root20 ]   Regular Accounts Registrations: http://84.247.164.27/?page=register   Some Screenshots: https://imgur.com/a/KSE4kdq   Contact me here via PM (only serious buyers).    Price of the product: Fully Server Pack + Source ( 200 Euros )
    • Https://lineage2dex.com Discord link : https://discord.com/channels/786506979493281794/814778540893536307/1424434670690504874 ## Dexters! **Our x25 server is celebrating its first week!** 🔥 Online stays strong at peak levels!  New players are joining every day, with 200+ new master accounts registered daily — amazing results! ✨ Tomorrow we launch a new episode along with the first event. Full details will be shared in the morning(October 6). 🎁 And for this little celebration, here’s a bonus code with a small gift for you! ## O05-IIW **Contains: ** * x3 - Training Potion 200% (20 min) * x200 - Mana Potions Loyatly (no weight) *The code will remain active until October 6, 7 AM(server time). And be sure, you have at less 20 slots free on inv before using a code.* **👉 How to redeem:** 1. Log in to your Master Account on site. 2. Click the Redeem Bonus Code button at the top of the panel, type code click redeem. 3. Select the account and character you want to receive the gift.  **Codes work only 1 time for 1 Master Account!** ### Enjoy your adventure, Dexters!
    • Complete Server Pack + Source Files:     C4 Scions Of Destiny: P656 Retail X1 L2OFF Server Pack + Source: Price: 70 EUR   C4 Scions Of Destiny: P656 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 90 EUR Screenshots: https://imgur.com/a/eternal-sin-l2-athena-x45-c4-WYCpbjl   C6 Interlude: P746 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 100EUR The same as C4 but in C6 Client so the Screenshots is the same: https://imgur.com/a/eternal-sin-l2-athena-x45-c4-WYCpbjl     C6 Interlude: P746 L2Gold L2OFF Server Pack + Source: Price: 50EUR Screenshots: https://imgur.com/a/9kB3oA9   C6 - Classic Interlude: P110 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 100EUR Screenshots: https://imgur.com/a/Z2kZxuv   Contact me here via PM (only serious buyers). 
    • Where should I modify the IP to be able to put it online for testing?
    • I had issues with Smart Guard to, there is not even support in many cases.
  • 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