Jump to content

Rebel

Members
  • Content Count

    148
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Rebel

  1. Yes. The status icon still not showing.
  2. I've follow the guide posted by Dastgir. But its not showing the status icon. I'm trying to add a status icon for the Emergency Call guild skill. @displaystatus works but when I use the guild skill it doesn't show the status icon. Thank you ~
  3. In import/inter-server.conf inter_configuration: { // Log configuration log: { // [LOGIN, MAP] Log database SQL connection sql_connection: { db_hostname: "127.0.0.1" // Change this to your hostname db_port: 3306 db_username: "root" // Change this to your mysql username db_password: "your_password" // Change this to your mysql password db_database: "db_logs" // Change this to your log db name } } } In that way your main and log db is separate.
  4. NPC Telma uses the bg_reserved_char_id and woe_reserved_char_id.. and sell some BG / WoE Exclusive items.. if you bought that through Telma, you can only use it in BG Maps or WoE Castles.. I tried using bg_reserved_char_id and set it in conf/map/battle/eBG.conf.. // BG CharID for Items bg_reserved_char_id: 1 is this correct? but getting this in map-console .. [Warning]: buildin_getbattleflag: non-exist battle config requested bg_reserved_char_id [Debug]: Source (NPC): Telma at bat_room (163,146)
  5. [Error]: --- nullpo info -------------------------------------------- [Error]: ExtendedBG.c:4897: 'tsd' in function `ebg_clif_send' [Error]: ./map-server(assert_report+0x83) [0x657373] [Error]: plugins/ExtendedBG.so(ebg_clif_send+0xd4) [0x7f44c74f8764] [Error]: plugins/ExtendedBG.so(ebg_broadcast2+0xd0) [0x7f44c74f8b30] [Error]: plugins/ExtendedBG.so(buildin_bg_announce+0x14a) [0x7f44c74f902a] [Error]: ./map-server(run_func+0x13a) [0x5bbd5a] [Error]: ./map-server(run_script_main+0x310) [0x5bcff0] [Error]: ./map-server(npc_event_sub+0xd2) [0x53aa12] [Error]: ./map-server(npc_script_event+0x62) [0x53cfb2] [Error]: ./map-server(clif_parse_LoadEndAck+0xabb) [0x4c79eb] [Error]: plugins/HPMHooking_map.so(HP_clif_pLoadEndAck+0x91) [0x7f44c77af721] [Error]: --- end nullpo info ---------------------------------------- after login.
  6. Using the latest stable git: 7f7b8060cba8f0aba60f43cf343bdf3f773f3438 Client: 2014-10-22bRagexe
  7. @Axl Are you using the latest? Haven't experiencing this using the latest.
  8. Is it safe to change MAX_GUILD on live server? Example on our server now it has 30 max guild member. If I change it to 24, I know there will be map-console errors.. Also ThyroDee mention that
  9. @Rytech Thank you! The animation is working now.
  10. There's no much changes in the code. On skill.c > I just added `case SL_GUNSLINGER:` after `case SL_WIZARD:` On skill.h > I added `SL_GUNSLINGER = 931,` after `RL_GLITTERING_GREED_ATK,` (so my custom SL Gunslinger is Skill ID 931) On status.c > I added `status->dbs->Skill2SCTable[SL_GUNSLINGER] = (sc_type)MAPID_GUNSLINGER,` after `status->dbs->Skill2SCTable[SL_SOULLINKER]  = (sc_type)MAPID_SOUL_LINKER,` skill_db.conf > The skill works perfect. Its just the animation is not showing.
  11. Yes. I added SL_GUNSLINGER after SL_WIZARD. Using 2014-10-22bRagexe.
  12. Emergency Call can be cast repeatedly.. BG Type (Announce) is not working.. should rotate the bg type in configure time using OnTimer10000: // Rotation if BG don't start (10 seconds or?)...? Also is NPC Telma supported in this Extended BG? Like the mapflag for BG Items that can be used only BG Maps or WoE Exclusive Items.
  13. Hello. I managed to create a custom soul link for the Gunslinger job and it works perfect. The only thing missing is the Soul Link Effect.. this one.. im not sure where to change or add so it can have also this effect when linked. Thank you ~
  14. Rebel

    Freebies Unique ID

    I just rescript it. Thanks anyways.
  15. It has but just grayed and can't be used.
  16. http://upaste.me/bd84502024f46f3ca Anyone can help me to make this work.. It always says i already get the freebies even if i dont.. (Using last_unique_id) Thank you!
  17. We may know the cause of the error. Its the same on this.. EDIT: 3D Custom Items is the problem.
  18. I would like to ask about this crash log. I dont really get why players are always crashing inside the woe castle.. Hoping that somebody can enlighten me on why is this happening.. Thanks!
  19. Thank you for answering so quick! Im gonna check why this happen.
  20. im needing help.. here is the crash gdb bt full
  21. try this http://upaste.me/70c850091963a64b9
×
×
  • Create New...

Important Information

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