Jump to content

L2JHidden HighFive.


Recommended Posts

Wyatt, my suggestion was about the difference of price between your options 1 and 4 months. I personally got no trouble you make big prices (as I suggested, 100€ / 4 months). If you sell quality work, no reason to sell it cheap. Just "balance" prices.

 

The only "real" problem is selling a precompiled pack. Imagine you stop the developement, all your customers are focked up. Even if you got no point to be named "scammer", as you sold your work at a moment M (and I repeat, I perfectly agree with your PoV), ppl who wanted to develop their servers (in future) are focked up.

 

That's only suggestions, do whatever you want with them. I got no control on that section, and I personally got no interest in that chronicle (when I could easily flame if you were doing Interlude, nierk nierk nierk :D).

 

And try to add new features, cause atm, except lazy asses will buy your pack (well I don't worry for you even if you keep that standard features :]).

Link to comment
Share on other sites

@Tryskell

I understand what u mean about balance prices but the main reason to be unbalanced (4 months maybe cheap) is that we want to make it cheap at the beginning to take some ppl with us, maybe we did the 1 month/price to high, dunno... will think about it.

 

@Shilen

I'm currently working on new events to put in the event engine, also a system to stop Event Scheduler every time that votereward is gonna give a reward, and start an in-game poll to know if players want an event and which event they prefer, and then event is gonna start, after that scheduler is gonna be activated again. And also I'm thinking more ideas to add, it's why I should need some help with "ideas" coz my main problem is to think one idea, not to code it x_x

 

Also, today or tomorrow we'll open a test server, opened to all who want to see the pack, and to test the features.

Link to comment
Share on other sites

@Tryskell

I understand what u mean about balance prices but the main reason to be unbalanced (4 months maybe cheap) is that we want to make it cheap at the beginning to take some ppl with us, maybe we did the 1 month/price to high, dunno... will think about it.

 

@Shilen

I'm currently working on new events to put in the event engine, also a system to stop Event Scheduler every time that votereward is gonna give a reward, and start an in-game poll to know if players want an event and which event they prefer, and then event is gonna start, after that scheduler is gonna be activated again. And also I'm thinking more ideas to add, it's why I should need some help with "ideas" coz my main problem is to think one idea, not to code it x_x

 

Also, today or tomorrow we'll open a test server, opened to all who want to see the pack, and to test the features.

Nice...As Tryskel said add some more special features, because many of them you got now are shared!Add something unique!
Link to comment
Share on other sites

Nice...As Tryskel said add some more special features, because many of them you got now are shared!Add something unique!

The unique stuff are always private and cant be shared so easily, btw it would be better if we could modify the pack our selves and not request from you every single time, that is i think a general rule for all the packs that the admin MUST be able to do some changes himself instead of making requests and wait until you guys do it.

Link to comment
Share on other sites

I'm glad to announce that Vip Customers will have SVN access in few days.

 

Also the prices are changed.

 

Prices:

  • 20 euros - Customer, will get 1 month of compiled packs with free support and updates.
  • 65 euros - Vip Customer, will get 4 month(s) of SVN access and free support.
    Since you buy any compiled pack, it will work lifetime, with your IP.

 

 

Link to comment
Share on other sites

Nice update also your 1st post and post on your "Work on" some new features despite the events.

 

Register on our forum to see what we currently working on, we always do updates there.

 

For Example We just finish the AutoVoteReward Event (1pcip per vote)

 

event_vote_engine_example.jpg

Link to comment
Share on other sites

Register on our forum to see what we currently working on, we always do updates there.

 

For Example We just finish the AutoVoteReward Event (1pcip per vote)

 

event_vote_engine_example.jpg

Why dont you talk with nhoke to get his event system to add it for your customers!
Link to comment
Share on other sites

SVN for Vip Customers ready.

 

@Shilen

Our project is more than brand new and Nexus from hNoke has been in development for more than a year.... I think he would think we look down on his work.

Also I'm not working on an Event Engine to after go to hNoke and ask for his work.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



  • Posts

    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
    • we sell website templates, make websites to order. Great selection at very good prices. My contacts discord : advert1231 telegram : https://t.me/ggwpins  
  • Topics

×
×
  • Create New...