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

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

    • Lol good joke.   If I'd be the one contacting yo then I'd say at least 50% in advance because you can basically just fuck off when things doesn't go your way, and then you as a developer just wasted days or even weeks of time with development.
    • "Just make your own game!" sounds simple until you’ve tried it. I did, with Epic Dragon World and learned the hard way that "open source" often means "free labor for resellers." The MIT license became a buffet for people to grab code, rebrand it and ghost the project. Even basic collaboration collapsed because everyone wanted their vision, not *a* vision. NCSoft’s lawyers aren’t theoretical. They’re a sword of Damocles. Even if you rebuild a client from scratch, if it feels like Lineage 2, they’ll come knocking. Ask the Chrono Trigger fangame corpses how that goes. MMOs are hospice care. The genre’s on life support, kept alive by whales and nostalgia. Look at Throne and Liberty, NCSoft’s own "successor" to L2, flopping harder than a 2004 PKer in ToI. Classic reboots (WoW, L2) are bandaids, not resurrections. This is the hobby. Optimizing old systems, reverse-engineering spaghetti code and preserving janky mechanics is the fun part. Monetizing it turns it into customer service hell. No thanks. Community? What community? The L2 scene is 90% resellers, 10% players who’ll quit the second they don’t get +16 on day one. Both asking how to install Java and why running the uncompiled server does not work.
    • Dear players, Open beta test for C3 begins today at 19:00 server time (GMT +2). 💰 All participants who find bugs during OBT will be rewarded with Coin of Luck (CoL): - 1 CoL for each staticmesh issue found — e.g., walking through textures, etc., - 2 CoL or more for server-side issues, depending on their severity., We strongly recommend reviewing the quest list - when switching to Chronicle 3, the total number of quests should match the number shown in the upper right corner of the window and correspond to the quest count from Chronicle 2. To log into the game, use the same data you use to access the Airin server. 📌 Download client: Google Drive
  • 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