Jump to content

Recommended Posts

Posted

Hello.My question is simple..Is there a way to 'convert' a shared file,ex a weapon for HI5 client to another client?i asked that cause i want to test some of those incredible shares!

Posted

Hello.My question is simple..Is there a way to 'convert' a shared file,ex a weapon for HI5 client to another client?i asked that cause i want to test some of those incredible shares!

yes, you have to adapt it

Posted

So it's possible..I think i need to change the weapongrp.dat and that will solve it..AM i right??If not can someone explain me which is the proper way..These are my first steps to 'developing' [if you can name what i do like that]so i need to understand first the way l2j works

Posted (edited)

yes you can just change the grp lines but for weapons might not work in some cases but like armor/hats/npcs should work

This is where i find the biggest problem..I followed your guide for editing textures but in the final part,when i try to change that dat it crushed and the whole dat been erased from the system,so i need it to paste again from my backup..DO you have any idea why that's happen??

Thanks in advance

Edited by madbill
Posted (edited)

Because you "messed" the new line. Most likely too much or little 'rows', missing empty line at the end.

Edited by SweeTs
Posted (edited)

I copy the lines from the weapongr.dat.text to my file edit and i get that error..By the way i use a file edit which say gracia final(it's the client i use).If i use one from GOD will it work?

I dont understand what lines should i change so when i equip a club to been seen with an antharas axe for example

 

The error say that the file cannot be found by the system

 

http://imgur.com/fwtU8to

Edited by madbill
Posted

I copy the lines from the weapongr.dat.text to my file edit and i get that error..By the way i use a file edit which say gracia final(it's the client i use).If i use one from GOD will it work?

I dont understand what lines should i change so when i equip a club to been seen with an antharas axe for example

 

The error say that the file cannot be found by the system

 

http://imgur.com/fwtU8to

yes that god one is universal

you should never be using that kind of file edit

 

0 1 1 1 7 15 0 LineageWeapons.small_sword_m00_wp LineageWeaponsTex.small_sword_t00_wp icon.weapon_small_sword_i00 -1 1600 8 0 0 7 1 1 LineageWeapons.small_sword_m00_wp 1 LineageWeaponsTex.small_sword_t00_wp 4 Itemsoundd.sword_small_1 Itemsoundd.sword_big_7 Itemsoundd.sword_mid_6 Itemsoundd.public_sword_shing_4 Itemsoundd.itemdrop_sword Itemsoundd.itemequip_sword 10 8 6 1 0 8 0 0 0 0 379 0 1 1 1000 0 -1 0 0.00000000 0.00000000 0.00000000 1.00000000 1.00000000 LineageWeapons.rangesample 0.94999999 0.55000001 0.55000001 11.00000000 0.00000000 0.00000000 -1 -1 -1 -1
 
drop animation/texture
icon
animation/texture when using item
Posted

 

yes that god one is universal

you should never be using that kind of file edit

 

0 1 1 1 7 15 0 LineageWeapons.small_sword_m00_wp LineageWeaponsTex.small_sword_t00_wp icon.weapon_small_sword_i00 -1 1600 8 0 0 7 1 1 LineageWeapons.small_sword_m00_wp 1 LineageWeaponsTex.small_sword_t00_wp 4 Itemsoundd.sword_small_1 Itemsoundd.sword_big_7 Itemsoundd.sword_mid_6 Itemsoundd.public_sword_shing_4 Itemsoundd.itemdrop_sword Itemsoundd.itemequip_sword 10 8 6 1 0 8 0 0 0 0 379 0 1 1 1000 0 -1 0 0.00000000 0.00000000 0.00000000 1.00000000 1.00000000 LineageWeapons.rangesample 0.94999999 0.55000001 0.55000001 11.00000000 0.00000000 0.00000000 -1 -1 -1 -1
 
drop animation/texture
icon
animation/texture when using item

 

Thank you for speding your time answering to a newbie..It was satisfaying clear what i should do

  • 4 weeks later...
Posted (edited)

So back to the server side.The weaps i have is something like this[Freya Client]:

<set name="weapon_type" val="sword" />
<set name="bodypart" val="rhand" />
<set name="attack_range" val="40" />
<set name="damage_range" val="0.1.1.1" />
<set name="immediate_effect" val="1" />
<set name="material" val="adamantaite" />
<set name="crystal_type" val="s" />
<set name="weight" val="1" />
<set name="soulshots" val="1" />
<set name="spiritshots" val="1" />
 
and in FG client the weapons are like this:
item id="6590" name="Angel Slayer - Critical Damage">
  <for>
    <set val="246" order="0x08" stat="pAtk"/>
    <set val="132" order="0x08" stat="mAtk"/>
    <set val="12" order="0x08" stat="rCrit"/>
    <add val="-3" order="0x10" stat="accCombat"/>
    <set val="433" order="0x08" stat="pAtkSpd"/>
    <enchant val="0" order="0x0C" stat="pAtk"/>
    <enchant val="0" order="0x0C" stat="mAtk"/>
  </for>
Now in FG client the intel about rhand,material exist in a table on SQL named weapons..So i thinked that if i make the XML look like FG and create a new entry at SQL it would work.Well it didnt.still say that item dont exist
Is there anyone that know how can i make it work??Or at least why it isn't working..Or it's what mate told before,that for some weapons it cant be happen
Edited by madbill
Posted (edited)

Do the structure as your pack is using. Xml may be only stats, and all info about stored on sql.

Yes that's what i said.But it still dont work..I think that's the idea on FG.That the .XML have only stats and the other intel exist on SQL..But it's that i told before..I did all this and nothing..So in my despair i asked my self..Why it's better to work on Final Gracia and not Freya??It seems that freya it's easier at least on XML side and still has some more benefits..The only thing i dont know it's if FG is more stable than Freya

 

Edit:Someone who saw it,said to me that my project it's not the official L2j,but some custom project..What should i do?Continue on this?Change to l2j FG[dunno if still exist on their site]or change to another chronicle?? 

Edited by madbill

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

    • What a deductive skills. What is it, 2012? And would You ask for unban with false accusations? I don't have to prove YOU anything. Have fun.
    • Released new security update for Faceit anti-cheat and Gamers Club. Cheat is available again! We also added a few more slots for 1 month subscription and 6 months.
    • This post originally appeared on zupyak.   If you're diving into MLB The Show 25, you know how essential stubs are for building a powerhouse team. Whether you're aiming to snag elite players, upgrade your roster, or stock up on packs, stubs are the key to success. The good news? You don't need to spend real money to earn them. With a little strategy and effort, you can rake in stubs and dominate the diamond.  Here are the top five strategies to maximize your MLB The Show stub earnings and create the ultimate team without breaking the bank.    1. Earning Stubs with Diamond Quest Diamond Quest is a goldmine for stubs. By completing challenges in this mode, you can earn Diamond cards, which often have high sell values. Once you've earned these cards, sell them in the in-game Marketplace for a quick influx of stubs. Additionally, the packs you earn from Diamond Quest can be opened for more cards to sell or use in collections.   2. Completing Conquest Maps Conquest Maps are another excellent way to rack up stubs. Focus on capturing territories and completing map-specific goals. Many maps offer hidden rewards, including packs and stubs, which can significantly boost your earnings. You don't always need to conquer Strongholds—simply taking over territories can yield great rewards.   3. Flipping Cards in the Marketplace The Marketplace is your playground for flipping cards. Look for cards with a significant gap between their "Buy Now" and "Sell Now" prices. Place a Buy Order slightly above the current "Sell Now" price, then list the card for a "Sell Order" just below the "Buy Now" price. After the 10% Marketplace tax, you'll still make a profit. This strategy works best with high-value cards but requires patience and consistency.     4. Leveraging Player Exchanges Player Exchanges are an underrated method for earning stubs. Purchase cheap Silver cards near their quick-sell value, then exchange them for Gold players. These Gold players can either be used in your lineup or sold for a profit. This method is especially effective early in the game when Gold cards hold higher value.   5. Selling Things You Don't Need Don't let unused items clutter your inventory. Regularly check for duplicate cards, equipment, or other items you don't need. Sell these through the Marketplace to free up space and earn extra stubs. Even Bronze and Silver cards can add up over time, so don't overlook them. With these strategies, you'll be well on your way to building a dream team without spending real money. Let me know if you'd like to dive deeper into any of these methods!   Final Thoughts Building your dream team in MLB The Show 25 doesn't have to cost real money. With these five strategies—earning rewards through Diamond Quest, conquering Conquest Maps, flipping cards in the Marketplace, leveraging Player Exchanges, and selling unused items—you'll be well on your way to amassing stubs and creating a roster that rivals even the best in the game. Remember, consistency is key! Whether you're grinding through challenges or flipping cards daily, every little bit adds up over time. Stick with these methods, and soon enough, you'll have the stubs you need to dominate the diamond. Let us know which strategy works best for you—or if you've discovered any additional tips that deserve a spot on this list! Happy grinding!   
    • I don't see that ur account got unbanned https://maxcheaters.com/profile/80641-∽ave∽/  
    • Looking for gracia final/gracia epilogue server files including source.
  • Topics

×
×
  • Create New...