Jump to content

Myext64 - My New Opensource Gracia Final/epilogue Extender


Recommended Posts

1 minute ago, eressea said:

Switch to release configuration

Newbie in l2 off and i try2 days to find out what i was doing wrong....Thanks for the help 

 

Link to comment
Share on other sites

On 06/10/2017 at 9:24 AM, eressea said:

Thank you for that CacheD it is what I was missing I think time to time at rare occasion I had non cached sell list error :)
 

Link to comment
Share on other sites

1 hour ago, Jojo_ said:

Thank you for that CacheD it is what I was missing I think time to time at rare occasion I had non cached sell list error :)

That error has nothing to do with cached.

Also I currently do  almost nothing with cached https://bitbucket.org/l2shrine/extender-public/src/10b68191202e0796c0f447825420187efc124ee3/MyExt64/Cached/Cached.cpp?at=master&fileviewer=file-view-default

Link to comment
Share on other sites

On 14/10/2017 at 8:53 PM, eressea said:

I do not want to seem stupid but really, since I have put your cacheD I do not have such errors.
At first each day I had to reboot NPC server to fix it, now after few days I still have no issues :)
So maybe that a coincidence and in theory it should but I like it.
Edit:
Also tiny question where the command .expon .expoff is store in your code?
Just telling the file that enough I want to learn on this first (debutting in code and I will try to understand these)
(I can read it "that clear" yet unsure if I would be able to change it without breaking it :P)

Edit2: Seem I have found it do not mind me then it was logic i was not looking carefully :D

Edited by Jojo_
Link to comment
Share on other sites

  • 3 weeks later...
On 05/11/2017 at 9:41 AM, eressea said:

MyExt64 now supports Item Refund, if you find any bug, please let me know :)

Maybe that an error in my side.
Also unsure about it on Epilogue but when you sell, buy and refund it should close that window, to let the NPC speak.


Beisde it, it seem to work pretty fine.

Link to comment
Share on other sites

That was true on Gracia Final, on Epilogue the buy/sell/refund window doesn't close and shows the message that transaction was done.

Link to comment
Share on other sites

I have tiny big issue with splited AI 

11/13/2017 15:00:37.821, Loading Split AI: Can't load file aiai_adiantum_skilluse\adiantum_skilluse.txt


And this for all classes.
Yes I do have splited AI folder with txt etc.
I did it with make.py all you provided some post again in a .tar
what make me think there is something wrong is that "aiai_" after Loading Split AI: Can't load file ....
It seem to miss a back slash in to assume it as path (ai\ai_ )
Did I fail somewhere ?

Pfff do not mind me I am stupid really.
That in Classes.txt ... 
Now when do fix classes.txt it show that error and for all : 

11/13/2017 15:12:32.116, Fail to load. Reset the AI. Line[0]
11/13/2017 15:12:32.157, Cannot find AI class[farm_maker]
11/13/2017 15:12:32.158, Maker[oren15_azit_teleporter01] doesn't have ai handler. cannot set the ai parameter[CastleID]

I will try to find why :)

Edited by Jojo_
Link to comment
Share on other sites

On 11/13/2017 at 3:04 PM, Jojo_ said:

Now when do fix classes.txt it show that error and for all : 


11/13/2017 15:12:32.116, Fail to load. Reset the AI. Line[0]
11/13/2017 15:12:32.157, Cannot find AI class[farm_maker]
11/13/2017 15:12:32.158, Maker[oren15_azit_teleporter01] doesn't have ai handler. cannot set the ai parameter[CastleID]

 

 

Do you have header there? Create header.txt in ai folder:

SizeofPointer 8
SharedFactoryVersion 69
NPCHVersion 79
NASCVersion 2
NPCEventHVersion 2
Debug 0

and add it as first file loaded in classes.txt

Link to comment
Share on other sites

Hmm.

Where could be the problem?

 

