Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Era Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=162)
-   -   Structure (https://forums.graalonline.com/forums/showthread.php?t=134269962)

Elk 05-18-2015 03:33 PM

Quote:

Originally Posted by Cubical (Post 1736301)
i think era needs a strip club

or a KiK/Skype-Club

Tim_Rocks 05-18-2015 06:10 PM

I will give the business idea the Tim_Rocks stamp of approval.

Godzilla 05-18-2015 09:27 PM

There is already strip clubs within houses haha

Zongui 05-20-2015 02:41 AM

plz put back the /mall command. i only play era by logging in and doing /mall to see what people are selling.

MysticalDragon 05-20-2015 09:17 AM

Mall command was removed because everytime you called the command the server would lag terrible.

Arakonda 05-20-2015 10:42 AM

Quote:

Originally Posted by MysticalDragon (Post 1736324)
Mall command was removed because everytime you called the command the server would lag terrible.

Yes, because the server is so lag free without it now.:cry:

ooger 05-20-2015 12:57 PM

Is that all you have to say Carlito? Not going to address anything else like, oh I don't know, the topic of the thread?

Tim_Rocks 05-20-2015 01:07 PM

I recommend scripting in a page button for the /mall to avoid loading the entire database. The mall was a lot smaller at one point and didn't require so many resources to pull the entire database.

I'm happy to do the work if you like.

Supaman771 05-21-2015 12:31 AM

Quote:

Originally Posted by Tim_Rocks (Post 1736328)
I recommend scripting in a page button for the /mall to avoid loading the entire database. The mall was a lot smaller at one point and didn't require so many resources to pull the entire database.

I'm happy to do the work if you like.

Nah man; they'd rather just disable the command instead of fixing it.

I've been asking to have this for months. I even told them to just load the stands as you scroll down rather than all at once.

Tim_Rocks 05-21-2015 12:58 AM

Quote:

Originally Posted by Supaman771 (Post 1736337)
Nah man; they'd rather just disable the command instead of fixing it.

I've been asking to have this for months. I even told them to just load the stands as you scroll down rather than all at once.

Uhm, maybe... I think it's way simpler just to send the information 20 items at a time. I can get it done guys. I got this.

shrimps 05-21-2015 01:17 AM

Go Tim GO Tim go....
Also Happy belated birthday. I skyped you but you never replied. #stalkerstatus.

MysticalDragon 05-21-2015 09:13 AM

I didn't disable it, just telling you why era did.

Quote:

Originally Posted by Supaman771 (Post 1736337)
Nah man; they'd rather just disable the command instead of fixing it.

I've been asking to have this for months. I even told them to just load the stands as you scroll down rather than all at once.

Thats even worst, sending multiple triggers? The real solution is moving to SQL, so you can cache the database information.

Tim_Rocks 05-21-2015 01:12 PM

It is SQL.. It's just pulling from multiple sources all at once. At the time there weren't that many mall stands to run the script through. There are a lot of stands now and the script needs to be adjusted to accommodate the change.

Aside from that, it would not send multiple triggers. It would allow players to send triggers manually as they go through the menu. You can prevent multiple pages by forcing the client to wait until the process is complete.

Dragon551 05-21-2015 10:56 PM

The /mall command is in the works, I'm just completely re-writing it at the moment and making a new menu instead of adjusting the current one (not a fan of how it's done). The current one just pulled all the rows from table and threw them onto the GUI, but having 250~ rows meant bad times :(

But yes, was disabled a while ago and with all the changes it wasn't a high priority tbh :p but was started up recently and finishing it up, so expect it soon :)

shrimps 05-21-2015 11:10 PM

Yay Alfey to the rescue. Finally we can be lazy again.

++repp Alfeybear

WillaWonka 05-22-2015 11:24 PM

You mean the menu will have pages to reduce the amount of information it pulls up all at once? You are a freaking genius alf.

shrimps 05-22-2015 11:27 PM

I just want search feature, I don't care what people are selling, I just want to find what I want.

salesman 05-23-2015 02:34 PM

era has like 50 players...how big can the mall be?
wtf r u guys doing

Scoper 05-25-2015 12:30 PM

Quote:

Originally Posted by ooger (Post 1736162)

What are the plans for the server?

It would be sort of refreshing if someone with a defined plan (god willing, that someone exists..) would maybe pop in and take the four minutes to type something constructive here, longer than a tangential answer to a question that doesn't help anyone.

papajchris 05-27-2015 01:46 AM

alfonso for manager

Breezed 05-28-2015 08:45 AM

Quote:

Originally Posted by papajchris (Post 1736427)
alfonso for manager

I support this

shrimps 05-28-2015 08:57 AM

I always support this.

Gambet1337 05-28-2015 04:03 PM

salesman for manager

RuthlessVillain 05-28-2015 05:03 PM

Good work on the new mall feature Alfonso.

The GUI could be a little nicer (maybe rounded borders or soemthing) but everything is working nice :)

