Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 01:49

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

Advertisement



[Request] Pumaa Glow

Discussion on [Request] Pumaa Glow within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
[Request] Pumaa Glow

can give me the code of applet and resdatas of pumaa glow


i used v16 paramater
Rhyder` is offline  
Old 01/23/2013, 10:50   #2
 
ThoughtfulDev's Avatar
 
elite*gold: 28
Join Date: Aug 2012
Posts: 2,335
Received Thanks: 471
Code:
APP_GLOW_SHOP "WndGlowShop.tga" "" 0 224 464 0x2410000 26
{
// Title String
"Glow Shop"
}
{
// Help Key
""
}
{
    WTYPE_BUTTON WIDC_OK "ButOk2.bmp" -842150451 26 404 98 424 0x220010 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_BUTTON WIDC_CANCEL "ButCancel2.bmp" 0 108 404 180 424 0x220010 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_STATIC WIDC_COST "" 0 128 368 196 384 0x2260000 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_STATIC WIDC_STATIC7 "" -842150451 26 368 112 386 0x2260000 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_BUTTON WIDC_BUTTON1 "reset.bmp" -842150451 64 252 136 272 0x220010 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_STATIC WIDC_CUSTOM5 "" -842150451 28 54 180 174 0x2260000 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_STATIC WIDC_STATIC4 "" 0 511 -370 607 -354 0x2220000 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_STATIC WIDC_STATIC8 "" 0 139 -376 235 -360 0x2220000 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_CUSTOM WIDC_ "" 0 26 46 184 242 0x260000 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_CUSTOM WIDC_CUSTOM_R "" 0 44 294 164 310 0x260000 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_CUSTOM WIDC_CUSTOM_G "" 0 44 316 164 332 0x260000 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_CUSTOM WIDC_CUSTOM_B "" 0 44 334 164 350 0x260000 0 0 0 0 25 025 112
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
}
ThoughtfulDev is offline  
Old 01/23/2013, 11:45   #3
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Dude when i press hotkey i get dc how to fix?
Rhyder` is offline  
Old 01/23/2013, 12:29   #4
 
ThoughtfulDev's Avatar
 
elite*gold: 28
Join Date: Aug 2012
Posts: 2,335
Received Thanks: 471
just use it as a menu at a NPC,.....
AddMenu( MMI_GLOWSHOP );
for menu dont forget the entries(defineneuz.h,textclient.inc/.txt.txt)
ThoughtfulDev is offline  
Old 01/23/2013, 12:37   #5
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 0
The Black Market: 517/0/0
Join Date: Jan 2012
Posts: 16,498
Received Thanks: 3,525
Quote:
Originally Posted by jayjei14 View Post
Dude when i press hotkey i get dc how to fix?
any errors?
Lumi is offline  
Old 01/23/2013, 12:37   #6
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Quote:
Originally Posted by Shonenx33 View Post
just use it as a menu at a NPC,.....
AddMenu( MMI_GLOWSHOP );
for menu dont forget the entries(defineneuz.h,textclient.inc/.txt.txt)
Can you give me the defineneuz.h ,textclient.inc and .txt.tx please
Rhyder` is offline  
Old 01/23/2013, 13:06   #7
 
ThoughtfulDev's Avatar
 
elite*gold: 28
Join Date: Aug 2012
Posts: 2,335
Received Thanks: 471
oh man srysly?
defineNeuz.h
Code:
MAX_MOVER_MENU
increase this definenumber by one
than add
Code:
#define MMI_GLOWSHOP		240
Before the Max_mover...
change the 240 to the number to MAX_MOVER_MENU was before.

save this

textclient.inc
add
Code:
TID_MMI_GLOWSHOP 0xffffffff
{
	IDS_TEXTCLIENT_INC_003935
}
at the end

save

open textclient.txt.txt
Code:
IDS_TEXTCLIENT_INC_003935	Glow Shop
save, finish
ThoughtfulDev is offline  
Old 01/23/2013, 13:20   #8
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Quote:
Originally Posted by Lumi' View Post
any errors?


No i dont get error on log

it will get dc when i press the hotkey maybe the applet code is incorrect
Rhyder` is offline  
Old 01/23/2013, 13:23   #9
 
ThoughtfulDev's Avatar
 
elite*gold: 28
Join Date: Aug 2012
Posts: 2,335
Received Thanks: 471
just post your FuncApplet.cpp code.....

