Recent content by heroji

  1. H

    @spy command

    View File @spy command It allows you to listen to other players' conversations in real-time! Features: Can hook up to 5 players online! (adjustable depends on your pc) It detects All/Pm/Guild&Party chatlogs. View logs players by name or all. Added a Clean chat...
  2. H

    please delete

    sorry doble post
  3. H

    OnPCLoadMapEvent: Problem

    Hello i have a problem with OnPCLoadMapEvent: works only at prontera, when i try to go to the other cities is not working.. - script sadas -1,{ OnPCLoadMapEvent: mes "hi"; end; } also OnPCLoginEvent: is not working in other cities... please help, thank you.
  4. H

    kill a specific monster by command?

    Is there a way to kill a specific monster like monsterkill "poring"?
  5. H

    when die reset to kill to 0

    Hi all, i'm try to make my own script ( i am a newbie ) this is my first time so be gentle with me.. I want to announce when player kills another player and when die reset the kills to 0, i tried to use OnPCDieEvent: but it also count when the other player dies..is there a way to get only when...
  6. H

    Warning ..will be removed in a future update.

    will be removed in a future update.? do i have to change it or i can leave it..
  7. H

    Exchange # items for 1 points...

    Hello it's me again :) I cannot find a solution for this problem (I'm newbie), i want to make variable number of items to exchange for 1 points.. es: exchange 2 poring coins for 1 cash point. script: mes @npcname$; mes "How many points would you like to exchange?"; next; input...
  8. H

    ASPD start

    Hi guys i changed player.conf to max aspd 194 but when i create a new player starts already with 194.. https://imgur.com/FVjYFDs
  9. H

    Something's worng with the skills?

    Hello i'm a newbie..I recently disabled renewal config and i found something strange on champ's skills, i can't  cast asura strike and when i use explosion spirits it activate also abrasive effect? i checked the skill_db.conf and seems normal..so i dont know..
  10. H

    @size for mobs?

    Hello just want to ask if its possible to use @size on monsters like @size <mob id>..
  11. H

    Change "kafra credit point" message?

    Hello i'm a newbie i want to ask if it possible to change the "kafra credit point" message that appear on the chat? "You don't have enough <name> " prontera,166,170,3 trader Dealer 10297,{ OnInit: tradertype(NST_CUSTOM); sellitem Poring_Card,1; end; // Here you configure the item...
  12. H

    Add skill by using OnPCStatCalcEvent dosn't work..

    i have found this topic https://herc.ws/board/topic/11042-add-skills-through-scripts/ I have installed the pluglin OnPCStatCalcEvent and run this script by @AnnieRuru but seems not working when i add skill and changed equip, nothing happen.. prontera,155,185,5 script kjdshfkdjsf 1_F_MARIA,{...
  13. H

    Kafra points does not decrease..

    prontera,166,170,1    trader    Potion Seller    4_F_EDEN_OFFICER,{     OnInit:     tradertype(NST_CUSTOM);     sellitem Poring_Card,1;     end; // Here you configure the item you will need to purchase OnCountFunds:     setcurrency(#KAFRAPOINTS);     end; // Pays the value in bronze coins...
  14. H

    What script is this?

    suddenly appeared where can i find it.. thanks
  15. H

    Get rid of these icon (magnifier and kafra box)

    Hello can someone help me to find these file and remove it?
Back
Top