-
Content Count
182 -
Joined
-
Last visited
-
Days Won
2 -
Feedback
0%
DenArt Designs last won the day on August 10 2016
DenArt Designs had the most liked content!
Community Reputation
19 GoodAbout DenArt Designs



-
Rank
Knight
- Birthday 08/03/1992
Contact Methods
-
Website URL
https://updater.denart-designs.com/
-
Skype
denArt_grafistiki
Profile Information
-
Current Mood
Inlove
-
Gender
Female
-
Country
Cyprus
-
Location
Home
-
Interests
Design and watching Anime
-
Help Hopzone Auto reward
DenArt Designs replied to skizor2017's question in Request Server Development Help [Greek]
Αχα τότε το έχει καταλάβει λάθος, ναι η αλήθεια είναι οτι ο φρόζεν είχε κάνει μια πρωτοποριακή αλλαγή εκείνες τις μέρες και είχε βάλει το φάκελο uMad για να διαβάζει τα vote sites είναι πραγματικά παλιό και κακή πρακτική. -
DenArt Designs started following Add pages to droplist., Hopzone Auto reward, Ovh questions and and 6 others
-
Help Hopzone Auto reward
DenArt Designs replied to skizor2017's question in Request Server Development Help [Greek]
Το API χωρίζεται σε 2 πλευρές στο server και στο client εσύ λογικά έχεις απο την μεριά του server αυτό που χρειάζεσαι είναι η μεριά του client (ο δικός σου server) να λειτουργήσει και προφανώς έχεις παλιό κώδικα, χρειάζεσαι κάτι ποιο καινούριο. εφόσον έχεις το ξεχωριστό αν δουλεύει απλά πάρε την μέθοδο που διαβάζει τα vote και βάλτην εκεί που χρειάζεται. -
to tell you the truth right now i am transfering one hosting from ovh they are very bad indeed.
-
and as i told you, you can ask the support, or stay here and do that questions and wait for valid answers, you know they have people that they are getting paid to answer this questions for you right? and they will do it with acurate answers. as i see it you have 2 options 1) stay here and ask random people to get random answers 2) ask support that you paid for.
-
why you dont ask the support?
-
l2gold style? looks good
-
-
this is very different story and I think is not good example for somebody in Greece :)
- 99 replies
-
- classic 1.0 server
- grand crusade l2
- (and 7 more)
-
https://hotcloud.gr/timokatalogos.html λίγο ακριβό αυτό που με παραξένεψε είναι το Δυνατότητα μεταφοράς site σε άλλο πάροχο Δεν είναι δυνατή η μεταφορά της ιστοσελίδας σε άλλο πάροχο. γιατί;
-
Project Chronicle 4 Project L2Jlisvus
DenArt Designs replied to DnR's topic in Server Development Discussion [L2J]
I was talking in a friendly manner, yes I don't know the projects past but since I saw the last commit I tried to suggest something and I see now that you got offended sorry bye. -
Help Add pages to droplist.
DenArt Designs replied to sotid's question in Request Server Development Help [L2J]
this code is propably a command based I am no programmer I understand very basic things maybe @SweeTs can give you an example here. -
Project Chronicle 4 Project L2Jlisvus
DenArt Designs replied to DnR's topic in Server Development Discussion [L2J]
I've never understood the logic of frozen uMad folder (website engine read to get vote) and many others but still frozen is abandoned.. it was not questions or commends so overraction is nonexistant, I just suggested an update in your libraries mysql 5.6 more faster/stable just an example now question that acis solved, why you keep java outside of jar? your possible answer is "for reload purpuses" cause there is no other valid answer so keeping all this angines to read outside java for scripts and AI logic is to debug without building the source, in sort you load a count of useless jars to debug live, if you do that its ok, but if you dont just remove the datapack side python/java/quest/ai or w/e files you have and put them inside the core its the logic think to do, we have fast computers now an extra build to fix something is some seconds its nothing compared to before some years that it was usefull for this engines to exists when we had dual cores and HDDs 80GB. Think that you want to update all your try{} to try(resources){} you have 2 things to update Core and DP.... why? PS I did not ask what the engines do, I know. This is why I suggested the updates/removals so now I give you the reason of my suggestions to be more understandable. in sort 1) everything that is on DP side that has .py extension should be translated into java 2) all java of DP side should be on core 3) cleanup all engines that used to read java from DP this is how you achieve speed and stability, faster updates in 1 side. and before you say anything remember... you started it with removal of javolution. -
Project Chronicle 4 Project L2Jlisvus
DenArt Designs replied to DnR's topic in Server Development Discussion [L2J]
https://subversion.assembla.com/svn/L2JLisvus/trunk/Lisvus_GameServer/lib/ you use many old version libraries you can make mmocore inside the server and many of those jars can be removed too :) -
Help Add pages to droplist.
DenArt Designs replied to sotid's question in Request Server Development Help [L2J]
if it was to guess this else if (_command.startsWith("DropListNpc")) { is to go in the command handler and the rest of the method to be called inside.