and just use it as a menu Entry ... "tutorial" above
ThoughtfulDev is offline  
Old 01/23/2013, 13:24   #10
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Quote:
Originally Posted by Shonenx33 View Post
oh man srysly?
defineNeuz.h
Code:
MAX_MOVER_MENU
increase this definenumber by one
than add
Code:
#define MMI_GLOWSHOP		240
Before the Max_mover...
change the 240 to the number to MAX_MOVER_MENU was before.

save this

textclient.inc
add
Code:
TID_MMI_GLOWSHOP 0xffffffff
{
	IDS_TEXTCLIENT_INC_003935
}
at the end

save

open textclient.txt.txt
Code:
IDS_TEXTCLIENT_INC_003935	Glow Shop
save, finish

how to make it using hotkey to popup the glow change?
Rhyder` is offline  
Old 01/23/2013, 13:27   #11
 
ThoughtfulDev's Avatar
 
elite*gold: 28
Join Date: Aug 2012
Posts: 2,335
Received Thanks: 471
are you dont able to READ?!

first try it as a NPC menu entry and pls post your FuncApplet.cpp entrys of Glow Change
ThoughtfulDev is offline  
Old 01/23/2013, 13:28   #12
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Quote:
Originally Posted by Shonenx33 View Post
just post your FuncApplet.cpp code.....

and just use it as a menu Entry ... "tutorial" above


To bind the GlowShop on a Hotkey:
_Interface/FuncApplet.cpp
In the head
Code:
DECLAREAPPLET ( AppMain_GlowShop , new CWndGlowShop ); at the bottom before the }
Code:
AddAppletFunc ( AppMain_GlowShop , APP_GLOW_SHOP , _T ( "WndGlowShop" ) , _T ( "Icon_Housing.dds" ) , GETTEXT ( TID_GAME_HOUSING_BOX ), 'C' );


i follow your post on release section but when i press c button get dc

please make me a applet thanks
Rhyder` is offline  
Old 01/23/2013, 18:02   #13
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
If you crash then you will also get an error log.
So check your error logs. And post it here.
Dont expect to spoon feed it all. Otherwise you wont learn anything in c++.

If you want to set up an p-server then you also need to have some basic skills.
And yes that includes also my release on diff forum. Dont copy paste it everwhere and expect it to work.

With kind regards,
Loky
raventh1984 is offline  
Reply


Similar Threads Similar Threads
[Problem] Pumaa´s GlowChange
01/21/2013 - Flyff Private Server - 14 Replies
Hab alles eingefügt, was rein muss, samt Resdata-Einträge, bekomme dennoch diesen Fehler beim Öffnen der Neuz: Unbenannt163b.PNG - IMG-UP.net Hier einmal die ResData-Einträge: Habe es auch mit den releasten ResData-Einträgen versucht, leider ohne Erfolg. Achja, das compilen läuft reibungslos ohne Error´s.
[Request] Job Glow System SFXES
02/25/2012 - Flyff Private Server - 11 Replies
hey leute da sie sfxes vom release des job glow change systems von synxx n ich gehen bzw der client dann immer crasht wollt ich fragen ob jemand die funktionierenden hat
[REQUEST] PK2 Edited Glow ^^
06/08/2010 - SRO Private Server - 4 Replies
Well my request is if someone has modified glows and he could share it.. For example +3 is +5 glow and +5 glow is +7 glow and +7 glow is +9 If someone has these edited would he be so kind to share them with me ? Thanks in advance
[REQUEST]Super 120 BS glow
09/06/2009 - CO2 Weapon, Armor, Effects & Interface edits - 0 Replies
Hi can someone plz give me the super lvl 125 BS GLOW dds files? all i need is the glow i dont need the trail, since i cant find a .wdf extractor i cant get it myself (the one on here has a broken link). Making an edit to my lvl 130 blade and to finish all i need is the lvl 125 super BS glow :) EDIT: sorry i ment 125BS glow THANKS! orunu
[Help Request] Custome upgrade glow
05/13/2009 - Dekaron Private Server - 3 Replies
Hey guys, I'm not asking anyone to hand me what I need. Just maybe some insight on what could possibly be wrong. I'm trying to create a new glow effect for my weapons. I added in +10 for my server and wanted something to look a little different. I already editted the levelup/eff_upgrade dds files to the color I want. I editted the effectscene and effectdata files as well, just not sure if I put in what I needed, because obviously something is wrong. If anyone has any ideas on what I can...



All times are GMT +1. The time now is 01:50.


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.