1>Linking...
1>   Creating library ..\Server\MyExt64.lib and object ..\Server\MyExt64.exp
1>Beta.obj : error LNK2019: unresolved external symbol "public: void __cdecl CUser::SavePoint(int,int)" (?SavePoint@CUser@@QEAAXHH@Z) referenced in function "public: static void __cdecl Beta::Bypass(class CUser *,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (?Bypass@Beta@@SAXPEAVCUser@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>Beta.obj : error LNK2019: unresolved external symbol "public: void __cdecl CUser::SendUserInfo(class CUserSocket *)" (?SendUserInfo@CUser@@QEAAXPEAVCUserSocket@@@Z) referenced in function "public: static void __cdecl Beta::Bypass(class CUser *,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (?Bypass@Beta@@SAXPEAVCUser@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>Beta.obj : error LNK2019: unresolved external symbol "public: __int64 __cdecl CUser::ExpInc(__int64,bool)" (?ExpInc@CUser@@QEAA_J_J_N@Z) referenced in function "public: static void __cdecl Beta::Bypass(class CUser *,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (?Bypass@Beta@@SAXPEAVCUser@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>BuilderCmd2Handler.obj : error LNK2019: unresolved external symbol "public: bool __cdecl CUser::TakeItem(unsigned int,unsigned __int64)" (?TakeItem@CUser@@QEAA_NI_K@Z) referenced in function "public: static bool __cdecl BuilderCmd2Handler::Take(class CUserSocket *,class CUser *,class CCreature *,unsigned char const *,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (?Take@BuilderCmd2Handler@@SA_NPEAVCUserSocket@@PEAVCUser@@PEAVCCreature@@PEBEAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>GraciaEpilogueSkillEnchant.obj : error LNK2001: unresolved external symbol "public: bool __cdecl CUser::TakeItem(unsigned int,unsigned __int64)" (?TakeItem@CUser@@QEAA_NI_K@Z)
1>CCreature.obj : error LNK2019: unresolved external symbol "public: bool __cdecl CUser::IsInOlympiad(void)const " (?IsInOlympiad@CUser@@QEBA_NXZ) referenced in function "public: bool __cdecl CCreature::UseItem(class CItem *,int)" (?UseItem@CCreature@@QEAA_NPEAVCItem@@H@Z)
1>CSkillInfo.obj : error LNK2001: unresolved external symbol "public: bool __cdecl CUser::IsInOlympiad(void)const " (?IsInOlympiad@CUser@@QEBA_NXZ)
1>OlympiadFixes.obj : error LNK2001: unresolved external symbol "public: bool __cdecl CUser::IsInOlympiad(void)const " (?IsInOlympiad@CUser@@QEBA_NXZ)
1>CInstantZone.obj : error LNK2019: unresolved external symbol "public: unsigned int __cdecl CUser::GetDbId(void)" (?GetDbId@CUser@@QEAAIXZ) referenced in function "public: void __cdecl CInstantZone::SetBinding(class CUser *,unsigned int)" (?SetBinding@CInstantZone@@QEAAXPEAVCUser@@I@Z)
1>GraciaEpilogueBuySell.obj : error LNK2001: unresolved external symbol "public: unsigned int __cdecl CUser::GetDbId(void)" (?GetDbId@CUser@@QEAAIXZ)
1>CInventory.obj : error LNK2019: unresolved external symbol "public: unsigned __int64 __cdecl CUser::GetItemCount(unsigned int)" (?GetItemCount@CUser@@QEAA_KI@Z) referenced in function "public: static class CItem * __cdecl CInventory::GetByServerIDIgnoreMoreStacks(class CInventory *,int)" (?GetByServerIDIgnoreMoreStacks@CInventory@@SAPEAVCItem@@PEAV1@H@Z)
1>GraciaEpilogueSkillEnchant.obj : error LNK2001: unresolved external symbol "public: unsigned __int64 __cdecl CUser::GetItemCount(unsigned int)" (?GetItemCount@CUser@@QEAA_KI@Z)
1>CMultiPartyCommandChannel.obj : error LNK2019: unresolved external symbol "public: void __cdecl CUser::SendRelationChanged(class CUserSocket *)" (?SendRelationChanged@CUser@@QEAAXPEAVCUserSocket@@@Z) referenced in function "public: void __cdecl CMultiPartyCommandChannel::SendRelationUpdates(void)" (?SendRelationUpdates@CMultiPartyCommandChannel@@QEAAXXZ)
1>CParty.obj : error LNK2001: unresolved external symbol "public: void __cdecl CUser::SendRelationChanged(class CUserSocket *)" (?SendRelationChanged@CUser@@QEAAXPEAVCUserSocket@@@Z)
1>CPet.obj : error LNK2019: unresolved external symbol "public: void __cdecl CUser::TradeCancel(void)" (?TradeCancel@CUser@@QEAAXXZ) referenced in function "public: void __cdecl CPet::GiveAllItemToMaster(bool)" (?GiveAllItemToMaster@CPet@@QEAAX_N@Z)
1>CSummon.obj : error LNK2019: unresolved external symbol "public: class CMultiPartyCommandChannel * __cdecl CUser::GetMPCC(void)" (?GetMPCC@CUser@@QEAAPEAVCMultiPartyCommandChannel@@XZ) referenced in function "public: bool __cdecl CSummon::IsEnemyTo(class CCreature *)" (?IsEnemyTo@CSummon@@QEAA_NPEAVCCreature@@@Z)
1>CUserSocket.obj : error LNK2001: unresolved external symbol "public: class CMultiPartyCommandChannel * __cdecl CUser::GetMPCC(void)" (?GetMPCC@CUser@@QEAAPEAVCMultiPartyCommandChannel@@XZ)
1>CSummon.obj : error LNK2019: unresolved external symbol "public: class CParty * __cdecl CUser::GetParty(void)" (?GetParty@CUser@@QEAAPEAVCParty@@XZ) referenced in function "public: bool __cdecl CSummon::IsEnemyTo(class CCreature *)" (?IsEnemyTo@CSummon@@QEAA_NPEAVCCreature@@@Z)
1>CUserSocket.obj : error LNK2001: unresolved external symbol "public: class CParty * __cdecl CUser::GetParty(void)" (?GetParty@CUser@@QEAAPEAVCParty@@XZ)
1>CUserSocket.obj : error LNK2019: unresolved external symbol "public: bool __cdecl CUser::IsNowTrade(void)const " (?IsNowTrade@CUser@@QEBA_NXZ) referenced in function "public: bool __cdecl CUserSocket::HtmlCmdObserver(class CUser *,wchar_t const *,wchar_t const *)" (?HtmlCmdObserver@CUserSocket@@QEAA_NPEAVCUser@@PEB_W1@Z)
1>GraciaEpilogueBuySell.obj : error LNK2001: unresolved external symbol "public: bool __cdecl CUser::IsNowTrade(void)const " (?IsNowTrade@CUser@@QEBA_NXZ)
1>NpcServer.obj : error LNK2001: unresolved external symbol "public: bool __cdecl CUser::IsNowTrade(void)const " (?IsNowTrade@CUser@@QEBA_NXZ)
1>CUserSocket.obj : error LNK2019: unresolved external symbol "public: bool __cdecl CUser::CanOpenPrivateShop(int)" (?CanOpenPrivateShop@CUser@@QEAA_NH@Z) referenced in function "public: bool __cdecl CUserSocket::InGamePacketHandler(unsigned char const *,unsigned char)" (?InGamePacketHandler@CUserSocket@@QEAA_NPEBEE@Z)
1>GraciaEpilogueBuySell.obj : error LNK2019: unresolved external symbol "public: void __cdecl CUser::AddRefundItem(class CItem *,__int64,__int64)" (?AddRefundItem@CUser@@QEAAXPEAVCItem@@_J1@Z) referenced in function "public: static unsigned char const * __cdecl GraciaEpilogue::DisassembleSoldItem(unsigned char const *,class CUser *,int *,__int64 *)" (?DisassembleSoldItem@GraciaEpilogue@@SAPEBEPEBEPEAVCUser@@PEAHPEA_J@Z)
1>GraciaEpilogueBuySell.obj : error LNK2019: unresolved external symbol "public: struct std::pair<int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > __cdecl CUser::GetRefundData(void)" (?GetRefundData@CUser@@QEAA?AU?$pair@HV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@XZ) referenced in function "public: static bool __cdecl GraciaEpilogue::NpcShowBuySellPagePacket(void *,unsigned char const *)" (?NpcShowBuySellPagePacket@GraciaEpilogue@@SA_NPEAXPEBE@Z)
1>NpcServer.obj : error LNK2001: unresolved external symbol "public: struct std::pair<int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > __cdecl CUser::GetRefundData(void)" (?GetRefundData@CUser@@QEAA?AU?$pair@HV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@XZ)
1>GraciaEpilogueBuySell.obj : error LNK2019: unresolved external symbol "public: bool __cdecl CUser::IsItemUsable(void)" (?IsItemUsable@CUser@@QEAA_NXZ) referenced in function "public: static bool __cdecl GraciaEpilogue::RequestRefundItem(class CUserSocket *,unsigned char const *,unsigned char)" (?RequestRefundItem@GraciaEpilogue@@SA_NPEAVCUserSocket@@PEBEE@Z)
1>NpcServer.obj : error LNK2001: unresolved external symbol "public: bool __cdecl CUser::IsItemUsable(void)" (?IsItemUsable@CUser@@QEAA_NXZ)
1>GraciaEpilogueBuySell.obj : error LNK2019: unresolved external symbol "public: class CTrade * __cdecl CUser::GetTrade(void)" (?GetTrade@CUser@@QEAAPEAVCTrade@@XZ) referenced in function "public: static bool __cdecl GraciaEpilogue::RequestRefundItem(class CUserSocket *,unsigned char const *,unsigned char)" (?RequestRefundItem@GraciaEpilogue@@SA_NPEAVCUserSocket@@PEBEE@Z)
1>NpcServer.obj : error LNK2019: unresolved external symbol "public: bool __cdecl CUser::RideForEvent(int,int,bool)" (?RideForEvent@CUser@@QEAA_NHH_N@Z) referenced in function "public: static bool __cdecl NpcServer::NpcRideWyvern2(void *,unsigned char const *)" (?NpcRideWyvern2@NpcServer@@SA_NPEAXPEBE@Z)
1>Server.obj : error LNK2019: unresolved external symbol "public: static void __cdecl CUser::Init(void)" (?Init@CUser@@SAXXZ) referenced in function "public: static void __cdecl Server::Init(void)" (?Init@Server@@SAXXZ)
1>..\Server\MyExt64.dll : fatal error LNK1120: 19 unresolved externals
1>Build log was saved at "file://c:\Users\Mindaugas\Desktop\L2\myext64\l2shrine-extender-public-adb0068f9c71\MyExt64\x64\Release\BuildLog.htm"
1>MyExt64 - 32 error(s), 0 warning(s)

 

Edited by DarthVader
Link to comment
Share on other sites

19 hours ago, DarthVader said:

Hmm.

Where could be the problem?

 

My fault, there was conflict because of CUser.obj from Server and CUser.obj (newly added) from Cached. As I compile it in Visual Studio 2015, I haven't noticed. Fixed, just git pull and it should compile.

Link to comment
Share on other sites

53 minutes ago, Rootware said:

Hello. What the L2OFF pack you uses for test? Your pack have scripts folder w/o editions?

 

We've used l2server_l2off_gracia_final_83, unfortunately I don't have it (we've made lot of fixes there, some quest rates etc), now we're using Epilogue data mixed from GF data, Freya leak and AdvExt Epilogue from year 2016 (found somewhere on net)

Link to comment
Share on other sites

  • 3 weeks later...

Hi, 
I have seen you have made some change about mail system, do you accept suggestion about it ?

If yes check spoiler :


1. Do you think we could send item with mail from SQL? (similar to dimensional merchant)
2. The date a mail stay can be changed? (If I am right on official that 30 days) But here will you add a param in .ini to configure the delay before delete (like 0 = never and next that counted in day?)
3. Not a suggestion just a question, will you check if we can send item in mail with the params is tradable from itemdata.txt?
4. Really thank you for your extender I know I can seem intrusive but really you do something wonderful ! 

Edited by Jojo_
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • LGBTQ!! ⋐⋑ (209) 876-5519 Love Spells In Atlanta, GA Psychic Reading Black Magic Spells Marriage spells Divorce spells Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you. BREAK UP A RELATIONSHIP The perfect service to break up a relationship you don’t think legitimate. Your lover has gone with someone else Don’t hesitate to break them up as this ritual and prayer is very powerful and will Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you.
    • Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you. BREAK UP A RELATIONSHIP The perfect service to break up a relationship you don’t think legitimate. Your lover has gone with someone else Don’t hesitate to break them up as this ritual and prayer is very powerful and will Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you.
    • Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you. BREAK UP A RELATIONSHIP The perfect service to break up a relationship you don’t think legitimate. Your lover has gone with someone else Don’t hesitate to break them up as this ritual and prayer is very powerful and will Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you.
    • Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you. BREAK UP A RELATIONSHIP The perfect service to break up a relationship you don’t think legitimate. Your lover has gone with someone else Don’t hesitate to break them up as this ritual and prayer is very powerful and will Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you.
    • Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you. BREAK UP A RELATIONSHIP The perfect service to break up a relationship you don’t think legitimate. Your lover has gone with someone else Don’t hesitate to break them up as this ritual and prayer is very powerful and will Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you.
  • Topics

×
×
  • Create New...