Jump to content

LightFusionMain

Members
  • Posts

    102
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by LightFusionMain

  1. what customers, u got shares for free ...
  2. Huh, that's because u are missing some .utx textures , that lineageeffecttextures.utx is dependant on , and your compiler can't tell u anything about it, it simply won't load it ...
  3. They dont block adrenaline. They have semi-trojan like "protection", that actually stoled Pcoder Adrenaline SourceCode and SmartGuard ver 1.0 , that they used as base for their SGuard protection =) Its not even their own project
  4. I have working compiler for Epilogue/Freya , it's a native implemntation , not a bugged GF fix , so its not free... If u want , drop me pm.
  5. Health Bar / HP overlay from GOD+ chronicles , in C6 , HighFive Client , working modification . In this video it is shown how it its applied over simple Monster's , possible to apply over npc( on siege , fortress, etc) And thats how its applied in PvP , in party or without it Its possible to draw any kind of ui over player head in c6 , or GF , HighFIve, GOD+ like the ui from l2 Arena client , or even other games, some custom art ! Feel free to ask, suggest. If u are interested in appling such modification on your server, or just as helping mod for your daily Pvp on c6 GF HighFive, write me down PM . Thank's for viewing ! Have a great day.
  6. ... yeah working like a charm, only thing its bugged as hell original code from AttributeREmoveWnd.uc , price is int32 value function OnClickItem( string strID, int index ) { local ItemInfo infItem; local int Price; if (strID == "ItemWnd") { ItemWnd.GetItem( index, infItem ); Price = int(infItem.DefaultPrice); txtRemoveAdena.SetText(MakeCostString(string(Price))); btnOK.EnableWindow(); } } And in your sources , price is int64 , plus unneeded conversion to MakeCostStringInt64 , this leads to unexpected behavior . function OnClickItem( string strID, int index ) { local ItemInfo infItem; local INT64 Price; if (strID == "ItemWnd") { ItemWnd.GetItem( index, infItem ); Price = infItem.DefaultPrice; txtRemoveAdena.SetText(MakeCostStringInt64(Price)); btnOK.EnableWindow(); } } So in every new function u make , u have to use this unneeded conversion and some bugs may appear. More of that u cant export GF interface.u( with that compiler) , neither u can use stripsource-Commandlet, to remove sourcecode from interface.u ! But yeah its free, bugs included
  7. did u even tested it ? As far as i know only i have fully working solution for gf epilogue
  8. If u have 500$ i can make this kind of module .dll , drop me a pm .
  9. Hello, i'm looking for someone that is fammiliar with adopting desing( .psd ) or HTML , to Asp.net Razor Webframework ! Drop me pm of your contacts and price! Thanks.
  10. if u got like 430$ drop me a pm , i have a working solution.
  11. Native NWindow,Engine.dll related , if u have 300$ pm me.
  12. Something like this ?
  13. Video example of editing Classic 196 protocol client . https://www.youtube.com/watch?v=Zdi2kSJJEIU
  14. https://www.youtube.com/watch?v=Zdi2kSJJEIU&feature=youtu.be I guess that would be enough
  15. i have .xdat compiler, were did u get .u ?
  16. thats actually picture from 152 protocol( Ruoff) , you can see that is edited. I also have latest support for essence and 196 protocol .
  17. both .u compiler and .xdat compiler
  18. oh that kappa/accessretard double account ? funny
  19. -- UPDATE new latest chronicles supported ETOA 6 - Farfurion 196 protocol ETOA 7 - Essence. P.S. Also updated acmi .xdat editor , for latest chronicles
  20. Hello, as the title says, could someone sell me old webcms that ncsoft used back in 2004, i know its pretty old, but i want it , thanks !
  21. yeah there are no proofs on kappa, keep covering him ! well done
  22. if u banned him how he were able to contact this guy at jun, plus his last activity is - sunday https://maxcheaters.com/profile/211871-kara/ ? How is that You are ruining this community u know ? Because of your so called relations !
  23. you covered his ass two time, maybe even more, but last it was here mentioned by ts pamella32 yet you banned pamella32 . And somehow Kappa were able to write pm message in some time, otherwise how malahie could contacted it in jun ?
×
×
  • Create New...