Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-20-2003, 11:27 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Not sure if this would be a bug, but its bugging me :/

I must be doing something wrong. I'm pretty much making my own dialog bubble for chat text like Konidias is. Honestly, its been working since I first made it, however, when I test it online that's when it fails. It fails in the manner that when I chat and then someone else chats, thier bubble says exactly what I just said or says nothing. The problem, I've already determined, is the gani which I'm using to output the text. I've made it output with #s() and #P and both work 100% but not when chatting with other players. The screenshot attached shows what I mean. I know it sounds rather strange and the image looks a little misleading, but I'm not lying.

Here's the script. Its nothing overly special and before someone gets all upity, this is clipped from the NPC Weapon but its the core:
NPC Code:

if (isweapon || timeout) {
enablefeatures allfeatures-0x4000-0x100-0x80-8;
if (playerchats && !strequals(#c,) && !client.meteroff) {
wraptext2 180,0.714285714285714,,@#c;
setplayerprop #c,#t(0);
setplayerprop #P(28),#c;
setplayerprop #c,#t(1);
setplayerprop #P(29),#c;
setplayerprop #c,#t(2);
setplayerprop #P(30),#c;
setplayerprop #P(27),dk_dialog_b.gani;
sleep 5;
setplayerprop #P(28),;
setplayerprop #P(29),;
setplayerprop #P(30),;
setplayerprop #P(27),;
}
enablefeatures allfeatures-0x4000-0x100-0x80-8;
timeout = 0.05;
}



If this thread is in the wrong place, then who ever has the ability, please move it to the appropriate forum. Thanks
Attached Thumbnails
Click image for larger version

Name:	graal.png
Views:	194
Size:	238.6 KB
ID:	22538  
__________________
Reply With Quote
  #2  
Old 01-21-2003, 12:24 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
If not body replies, ask Screen_Name, or PM him as he was the first one I saw to make speech bubbles.
__________________
--Spark911
Reply With Quote
  #3  
Old 01-22-2003, 02:28 AM
azuretek23 azuretek23 is offline
Registered User
azuretek23's Avatar
Join Date: May 2002
Location: Phoenix, AZ
Posts: 516
azuretek23 is on a distinguished road
Send a message via ICQ to azuretek23 Send a message via AIM to azuretek23
I've had the idea for speech bubbles forever but I guess they knew how to do it
__________________
:: Give a man a fish, you feed him for a day. Teach a man to fish, and you lose your monopoly on fisheries ::
Reply With Quote
  #4  
Old 01-22-2003, 05:26 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by Spark910
If not body replies, ask Screen_Name, or PM him as he was the first one I saw to make speech bubbles.
I've already talked with Konidias on this But it hasn't sovled my problem thus far. I think I know what's happening but I could be wrong.
__________________
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 08:52 PM.


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