Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Coding Corner
You last visited: Today at 06:47

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



is it possible to send this notify

Discussion on is it possible to send this notify within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
Desperado1337's Avatar
 
elite*gold: 0
Join Date: Oct 2018
Posts: 56
Received Thanks: 29
is it possible to send this notify

we know that whenever character write at all chat or send global this notify blown up is there ready function at devkit to send this notify(only like visual) and can i send it colored ?
Desperado1337 is offline  
Old 02/10/2021, 17:26   #2
 
Mc-Diesel's Avatar
 
elite*gold: 80
Join Date: May 2015
Posts: 375
Received Thanks: 119
it's already included in Devkit
there is func ShowMessageAbove Char i think or something like that
Mc-Diesel is offline  
Thanks
1 User
Old 03/05/2021, 16:38   #3
 
elite*gold: 0
Join Date: Feb 2021
Posts: 33
Received Thanks: 40
Quote:
Originally Posted by Mc-Diesel View Post
it's already included in Devkit
there is func ShowMessageAbove Char i think or something like that
woow, very helpful
OT:
#include <iCharactor.h> whereever youre going to test this function

PHP Code:
        CICharactorChar 0;
        
CLASSLINK_LOOP_BEGIN(CICharactor)
            if (
obj->GetName() == g_CICPlayer->GetCharName()) {
                
Char obj;
                break;
            }
        
CLASSLINK_LOOP_END(CICharactor)

            if (
Char != 0) {
                
Char->ShowMessageAboveEntity(messagecolor);
            }

        return; 
#KB is offline  
Thanks
1 User
Old 03/05/2021, 17:06   #4
 
elite*gold: 0
Join Date: Jun 2017
Posts: 80
Received Thanks: 37
Quote:
Originally Posted by #KB View Post
woow, very helpful
OT:
#include <iCharactor.h> whereever youre going to test this function

PHP Code:
        CICharactorChar 0;
        
CLASSLINK_LOOP_BEGIN(CICharactor)
            if (
obj->GetName() == g_CICPlayer->GetCharName()) {
                
Char obj;
                break;
            }
        
CLASSLINK_LOOP_END(CICharactor)

            if (
Char != 0) {
                
Char->ShowMessageAboveEntity(messagecolor);
            }

        return; 

what happened if change to this

Code:
CICharactor* Char = 0;
CLASSLINK_LOOP_BEGIN(CICharactor)
if (Char->GetName() == g_CICPlayer->GetCharName()) {
   Char->ShowMessageAboveEntity(message, color);
}
CLASSLINK_LOOP_END(CICharactor)
WhyKillMyFox is offline  
Reply


Similar Threads Similar Threads
VP Notify
11/09/2006 - CO2 Exploits, Hacks & Tools - 39 Replies
VP Notify V1.0 Shows your VPs anywhere! -Works better with 1 client (will attack to first opened client) -DOES NOT WORK if the window name is not -Only tested with 1024x768 resolution -Ugly version, Crap compatible, show interest and you will gain a better version. Enjoy!



All times are GMT +1. The time now is 06:47.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.