Jump to content

Petey Pablo

Members
  • Content Count

    224
  • Joined

  • Last visited

Posts posted by Petey Pablo


  1.  

    Requesting script to disable equip costume if the player have donate headgears. Thank you!

     

    Please do elaborate and supply more information about your request, thanks.

     

    If you equipped donate items like item id 2280 you cannot equip any item id of costume items. Because I want to view the original sprite.


  2. Well obviously this is happening because variables @mpempbrk$, @empbrkx and @empbrky are not set when the player touches EmpBrk#1_touch, EmpBrk#2_touch, EmpBrk#3_touch or EmpBrk#4_touch... Is there a possibility for players to enter the room without talking to the "Emperium Breaker Test" NPC ?

     

    Can you edit the script for me? Thanks!


  3. Fix this map error

     

    [Error]: --- failed assertion --------------------------------------------
    [Error]: skill.c:177: 'skill_lv > 0' in function `skill_get_sp'
    [Error]: ./map-server(assert_report+0x7d) [0x6229fd]
    [Error]: ./map-server(skill_get_sp+0xc3) [0x5947c3]
    [Error]: ./map-server(skill_castend_nodamage_id+0x7abb) [0x5bf77b]
    [Error]: plugins/HPMHooking_map.so(HP_skill_castend_nodamage_id+0xf9) [0x7f6af75034d9]
    [Error]: ./map-server(skill_castend_id+0x1130) [0x59f910]
    [Error]: ./map-server(unit_skilluse_id2+0xea0) [0x60ef80]
    [Error]: ./map-server(clif_parse+0x1a1) [0x486b61]
    [Error]: ./map-server(do_sockets+0x275) [0x630565]
    [Error]: ./map-server(main+0x182) [0x436632]
    [Error]: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f6af9e79b15]
    [Error]: --- end failed assertion ----------------------------------------
    

  4. make clean

    make all

    ^ these are enough and would make plugin too.

    However, are you sure you closed previous server and opened it again? It might be possibility that old map server is still running

    (Also, kinda silly, but be sure to save the file too(reupload, if you download the file and edit))

     

    Still not working. I dont know what is the problem really need your help here!


  5. I dont know what is the problem between src/map/atcommand.c and gcc linux compiler.

     

     

    The problem if you change this line

    { MAP_PRONTERA,    156, 191, 3 }, //  0 = Prontera
    

    to this

    { MAP_PRONTERA,    155, 175, 3 }, //  0 = Prontera

     

    The compile is not work and the changes is still not change after sudo make clean > sudo make plugins > sudo make sql.

     


  6. Another one

    [Debug]: mapindex_name2id: Map "" not found in index list!
    [Debug]: Source (NPC): EmpBrk#3_touch at pvp_n_4-5 (100,74)
    [Debug]: pc_setpos: Passed mapindex(0) is invalid!
    [Debug]: pc_setpos: Passed mapindex(0) is invalid!
    [Error]: buildin_warp: moving player 'DonaldTrump' to "",0,0 failed.
    [Debug]: Source (NPC): EmpBrk#3_touch at pvp_n_4-5 (100,74)
    

     

×
×
  • Create New...

Important Information

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