Jump to content

Lifestone&bogs Stackable


Recommended Posts

hi guys i want to share you the code for lifestone amd bogs stackable for Frozen but with some adapts i think it will work and another packs

 

http://pastebin.com/wRLDrW0G

 

now some edits need to do from client side and database so first open navicat your database and etcitem so then Ctrl+f and type the ID of lifestones the top grades id is 8762 when u will found it change the type from Normal to stackable and do the same for Bogs so we are finished with database,, now open file edit and open etcitem.dat file from your system...so search for 8762 and for bogs i dont remember the id and when u find the lifestones go to the end there are 3 zeros like 0 0 0 and change the first 0 with 2 and it will like 2 0 0 so we are done and with file edit save it and go for test:)

 

 

i will upload and some photos to understand it more easy:))

Edited by @Slash
Link to comment
Share on other sites

i know its not my code i found it on frozens forum i search here but cant found it and shared to help some ppls searching that code:)

yeap maybe i see that on frozen forum and i think it was shared here sorry about that :)

good job mate 

Link to comment
Share on other sites

  • 2 months later...

+                       LS_STACKABLE = Boolean.parseBoolean(L2JFrozenSettings.getProperty("BOGStackable", "False"));
+                       BOG_STACKABLE = Boolean.parseBoolean(L2JFrozenSettings.getProperty("LSStackable", "False"));
 

This is inverted.  :P

Edited by Ivan Pires
Link to comment
Share on other sites

  • 2 months later...

The code to make Stackable BoG is broken u writte wrong

 

if some one like repleace

 

player.destroyItem("Consume", spbId, 1, trainer, true);

 

per

 

player.destroyItem("Consume", spb.getObjectId, 1, trainer, true);

 

Slash Noob  O0

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 years later...
  • 2 years later...
On 4/26/2017 at 12:24 AM, Tedd Law said:

I love you!!!!! Thank you very much!!!

how did u fix it ? i try it and no matter how many i've got ..when i augment 1 items all gone ..

I have ls(55) and when i use 1 to augment all 55 gone..HELP

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...