Jump to content

thanna

Members
  • Content Count

    212
  • Joined

  • Last visited

Everything posted by thanna

  1. thanna

    About Map Flag

    Hi everyone, I've been reading the forums and the wiki about making a new map flag, but I think the wiki map flag instruction is a little out dated, I tried it a couple of times and errors show up when Im compiling, can someone please help me out on how to make map flag, thanks in advance
  2. as I see it..its a plain diff...not HPM... sir can you make an example of a HPM mapflag? I want to learn from it then make 1 of my own too, thanks in advance
  3. Hello everyone, Im planning to make a mapflag using plugin but is this possible? if someone can show me a sample that would be better, thanks in advance
  4. Hi Hercules community, I updated my hercules and tried to compile but this errors shows up, I hope someone can help me out thanks in advance
  5. Hi Hercules community, I've been out for about 1 year on developing a ragnarok server and as far as I can see the Harmony is dead, is there an alternative for harmony? Thanks in advance
  6. Im having errors with the plugin when compiling, can someone help me out with this thanks in advance Warning 1 warning C4013: 'getFromMOBDATA' undefined; assuming extern returning int c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 107 1 market_cloneWarning 2 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 107 1 market_cloneWarning 3 warning C4013: 'addToMOBDATA' undefined; assuming extern returning int c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 111 1 market_cloneWarning 4 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 319 1 market_cloneWarning 5 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 335 1 market_cloneWarning 6 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 357 1 market_cloneWarning 7 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 370 1 market_cloneWarning 8 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 403 1 market_cloneWarning 9 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 414 1 market_cloneWarning 10 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 425 1 market_cloneWarning 11 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 436 1 market_cloneWarning 12 warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int' c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 447 1 market_cloneError 13 error LNK2019: unresolved external symbol _addToMOBDATA referenced in function _mob_clone_spawn_market C:UsersJajaDesktopNEW SERVERHerculesmarket_clonemarket_clone.obj market_cloneError 14 error LNK2019: unresolved external symbol _getFromMOBDATA referenced in function _mob_clone_spawn_market C:UsersJajaDesktopNEW SERVERHerculesmarket_clonemarket_clone.obj market_cloneError 15 error LNK1120: 2 unresolved externals C:UsersJajaDesktopNEW SERVERHerculespluginsmarket_clone.dll 1 1 market_clone 16 IntelliSense: invalid combination of type specifiers c:usersjajadesktopnew serverherculessrccommoncbasetypes.h 288 14 char-server 17 IntelliSense: expected an identifier c:usersjajadesktopnew serverherculessrcmapitemdb.h 576 16 map-server 18 IntelliSense: dllexport/dllimport requires external linkage c:usersjajadesktopnew serverherculessrccommonhpmdatacheck.h 10 38 19 IntelliSense: identifier "getFromMOBDATA" is undefined c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 357 15 market_clone 20 IntelliSense: identifier "getFromMOBDATA" is undefined c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 370 18 market_clone 21 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "player_data *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 393 12 market_clone 22 IntelliSense: identifier "getFromMOBDATA" is undefined c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 403 15 market_clone 23 IntelliSense: identifier "getFromMOBDATA" is undefined c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 414 15 market_clone 24 IntelliSense: identifier "getFromMOBDATA" is undefined c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 436 15 market_clone 25 IntelliSense: identifier "getFromMOBDATA" is undefined c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 447 15 market_clone 26 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "player_data *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 456 12 market_clone 27 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "pc_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 467 5 market_clone 28 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "map_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 468 6 market_clone 29 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "mob_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 469 6 market_clone 30 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "npc_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 470 6 market_clone 31 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "chat_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 471 7 market_clone 32 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "clif_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 472 7 market_clone 33 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "unit_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 473 7 market_clone 34 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "mapit_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 474 8 market_clone 35 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "socket_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 475 8 market_clone 36 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "battle_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 476 9 market_clone 37 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "script_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 477 9 market_clone 38 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "status_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 478 9 market_clone 39 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "strlib_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 479 9 market_clone 40 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "socket_data **" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 480 10 market_clone 41 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "malloc_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 481 10 market_clone 42 IntelliSense: a value of type "void *" cannot be assigned to an entity of type "atcommand_interface *" c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c 482 12 market_clone
  7. Hi mate, this work on my flux cp but the thing is it can only show the vender when on the auto trade, how can I make it to show even those who are not using auto trade?
  8. Good day everyone can someone tell me if there is a replacement for the file item_avail.txt or it is removed permanently cause I need to use it for my server thanks in advance
  9. please change your avatar because it may confuse other people
  10. I think its just me, I use a vpn and finally I updated my hercules, thanks
  11. I've been having problems because I cant access github on my browser and on my tortoise, I cant update my hercules but I think its just me who cant access the github, can someone post a solution if you experience, thanks in advance
  12. asura hosting is offering harmony on their hosting package right? will it work on the latest hercules revision?
  13. thanna

    paano po gawing Online

    mas maganda pag ipa host mo nalang, mas makaka tipid ka pa
  14. if your using notepad ++ try to replace zeny to Zeny, that will solve your problem
  15. why bother to post if your not interested in it
  16. Hello eveyone, Im using 2013-08-07 client and use this key packets 3d807d80 - 5e805580 - 7e241de0 and put this to my packets.h then recomplie //2013-08-07Ragexe (Shakto)#if PACKETVER >= 20130807 packet(0x0369,7,clif->pActionRequest,2,6); packet(0x083C,10,clif->pUseSkillToId,2,4,6); packet(0x0437,5,clif->pWalkToXY,2); packet(0x035F,6,clif->pTickSend,2); packet(0x0202,5,clif->pChangeDir,2,4); packet(0x07E4,6,clif->pTakeItem,2); packet(0x0362,6,clif->pDropItem,2,4); packet(0x07EC,8,clif->pMoveToKafra,2,4); packet(0x0364,8,clif->pMoveFromKafra,2,4); packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x096A,6,clif->pGetCharNameRequest,2); packet(0x0368,6,clif->pSolveCharName,2); packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x0360,6,clif->pReqClickBuyingStore,2); packet(0x0817,2,clif->pReqCloseBuyingStore,0); packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);#ifdef PACKETVER_RE packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);#else // not PACKETVER_RE packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4);#endif // PACKETVER_RE // packet(0x0363,8); // CZ_JOIN_BATTLE_FIELD packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); packet(0x0802,26,clif->pPartyInvite2,2); // packet(0x0436,4); // CZ_GANGSI_RANK packet(0x023B,26,clif->pFriendsListAdd,2); packet(0x0361,5,clif->pHomMenu,2,4); packet(0x0887,36,clif->pStoragePassword,0);#endif and tested it but still WPE is usable, Disable Packet Encryption is unchecked, I hope someone can help me out
  17. can someone just give me a tip or help on how to fix the anti WPE, I have a 2013-08-07 and used this packet keys 3d807d80 - 5e805580 - 7e241de0 and put this on my packets.h //2013-08-07Ragexe (Shakto)#if PACKETVER >= 20130807 packet(0x0369,7,clif->pActionRequest,2,6); packet(0x083C,10,clif->pUseSkillToId,2,4,6); packet(0x0437,5,clif->pWalkToXY,2); packet(0x035F,6,clif->pTickSend,2); packet(0x0202,5,clif->pChangeDir,2,4); packet(0x07E4,6,clif->pTakeItem,2); packet(0x0362,6,clif->pDropItem,2,4); packet(0x07EC,8,clif->pMoveToKafra,2,4); packet(0x0364,8,clif->pMoveFromKafra,2,4); packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x096A,6,clif->pGetCharNameRequest,2); packet(0x0368,6,clif->pSolveCharName,2); packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x0360,6,clif->pReqClickBuyingStore,2); packet(0x0817,2,clif->pReqCloseBuyingStore,0); packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);#ifdef PACKETVER_RE packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);#else // not PACKETVER_RE packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4);#endif // PACKETVER_RE // packet(0x0363,8); // CZ_JOIN_BATTLE_FIELD packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); packet(0x0802,26,clif->pPartyInvite2,2); // packet(0x0436,4); // CZ_GANGSI_RANK packet(0x023B,26,clif->pFriendsListAdd,2); packet(0x0361,5,clif->pHomMenu,2,4); packet(0x0887,36,clif->pStoragePassword,0);#endif thanks in advance I've been away on hercules for a long time and I find it more interesting than other community developing ragnarok
  18. Hello I have a little source code for KOE that worked before and it is made from rathena, can someone help me to convert it ot hercules because Im having error when Im compilng it here's the code if ( s_bl->type == BL_PC && t_bl->type == BL_MOB ) { struct map_session_data *sd = BL_CAST(BL_PC, s_bl); if ( ( ((TBL_MOB*)target)->class_ == 1288 && !strcmp( mapindex_id2name(sd->mapindex), "vmorocc" ) ) && ( sd->status.guild_id == mapreg_readreg( add_str("$KOEGUILD") ) || battle_getcurrentskill(src) > 0 ) ) return 0; }
  19. that would be a great addition to hercules
  20. I tried to install Fluxbb on my FluxCP I follow sir jupeto's instruction carefully and I installed on my fluxcp using the fluxbb installation wizard but when I click on Fluxbb on the menu it shows this error, can someone help me on my problem thanks in advance this is the error that shows up when I go on my fluxBB Warning: Cannot modify header information - headers already sent by (output started at C:xampphtdocsflux3themesdefaultheader.php:7) in C:xampphtdocsflux3addonsfluxbbthemesdefaultfluxbbindex.php on line 7Notice: Undefined variable: pun_user in C:xampphtdocsflux3addonsfluxbbthemesdefaultfluxbbindex.php on line 10Notice: Undefined variable: pun_user in C:xampphtdocsflux3addonsfluxbbthemesdefaultfluxbbindex.php on line 15Warning: require(fluxbb/lang//index.php) [function.require]: failed to open stream: No such file or directory in C:xampphtdocsflux3addonsfluxbbthemesdefaultfluxbbindex.php on line 15Fatal error: require() [function.require]: Failed opening required 'fluxbb/lang//index.php' (include_path='lib;.;C:xamppphpPEAR') in C:xampphtdocsflux3addonsfluxbbthemesdefaultfluxbbindex.php on line 15
  21. thanks mate much appreciated, I will test this out and try to post a feed back
  22. haha I have to make my own cutins then or can you share your PSD of your cutins, that would be better and much appreciated
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.