Jump to content

Alexandria

Members
  • Content Count

    341
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Alexandria

  1. Thank you for answering. But in what file do you want me in insert that code?
  2. Hi Aeromesi. In the default theme works good. We can read the "An e-mail has been sent containing account activation details, please check your e-mail and activate your account to log-in." But when we change the theme to a custom theme. It direct to the "index" page but without the message. PS: What do you mean with "did you enable email verification?" ?? Thank you for answering.
  3. Hello guys I have a fluxcp theme for rathena but i tried to update it to hercules version. So far so good until someone makes a new account. When you register in the default theme, it shows up this message: But in my custom theme does not show the message "An e-mail has been sent containing...." after registration. So Im wondering what file should have this code. Thank you.
  4. Thank you for answering but it always gives the Debug in console.
  5. Hello guys, im wondering if there is any solution for that. thank you!
  6. prontera,140,140,5 script Restock 999,{ change into - script Restok -1,{ Thank you for answering but now... [Debug]: Source (NPC): Restock (invisible/not on a map)
  7. Thank you but it didnt work: [Debug]: Source (NPC): Restock at prontera (140,140)
  8. Perfect. You can't use @restock in those maps and when you are in those maps the command wont restore a specific item that you chosen before. But I'm getting this error in console when the command tries to restore the item when you are out of it. [Debug]: Source (NPC): Restock at prontera (140,140) https://github.com/dastgir/HPM-Plugins/blob/master/NPC/Restock.txt
  9. You mean it's not compatible in hercules? Thats right. It isnt compatible with hercules.
  10. Hello there! We have this plugin but my users dont want it working in pvp/gvg/bg maps. When you are in those maps, you wont get items but when you are out of those maps, you will get the items if you are out of them. Any help would be appreciated. Thank you!
  11. Thank you for answering. Yeah but the problem is that I cant update it http://upaste.me/c56521482f94be780
  12. Hey guys Someone can help me with this NPC? It's the classic npc that rewards players after one hour. If you stop playing and you get idle after 5 minutes, the npc wont reward you and when you start to play again the npc will start timing. After one hr of playing it will give you an item (501) and its going to start timing you again. Any help i will appreciate, thank you
  13. Oh okay thank you! I hope you can get it.
  14. If you're using rA than it should. Nope. I'm using hercules. Its working good with hercules tho. Thanks
  15. Hello guys. Im wondering if we can have this command for hercules version: https://rathena.org/board/topic/70818-ping-command/ Thank you.
  16. Hello there. I have 2 customs commands. When I user types @commands. this commands dont show up in the list. So I made a plugin but I am not sure if I made it in the right way. #include "common/hercules.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../map/clif.h"#include "../common/HPMi.h"#include "../common/HPMDataCheck.h" // should always be the last file included! (if you don't make it last, it'll intentionally break compile time)HPExport struct hplugin_info pinfo = { "customc", // Plugin name SERVER_TYPE_MAP,// Which server types this plugin works with? "0.1", // Plugin version HPM_VERSION, // HPM Version (don't change, macro is automatically updated)};ACMD(checklvl) { return true;}ACMD(security) { return true;}HPExport void plugin_init (void) { addAtcommand("checklvl",checklvl); addAtcommand("security",security);} And also do I have to edit my group.conf and add them? Thank you.
  17. Alexandria

    @whosell

    confirmed: whosell.c:165: warning: implicit declaration of function ‘GET_SYMBOL’ whosell.c:165: warning: assignment makes pointer from integer without a cast whosell.c:166: warning: assignment makes pointer from integer without a cast whosell.c:167: warning: assignment makes pointer from integer without a cast whosell.c:168: warning: assignment makes pointer from integer without a cast whosell.c:169: warning: assignment makes pointer from integer without a cast whosell.c:170: warning: assignment makes pointer from integer without a cast whosell.c:171: warning: assignment makes pointer from integer without a cast whosell.c:172: warning: assignment makes pointer from integer without a cast Can someone update it?
  18. [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'pc->dropitem' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'trade->request' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->open' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->additem' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->delitem' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'pc->delitem' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'npc->selllist' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'npc->buylist' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'clif->openvendingreq' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'guild->invite' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'guild->leave' but HPMHooking is disabled! Do I have to enable the "HPMHooking", in plugin.conf fpr Security?
  19. Oh I thought it would work just with rA. Thank you.
  20. Hello there. I need a npc that actives your commands or disable your commands on login for @showzeny and @showexp any help would be appreciated, Thank you!
×
×
  • Create New...

Important Information

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