Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 09:35 PM.


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