Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Bug Report
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 04-07-2011, 12:02 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Couldn't you store window position/size for each window created in a txt file or something? I guess something like:

PHP Code:
<window>@<server name origin>:x,y,w,h
Playerlist
@Login:50,50,100,600
Tailor
@Unholy Nation:100,150,500,500 
And whenever an external window is created, it scans the list for matching criteria and moves it at the correct position. You could even add a script value to enable/disable default positioning.

Also, it seems like input is being stolen away on login to servers. It takes a good 3 or so seconds and clicking the Graal window before I can actually move my player around.
Reply With Quote
  #2  
Old 04-09-2011, 04:09 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by DustyPorViva View Post
Couldn't you store window position/size for each window created in a txt file or something?
That would be a problem for stuff like PMs. Scripts can normally already set the position of the window.
Reply With Quote
  #3  
Old 04-09-2011, 04:21 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Quote:
Originally Posted by Stefan View Post
That would be a problem for stuff like PMs. Scripts can normally already set the position of the window.
How about doing it for just the game window? And leave pm windows to cascade. Also, Graal still opens on just the primary screen, not the secondary screen, maybe use mouse coord to get which window to open it on?
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote
  #4  
Old 04-09-2011, 05:29 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Stefan View Post
That would be a problem for stuff like PMs. Scripts can normally already set the position of the window.
I'm sure you could set up something custom for PMs to avoid that issue.
Reply With Quote
  #5  
Old 04-09-2011, 03:54 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
When right-clicking a player on Mac, if the profile window is currently behind the Graal window, it doesn't jump to the front.

Also, command+W does not close external windows on Mac.
__________________
Reply With Quote
  #6  
Old 04-09-2011, 06:06 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Small thing: The window title on "login" servers reads as "graal" instead of Login, Classic iPhone, etc.
__________________
Quote:
Reply With Quote
  #7  
Old 04-09-2011, 06:25 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by fowlplay4 View Post
Small thing: The window title on "login" servers reads as "graal" instead of Login, Classic iPhone, etc.
Is that a bug? Players shouldn't have to worry about what a "login" server is.


Quote:
Originally Posted by Stefan View Post
That would be a problem for stuff like PMs. Scripts can normally already set the position of the window.
What about a rememberPosition variable?
__________________
Reply With Quote
  #8  
Old 04-09-2011, 06:29 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by cbk1994 View Post
Is that a bug? Players shouldn't have to worry about what a "login" server is.
"graal" is still bad, should be "Graal" at least :P
Reply With Quote
  #9  
Old 04-09-2011, 06:41 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by DustyPorViva View Post
"graal" is still bad, should be "Graal" at least :P
Ah, agreed. I just noticed it says "graal" on the latest Mac build too.
__________________
Reply With Quote
  #10  
Old 04-12-2011, 09:31 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Highlighting text is still very broken. Like I've brought up before, highlighting text and going outside of the text box causes the highlighting to get broken. Very, very annoying and makes even simple text editing very hard. Also, starting a highlight outside of text(say, below a multiline text) skips the last character still, making it very hard to highlight large blocks of text unless you specifically start the highlight on the last character, which is impractical.
Reply With Quote
  #11  
Old 04-13-2011, 12:20 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by DustyPorViva View Post
Highlighting text is still very broken. Like I've brought up before, highlighting text and going outside of the text box causes the highlighting to get broken. Very, very annoying and makes even simple text editing very hard. Also, starting a highlight outside of text(say, below a multiline text) skips the last character still, making it very hard to highlight large blocks of text unless you specifically start the highlight on the last character, which is impractical.
The selection thing will be fixed in the next version, also it will not deselect text when copying or changing the cursor position when copying text in a MLText.
I don't have problems with selecting text though.
Reply With Quote
  #12  
Old 04-13-2011, 02:03 AM
Jiroxys7 Jiroxys7 is offline
Hazard to Graal
Jiroxys7's Avatar
Join Date: Apr 2009
Posts: 343
Jiroxys7 will become famous soon enough
I don't know if it is already fixed in V6, but there's a glitch where lagging through a level warp will somehow cause you to enter the next level with different X/Y coordinates than you should. (On servers like Zodiac, this tends to cause players to get stuck in walls.)