Tim_Rocks 05-29-2015 01:59 AM

Why does no one ever add support for community names?

Dragon551 05-30-2015 12:46 AM

Quote:

Originally Posted by RuthlessVillain (Post 1736458)
Good work on the new mall feature Alfonso.

The GUI could be a little nicer (maybe rounded borders or soemthing) but everything is working nice :)

Glad it's working out so far :)
I am adding more features and making it even better when I can, just not live updating it yet until that's all ready to go :p so feel free to keep posting suggestions!

Quote:

Originally Posted by Tim_Rocks (Post 1736465)
Why does no one ever add support for community names?

If you're talking about the mall it's already pulling the community name value from the table, or should be as it's set up that way when it's calling the query, at least. Why those people don't have community names I have no idea x_x

Tim_Rocks 05-30-2015 01:48 AM

Quote:

Originally Posted by Dragon551 (Post 1736479)
If you're talking about the mall it's already pulling the community name value from the table, or should be as it's set up that way when it's calling the query, at least. Why those people don't have community names I have no idea x_x

That's not at all how it's set up.. The mall is strictly set up to reference player.account. You'll need to replace the account field with Control_Accounts.getCommunityName(temp.acc);

The reason I set it up without player.communityname is because I did not want the system based on information that can change.

Dragon551 05-30-2015 02:22 AM

Quote:

Originally Posted by Tim_Rocks (Post 1736481)
That's not at all how it's set up.. The mall is strictly set up to reference player.account. You'll need to replace the account field with Control_Accounts.getCommunityName(temp.acc);

The reason I set it up without player.communityname is because I did not want the system based on information that can change.

... So you just named the column cname? That's misleading :oo:
But will adjust it later when I get home, not a big issue anyways :p Thanks for letting me know it's set up with account name instead lol

Tim_Rocks 05-30-2015 02:57 AM

Oh yea.. Originally it was set up as community name.

Dragon551 05-30-2015 03:13 AM

Quote:

Originally Posted by Tim_Rocks (Post 1736483)
Oh yea.. Originally it was set up as community name.

Hence the confusion ;)
Could've set up two different columns for acct name and cname, not like it would've made a difference as far as data etc. goes.

shrimps 05-30-2015 03:22 AM

Ohhhh a nerd off. :D Fun.

Tim_Rocks 05-30-2015 02:57 PM

Quote:

Originally Posted by Dragon551 (Post 1736484)
Hence the confusion ;)
Could've set up two different columns for acct name and cname, not like it would've made a difference as far as data etc. goes.

You could have, yes, but then you're reproducing information that's already being done elsewhere.

papajchris 05-30-2015 02:57 PM

yeah seriously alf. its not that complicated.

fowlplay4 05-30-2015 05:43 PM

yea learn how to join tables alf

Dragon551 05-30-2015 07:11 PM

sry guys, i fixed it dw

Cubical 06-01-2015 09:20 AM

good job, era is proud


All times are GMT +2. The time now is 08:37 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.