Search results

  1. M

    failed assertion and case sensitive issue

    Hi, I just recently move to hercules from rathena and I have this error when using some skill.  it says, " failed assertion", "srcmapskill.c:179: 's_lv >0' in function unknow" and my another problem is using @commands with case sensitive, for example when i used @item poring_card, it will...
  2. M

    How to remove channel map text every time I change map?

    How to remove channel map text every time I change map? There is always You are now in the '#map' channel for 'prontera'. How to remove this?
  3. M

    how to tell if equipped weapon is two handed?

    hi, i'm trying to make my custom enchanter and come across a bug, the problem is my script same menu for shield when equipping two handed weapon, how to get if equip item is two handed or one handed. thanks
  4. M

    how to disable the long list of command every login

    hi, how can i remove this long line of list that are shown in this screnshot.
  5. M

    how to get the card id in selected item?

    hi, im trying to make my first npc and i cant figure out how can i get the card compounded in the item that i select. here is my script prontera,147,171,5 script Enchanter# 50,{ disable_items; mes "[Enchanter]"; next; setarray .@position$[1], "Head", "Body", "Left hand", "Right hand", "Robe"...
  6. M

    Saving data to database

    hi, im new to scripting, how can i make a variable be save to database and later access them using script. thanks
  7. M

    Cross Impact chain not working in higher aspd

    Hi, I noticed that cross impact cant be chain when aspd is greater than 180. And it was easy to chain when my aspd is 170-175. How to fix it?
  8. M

    Online problem

    Hi, I manage to make my server online and my friends can connect now, the problem is I can't connect to my own server using the pc that my server are hosted. I think it is because of some loopback issue, then I try to install microsoft loopback adapter and I manage to connect on my own server...
  9. M

    Problem using wan ip

    Hi, I'm trying to make my server online so my friend can connect but when I change my conf file to my wan ip, the server cant connect. It was working fine using localhost. I try to search and follow tutorials but I got no luck. The port is already forwarded and I check if it is open. I already...
Back
Top