This seems to mainly or only happen when going from a GMAP, to a non-GMAP level.
__________________
MY POSTS ARE PRONE TO EDITS!
Reply With Quote
  #13  
Old 04-14-2011, 10:52 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Is there going to be built-in functions equivalent to getareaplayers(x, y, width, height);

or

isintersecting({box1}, {box2});

?

Built-in functions such as these would help performance with things like custom wall checking.
Reply With Quote
  #14  
Old 04-14-2011, 11:12 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
When viewing player profiles or any UI with a MultiLineTextEdit, only the first line of text will render until resize

happens in PM windows also, try copy/pasting a large bit of text into one to see it.
Reply With Quote
  #15  
Old 04-15-2011, 12:42 AM
SlikRick SlikRick is offline
Retired
Join Date: Aug 2003
Location: Minnesota,USA
Posts: 685
SlikRick is on a distinguished road
Options from the Playerlist Options do not save. I have to reselect them EVERY time I open the click. Such as, Allow mass messages and Show yourself on buddies list. I have these options unchecked but have to redo it every time, rather annoying.
Reply With Quote
  #16  
Old 04-25-2011, 06:14 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Could Download Progress just be made to be not be shown at all when logging on to servers?
__________________
Quote:
Reply With Quote
  #17  
Old 04-25-2011, 07:53 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by fowlplay4 View Post
Could Download Progress just be made to be not be shown at all when logging on to servers?
this, its a very annoying feature and quite useless too.
__________________
Reply With Quote
  #18  
Old 04-25-2011, 07:55 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by fowlplay4 View Post
Could Download Progress just be made to be not be shown at all when logging on to servers?
It should atleast be an option anyway, what if you have stuff being pre-loaded that a certain script is waiting on?
In this instance it would be useful to show download progress.
Reply With Quote
  #19  
Old 04-25-2011, 08:10 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by ffcmike View Post
It should atleast be an option anyway, what if you have stuff being pre-loaded that a certain script is waiting on?
In this instance it would be useful to show download progress.
How often are servers actually pre-loading files though? Based on your example it sounds like you have control, so you could easily throw in a nice looking Loading... display instead of the Download Progress GUI used now.

The main problem is the fact that the Download Progress window is obtrusive and steals focus until it's closed or all the files have finished downloading.

The only time it's used is when you're downloading update packages and logging into a server. Imagine if it displayed every time you entered a level with someone wearing a new head that needs to download.

Right now I feel it's currently one of those unnecessary annoyances we've come to terms to live with like RC windows opening on mouse position.
__________________
Quote:
Reply With Quote
  #20  
Old 04-25-2011, 08:14 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Voting for it to be removed. If pre-loading anything, you could just create your own display for it anyway, like Jerret said.
Reply With Quote
  #21  
Old 04-25-2011, 08:17 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Just saying it might still be worthwhile to keep as an optional display rather than removing it entirely.
Reply With Quote
  #22  
Old 04-25-2011, 08:22 PM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
Quote:
Originally Posted by ffcmike View Post
Just saying it might still be worthwhile to keep as an optional display rather than removing it entirely.
Optional, but disabled by default.
__________________
Reply With Quote
  #23  
Old 04-25-2011, 08:30 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by ffcmike View Post
Just saying it might still be worthwhile to keep as an optional display rather than removing it entirely.
Keep in mind I'm suggesting to have it not display on logging into a server. Not removing it entirely.

So things like mandatory update packages (barely anyone uses these anyway) should still bring up the Download Window.
__________________
Quote:
Reply With Quote
  #24  
Old 04-25-2011, 09:00 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
is there no way to just destroy or overload the UI by script?

I'm not sure what the GUI name actually is, but if you have upload a sound file you haven't downloaded to your client and then play the sound file, it will open the download UI

