Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Announcements
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Closed Thread
 
Thread Tools Search this Thread Rating: Thread Rating: 3 votes, 3.67 average. Display Modes
  #16  
Old 09-19-2014, 12:29 AM
alskdjfhg alskdjfhg is offline
alskdjfhg
Join Date: Apr 2009
Posts: 192
alskdjfhg is on a distinguished road
Quote:
Originally Posted by Gold1 View Post
Shitload of bugs.
Can't set guild tags with special characters in your nickname.
Open the Q menu and it boots me out.
Reset's GUI back to defaults as well as option settings every time I log on.
Please fix this.
It's annoying.
^ All true.

It also crashes. You need to test way more before you release.
  #17  
Old 09-19-2014, 04:28 AM
Gold1 Gold1 is offline
Former N-Pulse Manager
Gold1's Avatar
Join Date: Aug 2010
Posts: 140
Gold1 has a spectacular aura about
Send a message via AIM to Gold1 Send a message via MSN to Gold1
Quote:
Originally Posted by alskdjfhg View Post
^ All true.

It also crashes. You need to test way more before you release.
__________________
[email protected]
  #18  
Old 09-19-2014, 04:51 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Quote:
Originally Posted by Gold1 View Post
Shitload of bugs.
Can't set guild tags with special characters in your nickname.
Open the Q menu and it boots me out.
Reset's GUI back to defaults as well as option settings every time I log on.
Please fix this.
It's annoying.
Please help us- which server are you experiencing this on?
__________________
  #19  
Old 09-19-2014, 05:16 AM
Gold1 Gold1 is offline
Former N-Pulse Manager
Gold1's Avatar
Join Date: Aug 2010
Posts: 140
Gold1 has a spectacular aura about
Send a message via AIM to Gold1 Send a message via MSN to Gold1
Quote:
Originally Posted by xAndrewx View Post
Please help us- which server are you experiencing this on?
Unholy Nation
__________________
[email protected]
  #20  
Old 09-19-2014, 05:45 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Works fine for me. UN is using a custom script isn't it? (not default)
__________________
  #21  
Old 09-19-2014, 05:56 AM
alskdjfhg alskdjfhg is offline
alskdjfhg
Join Date: Apr 2009
Posts: 192
alskdjfhg is on a distinguished road
Quote:
Originally Posted by xAndrewx View Post
Works fine for me. UN is using a custom script isn't it? (not default)
It doesn't save the server settings or hotkeys. They reset after restarting the client.

When paused, after a short period of time it will automatically unpause.

The client will occasionally stop working and crash.
  #22  
Old 09-19-2014, 06:18 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
It all sounds like these are issues with the scripting not the client.

The pause issue seems to run on a 20 second timeout (counted). Again, this is a UN system. I've just been paused on NPulse till I unpaused.

Regarding the baddies, I am sure there are several baddy scripts in the code gallery which will replace the old baddies. Yes, some of the DEVs on UN will need to create scripts to check when all baddies are dead but it shouldn't be too difficult.
HTML Code:
function onCreated() {
  setTimer(1);
}

function onPlayerEnters() {
  if (timeout <= 0) setTimer(1);
}

function onTimeout() {
  if (players.size() <= 0) return;
  
    //Baddy count
  temp.c = 0;
  for (temp.obj: findareanpcs(0, 0, 64, 64)) {
    if (temp.obj.isinclass("baddy_core")) {

        //Dead flag here
      if (temp.obj.dead == false) temp.c++;      
    }
  }

    //If any baddies are alive-
  if (temp.c > 0) {
    this.chat = "BADDIES LEFT:" SPC temp.c;
  } else {
    this.chat = "No baddies left. Call another script";
  }
  setTimer(5);
}
p.s. thanks NPulse-dev for helping me test
__________________
  #23  
Old 09-19-2014, 08:14 AM
Gold1 Gold1 is offline
Former N-Pulse Manager
Gold1's Avatar
Join Date: Aug 2010
Posts: 140
Gold1 has a spectacular aura about
Send a message via AIM to Gold1 Send a message via MSN to Gold1
Wait what?
N-Pulse is dead.
Wtf?
__________________
[email protected]
  #24  
Old 09-19-2014, 08:22 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Check PM. Let's not get off track
__________________
  #25  
Old 09-19-2014, 08:42 AM
Gold1 Gold1 is offline
Former N-Pulse Manager
Gold1's Avatar
Join Date: Aug 2010
Posts: 140
Gold1 has a spectacular aura about
Send a message via AIM to Gold1 Send a message via MSN to Gold1
I was getting excited..
__________________
[email protected]
  #26  
Old 09-19-2014, 09:27 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
check email
  #27  
Old 09-19-2014, 10:49 AM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is just really niceMysticalDragon is just really nice
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
I can help UN prepare for an updated transition.
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]



  #28  
Old 09-19-2014, 03:36 PM
Jakov_the_Jakovasaur Jakov_the_Jakovasaur is offline
Deleted by Darlene159
Jakov_the_Jakovasaur's Avatar
Join Date: Sep 2013
Location: Deleted by Darlene159
Posts: 353
Jakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud of
is it ever going to be acknowledged that bitwise operations are broken?

this is becoming like global guilds
__________________
This signature has been deleted by Darlene159.
  #29  
Old 09-19-2014, 03:38 PM
alskdjfhg alskdjfhg is offline
alskdjfhg
Join Date: Apr 2009
Posts: 192
alskdjfhg is on a distinguished road
Quote:
Originally Posted by MysticalDragon View Post
I can help UN prepare for an updated transition.
You'd probably be the only one willing to do it.

My question is, why is this updated client not being forced?
  #30  
Old 09-19-2014, 03:42 PM
Jakov_the_Jakovasaur Jakov_the_Jakovasaur is offline
Deleted by Darlene159
Jakov_the_Jakovasaur's Avatar
Join Date: Sep 2013
Location: Deleted by Darlene159
Posts: 353
Jakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud of
Quote:
Originally Posted by alskdjfhg View Post
You'd probably be the only one willing to do it.

My question is, why is this updated client not being forced?
its probably a good thing that its not forced at the moment due to all the bugs that exist, as long as it doesnt turn into a situation reminiscent of the v5/v6 debacle where one of graals managers announced v6 as "released" while allowing people to carry on using v5 for another 9 months
__________________
This signature has been deleted by Darlene159.
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 05:53 AM.


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