Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   New exe Problems Thread (POST PROBLEMS HERE) (https://forums.graalonline.com/forums/showthread.php?t=39245)

davidpsy 10-15-2002 02:28 AM

Quote:

Originally posted by BLOOD_kane
Well here is a list of what is wrong for me:

Lights work offline but not online
NO WARP RINGS WORK ON CLASSIC
I have a permanent HALO on my head on Classic that I didnt get on purpose
Bombs and Arrows wont work even if I have 30 of each
Perma Clothes do not work on Classic
Zrobi Ring is Messed up
Cannot Chat while Paused
MY MAGIC BAR WONT REGENERATE
All my NPCW's with different levels (like fishing pole, mace, hammer, etc.) Are all level 1 until I use them (its a minor annoyance)

here are things that have been an improvement
ALOT less lag than before.

Please fix these if you know what is causing them..im stuck underwater unless i use unstick me but thats just...wrong. :)

man sounds like your screwed :(

BLOOD_kane 10-15-2002 02:36 AM

Do'h that doesnt look so good

come to find out lights work on every server BUT Classic for me hehe

Darlene159 10-15-2002 03:58 AM

hmm, I'm not having any of the problems most of you are having except with the scripts, putexplosion doesnt seem to work, one npc I had to take offline because it went crazy and developed a mind of its own, and some other script problems also...looks like I have to go through and change scripts yet again...*sigh*
But I guess it is all worth it if this new exe is as great as I am told it is

Kaimetsu 10-15-2002 06:29 AM

Quote:

Originally posted by Darlene159

But I guess it is all worth it if this new exe is as great as I am told it is

It is. It really is.

Amagius 10-15-2002 07:15 AM

I swear people. My computer isn't old or new,
(GeForce 2
1.2 Ghz
Athlon AMD Micron)
but I know it's not hard.

I just installed everything adn it worked fine. Remember, do not press the "Delete all my ****e" button, and everything works fine.

JrTerrorist 10-17-2002 06:30 AM

1 Attachment(s)
Leik OMG Jebus... wtf happened to my graal? Ive reinstalled it twice ALL packs!

JrTerrorist 10-17-2002 06:33 AM

Now I cant EVEN ACCESS gral because im getting that GetINputBaseDll problem, and yes I have the version released on the 15th

Com013 10-17-2002 03:41 PM

Quote:

Originally posted by BLOOD_kane
Well here is a list of what is wrong for me:

Lights work offline but not online
NO WARP RINGS WORK ON CLASSIC
I have a permanent HALO on my head on Classic that I didnt get on purpose

The halo is the newbie protection you should get from Sister Gertrude. As soon as your AP drop it will go away...forever.
Quote:


Bombs and Arrows wont work even if I have 30 of each

Let me guess...they are displayed as chests?
Quote:


Perma Clothes do not work on Classic

I don't know why it is bugged (nobody touched the level the last month), but I'll rescript it.
Quote:


Zrobi Ring is Messed up

Stefan thought it would be cool to disable the setlevel command. Now 50-100 scripts on Classic don't work anymore. One of them is the Zorbi Ring.
Quote:


Cannot Chat while Paused

Should be fixed already...
Quote:


MY MAGIC BAR WONT REGENERATE
All my NPCW's with different levels (like fishing pole, mace, hammer, etc.) Are all level 1 until I use them (its a minor annoyance)

here are things that have been an improvement
ALOT less lag than before.

Please fix these if you know what is causing them..im stuck underwater unless i use unstick me but thats just...wrong. :)

Ok, here's the deal why many weapons don't work (including the system NPC which refills your MP):
Stefan optimised the scripting engine, so the weapon scripts don't get events/won't be loaded until something was triggered.
But the bow/bomb are constantly using timeouts which are initialized in if(playerenters) and something seems to be bugged there.

=> The new version nearly destroyed Classic.

Torankusu 10-17-2002 06:31 PM

Quote:

Originally posted by Com013


=> The new version nearly destroyed Classic.

Hate to say it, but you guys should convert to NPC Server.

Get a private server, and fix the levels one by one.

Tyhm 10-17-2002 09:07 PM

That would require three things.
1) An NPCServer. Unixmad said we'd be getting one sometime this week, but that assumes he remembers to pass the message on to Stefan.
2) A scripter who knows NPCServer that well. Miraculously, Com013's teaching himself the ropes.
3) Time. We don't have any and we're not likely to get any. While the most active (I might say the only active) LAT is working on the NPCServ version, Classic's gonna rot like this.

Com013 10-18-2002 01:18 AM

Okay, most of the NPC weapon bugs were due to the fact that they were not properly scripted.
I fixed:
  • System (for your mp)
  • Bomb
  • Bow
  • Zorbi Ring
  • Perma Clothes (needed to be redone completly. If your stored clothes are messed up, delete the PermaClothes and get them again. Don't worry, you don't need to pay a second time).
  • Hammer
  • Fishing rod
I'll look at the shovel later.

The setlevel command is a huge problem...

Tyhm 10-18-2002 03:57 AM

They were misscripted?

Man. I scripted, like, all of those personally. Oops.

Jeff 10-18-2002 04:11 AM

I hereby offer my services in helping convert the NPCs for the NPC server. I have NPC server experience with Providence and Graal2001, and I could help you get your conversion done quicker than with just one person figuring it out as he goes. If you want a sample of my work, forum PM me or AIM flee the nutter

NPC server = a good thing, believe you me. The ability to reliably store data alone is worth the time taken to update the npcs.

Tyhm 10-18-2002 04:45 AM

For 6000 levels? =_=

Granted, I estimate 2000 of them are just play ___.mid and setbackpal, but still.

Com, if you want the help go ahead and draft him...I'm stayin' outta it for now. ^_^

Com013 10-18-2002 11:37 PM

Quote:

Originally posted by Tyhm
They were misscripted?

Man. I scripted, like, all of those personally. Oops.

They used
NPC Code:

if (this.init == 0) {
this.init = 1;
//...
}


instead of
NPC Code:

if (created) {
// ...
}


The problem of the Zorbi Ring was simply setlevel.

The PermaClothes...er...completly bugged. I couldn't find the problem. Redid them.
Quote:

For 6000 levels? =_=

Granted, I estimate 2000 of them are just play ___.mid and setbackpal, but still.

Just guess what my converter will be doing?
The timeouts are the hugest problem for autoconverting. I wanted to do this:
NPC Code:

if (timeout) {
// ...
timeout = 0.05;
}


would be converted to
NPC Code:

if (timeout) {
for (c13sct=0; c13sct<2; c13sct++) {
//...
}
timeout = 0.1;
}


But:
  • that wouldn't work on NPCs which are using more than one value for the timeouts. (Just place the default NPC and set respawn).
  • And it would be very hard to do anyway.
Quote:

Com, if you want the help go ahead and draft him...I'm stayin' outta it for now. ^_^
I thought we weren't allowed to give levels/level access to non-LATs? Do we have to hire him first? I could ask Loriel, too...
I will remember Jeff when we get the server and the levels got through the first conversion step.


All times are GMT +2. The time now is 09:47 AM.

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