As much for me, I misread your comment, to solve the problem simply change all your __VER 15 to __VER 20 in your common.h or k.common version if you have some and then this code should work as you...
Type: Posts; User: Ruby Flyff
As much for me, I misread your comment, to solve the problem simply change all your __VER 15 to __VER 20 in your common.h or k.common version if you have some and then this code should work as you...
Remplace by
#if __VER < 16 //__ITEMLINK
if( GetAsyncKeyState( VK_LCONTROL ) & 0x8000 ) return;
#endif
Exact ^^
It was said in this thread that she was the problem
https://forum.ragezone.com/f457/vs22-v19-1-a-1207754/index6.html
"The quest arrow doesn't point correctly to some of the objectives in from...
Exécuter : https://drive.google.com/file/d/1aEWGdt155VslA2qkg41tHgfgORdAVQnq/view?usp=share_link in sql
Développer CHARACTER_01_DBF -> PROGRAMMABILITY ->STORED PROCEDURE -> CHARACTER_STR
...
Maybe just defined but if you would have done a simple search on notepad you would have known and we would have already passed another question..
And it's in various sources, the dragon cross and...
You don't give any code so we couldn't adjust this function for you, even with copy paste it's easy for you to merge it's two functions
Good work boy
Or other solutions use __PROFESSION_SB in hera v2
Marky files are compileable with visual studio 2013 so you can't compile them with visual studio 2022, used 2013+sp1 like for guru/as and other files
And you are in the wrong section, you posted...
I go through the today:), he already answered you "Learn to debug for the 8th time I tell you personally." So I’m also telling you for the ninth time.It is not by asking for help that you will...
Just debugged, instead of asking for help every time you should try to search yourself , for help requests usually all done here -> https://forum.ragezone.com/f483/ i will stop flyff I will no longer...
Partydungeon change type solo to party
Timer player war & GS
I think it’s a problem with the worlddialog you’ll have to check that if I remember well, it’s been a while since I touched the flyff quest but it’s a memory that stays in my mind
You certainly have to check your copied paste, this system doesn’t go through the databases like some __VIP , so you probably made a mistake somewhere, and this is not even this system that you pause...
Just this :
#if __VER >= 9 // __Y_ADV_ENCHANT_EFFECT
LoadPropEnchant( "propEnchant.inc" );
#endif //__Y_ADV_ENCHANT_EFFECT
#ifdef __MOUNT
LoadMountAnimationList( "Mount.inc" );
#endif...
He helps everyone and he’s a really good guy
I had disabled it but thanks you for this precision
#ifdef __WEAPON_RARITY/*
if( !prj.CheckWeaponRarity( pItemElem->GetWeaponRarity() ))
{ Error( "%s : pItemElem->GetWeaponRarity() returns %d !", pUser->GetName(), pItemElem->GetWeaponRarity() );...
Yes simply deactivated anarchy, for that you just have to do that in k.common//#define Anarchyand the function after the #else will have a new feature haha:D
Or perhaps simply because the anarchy system in the source replaces the Lord system lol
Verifie WndItemCtrl and Projet.cpp in common
#ifdef __BoxPreview
LoadGiftbox("propGiftbox.inc");
LoadPackItem("propPackItem.inc");
#endif
#ifdef __WORLDSERVER LoadConstant(...
Yes, Wings with SFX, added to the source but I didn’t add a line in the spec items
Just add the one that fenris kindly posted here: https://forum.ragezone.com/f457/random-stuff-1207289/It works fully and goes directly through the databases, will be much more stable than any other...
Check JNS_GLOW_CHANGE in Dpsrvr.cpp and WndField.cpp , check ID and remplace in defineitem.h , and good work
No that was not the problem, he had put the teleportbyapp function in guild house middle and with nothing in it, so they removed it and put the whole function and the problem was solved, he just made...
Character.inc
after
AddMenu( MMI_NPC_BUFF );
Add : AddMenu( MMI_NPC_BUFF_CLASS);
It’s normal if you always used the normal buff that no other buff you added works
The classic buff...
Function principale dans dpsrvr.cpp not added, fixed
verifie Wndfield.cpp you have added OnTeleportByAPP ?Or dpsrvr.h modifie in public
but not possible missing function dpsrvr.cpp
##ifdef __APP_TELEPORTER
void OnTeleportByAPP( CAr & ar, DPID...
OnTeleportByAPP in dpsrvr.cpp
https://drive.google.com/file/d/1hSLS4x-_6cfBhg2fcsGqoDlL2Tzg70Ne/view?usp=share_link
Remplace in your ressource
It’s pretty simple mistakes I don’t understand how you can get stuck on this,...
Interface\WndField.cpp
Search
if(pItemProp->dwID != 300214) // ITEM ID FOR MATERIAL glow
Change 300214 to 25455
Look wndtitle.cpp in neuz folder and compare with coreen source this function
DWORD IsValidPlayerName(CString& strName)
But I think there’s more work than that, trying it still doesn’t cost...
Probably a problem due to your databases, log errors? It would take a little more info than that to be able to help you, you used what as server files?
It’s pretty simple fixed this problem just found your position in games in "MENU" / "DEBUG" and checked your X/Y/Z positions, then just modified it according to your current position in games, I...
Thanks for this contribution, some map are very pretty, like Darknelia/FFPY and some of the other map added see unfinished
Interesting, graphically I find this games very pretty, I think I launched very soon in the creation of an AK project, own official files are they published?
I think you used a version of sql server 15.00 and the version of this backup is 12.00so you probably need to download sqlserver 2014 with a new instance, and you connected to this new instance on...
Oh yes I forgot it’s two files
They are already in your resource server ...but well I upload you anyway it’s file...
Right click on project ALL, and Rebuild
I prepared the source for you with the old configurations, you just extracted and compiled and it’ll be good
https://drive.google.com/file/d/1ZVmRFJrZUdXGsmL9mPewCtDzIvMw8vrm/view?usp=share_link
Hello, the IK3_VIP ID is already set in defineitemkind. h of your resource, check if you have not deleted #include "defineItemkind.h" in your mover.h
even this is unlikely, I think you’ve done...
Bonjour je publie des fichiers que j'upgrade depuis certaines sources publiées ici sur ragezone
#define __NEUZ_TITLE "[VS22] Horizon V19" //: Nom du serveur [Fonctionnel]
#define...