• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[TFSAccMaker] Announcement!

eduardojuniosm

Full Stack Web Developer
Joined
Dec 16, 2013
Messages
99
Reaction score
35
Location
Brazil
55e33a1d5ad9e.png
 
Why not make a pull request forgottenserver on github
 
post photos of your project to everybody see something ;)
what system will have ?
will have stream live?
 
@silveralol good ideia, I'll do this! :D

Teaser from the homepage :p
55e36f2f2b0f5.png


PS. The development is in a very early stage, the things will have significant changes.
 
Last edited by a moderator:
@silveralol good ideia, I'll do this! :D
Live stream of player or server?
If you think about server, you can use my script. It only streams players moves (not spells/texts, as it would freez server easily):
https://otland.net/threads/otclient-that-unpack-map-otbm-to-png-files.234213/#post-2258777
It wouldn't be hard to replace 'icons' of players with their outfits from:
https://otland.net/threads/outfit-images-animated-10-80.235053/

------------------
From developement stage to working acc. maker is loong road. Better do not publish alpha/beta version, because people will test it, see lack of features and ignore next versions of your acc. maker.
Most time you will spend on:
- guilds [management]
- shop
- wars [management] ( https://otland.net/threads/gesior2012-wars-on-www-tfs-1-0-only-beta-version.209357/ )

I'm not sure, if Laravel is best solutions. It's big framework and as every framework, it will use a lot of SQL queries or you will have to write weird PHP codes, to force it to load much data by 1 query.
Or you will have to use Laravel, but without OOP [use functions for everything like Znote] :p
 
Live stream of player or server?
If you think about server, you can use my script. It only streams players moves (not spells/texts, as it would freez server easily):
https://otland.net/threads/otclient-that-unpack-map-otbm-to-png-files.234213/#post-2258777
It wouldn't be hard to replace 'icons' of players with their outfits from:
https://otland.net/threads/outfit-images-animated-10-80.235053/
the stream is of one part in map, as your script !!! about it, is very awesome and thanks for release this ...

@eduardojuniosm try use another fonts :p is better
your base is znote acc or dev acc from tibia king?
 
I'm not sure, if Laravel is best solutions. It's big framework and as every framework, it will use a lot of SQL queries or you will have to write weird PHP codes, to force it to load much data by 1 query.
Or you will have to use Laravel, but without OOP [use functions for everything like Znote] :p

Can you please expand this answer, because I don't understand what you mean. I think Laravel is an excellent solution, it runs querys when it is needed and should.
I would say Laravel is better to use than your own setup. I don't fully understand what you write here, but I do not agree.

@eduardojuniosm , great choose to use Laravel! Keep post the progress in this thread, GL :)
 
Can you please expand this answer, because I don't understand what you mean. I think Laravel is an excellent solution, it runs querys when it is needed and should.
I would say Laravel is better to use than your own setup. I don't fully understand what you write here, but I do not agree.

@eduardojuniosm , great choose to use Laravel! Keep post the progress in this thread, GL :)

I think, that just people, which don't know, how to make own web application can say this. For what I need use any framework, which hundred of libs and functions, which I won't use? If I do anything custom, I always make it from 0, or I just use some libs, like for database connection or translation.
 
What about moving away from PHP and using Node or Go

huehue, looks good gl
 
I think, that just people, which don't know, how to make own web application can say this. For what I need use any framework, which hundred of libs and functions, which I won't use? If I do anything custom, I always make it from 0, or I just use some libs, like for database connection or translation.

Still, even with all this unsued components a proper built AAC using Laravel will run smoother than Gesior and Znote for example.
And Laravel has removed a few packages from the core, to make it more lightweight. If you want it evem more lightweight you can use their micro framework Lumen.

And, Laravel using lazy loading, so it only load components that is used. http://stackoverflow.com/a/29598495
 
I would almost say: "Epic!"
But I won't because, I don't see anything different from any other AAC nor understood any of the posts what followed after post 1 :D
 
Still, even with all this unsued components a proper built AAC using Laravel will run smoother than Gesior and Znote for example.
And Laravel has removed a few packages from the core, to make it more lightweight. If you want it evem more lightweight you can use their micro framework Lumen.

And, Laravel using lazy loading, so it only load components that is used. http://stackoverflow.com/a/29598495
Show me acc. maker that uses less SQL queries with same functionality. Smoother? No way.
Lazy loading? Gesior also got lazy loading.
How many queries would generate Laravel when you try to load 'all players, their skills from other tableand their accounts, ordered by skill'. Show me framework that does it by 1 query and offers OOP ;)
Of course you can just write query as I did in Gesior [or create view in database], but then it's not OOP.
 
Back
Top