I assume it uses the same one in either case
Reply With Quote
  #25  
Old 04-25-2011, 09:06 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Mark Sir Link View Post
is there no way to just destroy or overload the UI by script?

I'm not sure what the GUI name actually is, but if you have upload a sound file you haven't downloaded to your client and then play the sound file, it will open the download UI

I assume it uses the same one in either case
You could (destroy it) but there's still the time between logging in and your scripts initializing, that it'll be visible for.

It's DownloadProgress_Window btw.
__________________
Quote:
Reply With Quote
  #26  
Old 04-25-2011, 09:09 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by fowlplay4 View Post
You could (destroy it) but there's still the time between logging in and your scripts initializing, that it'll be visible for.

It's DownloadProgress_Window btw.
I found that and DownloadProgress_GameFade

it seems that the gamefade is just a regular GUI control with a black transparency or something that the window is seated in so that it can use the pushdialog(GameFade) and keep the window centered

tbh I think that's probably more annoying than the window itself, the fact that it steals focus and is centered
Reply With Quote
  #27  
Old 04-25-2011, 10:38 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Please keep that window (ban-hammer), it's helping for new players on first login.
Reply With Quote
  #28  
Old 04-25-2011, 11:25 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Stefan View Post
Please keep that window (ban-hammer), it's helping for new players on first login.
Reply With Quote
  #29  
Old 04-25-2011, 11:26 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by Stefan View Post
Please keep that window (ban-hammer), it's helping for new players on first login.
__________________
Reply With Quote
  #30  
Old 04-25-2011, 11:34 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Stefan View Post
Please keep that window (ban-hammer), it's helping for new players on first login.
Well it's annoying on second login, for new and old players. Make an option so we can disable it 'appearing on login' at least.
__________________
Quote:
Reply With Quote
  #31  
Old 04-26-2011, 01:06 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
dunno if this can really be changed in time but on servers using default hit detection, players that are hit abruptly stop at the edge of swimming tiles if they are crossing walkable land, and sometimes this causes the player to not actually enter the water

would also like to see an event get thrown for players entering water since checking to see if their ani is swim or something is virtually the only way to accurately check and even then it doesn't always register in a .05 timeout
Reply With Quote
  #32  
Old 04-26-2011, 05:22 AM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Something I really, REALLY want V6 to have is tilelayers that draw OVER the player..
Reply With Quote
  #33  
Old 05-17-2011, 11:10 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Feature Request:

For the people who still use noplayerkilling() to designate a level as no-pk, could a function like playerkilling() be added to change it back to a pk level?

Making it writable on client-side would also be cool as well. I.e: nopkzone = false;
Reply With Quote
  #34  
Old 05-20-2011, 01:28 AM
kia345 kia345 is offline
z0rbi 4 life 🤘
kia345's Avatar
Join Date: Dec 2006
Location: delteria
Posts: 6,737
kia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond repute
Quote:
Originally Posted by kia345
I use the numpad to move, but every time I log on I have to reset the keys because it won't let me walk downwards with 5, what do
fix my keys while you're at it
__________________
pojo
Reply With Quote
  #35  
Old 03-13-2011, 02:51 AM
Luda Luda is offline
Registered User
Join Date: Aug 2005
Location: Canada
Posts: 2,071
Luda has much to be proud ofLuda has much to be proud ofLuda has much to be proud ofLuda has much to be proud ofLuda has much to be proud ofLuda has much to be proud of
Send a message via AIM to Luda
A more advanced PM box/system that Rufus suggested awhile back. Maybe add a YouTube embedded feature too, like the forums have.
Quote:
Originally Posted by Rufus View Post
You know, PM windows could be so much better. Going a little off topic, but I think PM's would be much better if they used something like BB Code along side a WYSIWYG or standard editor. The current features are pretty hidden, and not everyone knows you can embed images, but why? There probably should be a smileys menu instead of relying on going to the forums, and there should be a list of features somewhere.

Hmm.. heres a quick example mockup..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:25 AM.


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