Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    249

Everything posted by Dastgir

  1. What? How? I checked out the Hercules from Github, and Rebellion is there... All the skills, equipments, sprites, are available. Skills are all passive, sprite is there because its from kRO, we do have coded jobs, but there's no bonuses/Proper HP Tables/ nor any of the skills are coded. If you use skill, it will error out at map-server
  2. So, does it mean if my MAX_LEVEL = 200 and on the table only listed until 150, the missing level will be automatically generated by Hercules Server, right? Which mean I don't need to add it manually? Yes, it will be automatically generated with the average increase.
  3. Also rebellion is not implemented in Hercules, so if you want to use Rebellion, you need to edit it youself.
  4. What happens when that person is on clan and friend too, which message will be displayed? And what if the player intend to message that char with similar name?
  5. If I don't have budget for DS, I would go for openvz virtualization.... But be sure to be with good company, as there's risk, that hosting company might oversell their service.
  6. battle_config.vending_max_value To battle->bc->vending_max_value
  7. It's all about security, like suppose you have occured with database hack, so you will be secure that player's password is not exposed.
  8. Change s1/p1 to something else, and also change it from MySQL `login` table
  9. The .po file creation is automated, you have to translate it manually.
  10. Got this somewhere on my pc, hope it helps you. Sprites Npc Naruto.zip
  11. Dastgir

    QUEST SHOP NPC

    If you mean TCG Shop, here it is prontera,153,152,1 trader TCGShop 4_F_EDEN_OFFICER,{ OnInit: tradertype(NST_CUSTOM); sellitem Red_Potion,2; //Sell Red Potion for 2z sellitem Orange_Potion; //Sell Orange Potion with default price. /* Add All Items to be sold here */ end;OnCountFunds: setcurrency(countitem(TCG_Card)); end;OnPayFunds: if( countitem(TCG_Card) < @price ) end; delitem TCG_Card,@price; purchaseok(); end;}
  12. could you show entries of lua file that you added?
  13. Yup, it works in 2011/2012 client, I told post 2012...
  14. Oh okay thank you! I hope you can get it. i had ping src.. but seems need more practice to convert into plugins, and yes there is include packet too..That doesn't work..The packet which is there is not available in all client, and fails with new client... And most of servers are using post 2012 clients, or 2010 clients, which don't have those packets or those packets fail to work on those clients.. So you really need to find some alternative.
  15. Change bloody branch script(from item_db) to if (getgmlevel()==0 || getgmlevel()==99) monster "this",-1,-1,"--ja--",-3,1,""; This will make bloody branch only usable by players/admins
  16. Any core dump or anything? Because I remember using @die 2 days ago, and I didn't crash, so core dump is appreciated.
  17. It's in the download link..However you can find it in my repo too: https://github.com/dastgir/HPM-Plugins/tree/master/NPC I will update all plugin tomorrow, For those having error, just change malloc.h to memmgr.h and it will work.
  18. Download Old prontera: http://herc.ws/board/files/file/182-old-prontera/ New Prontera only works in 2015 client, and that might be the reason of loading stopped at 3%
  19. https://github.com/MStr3am/NEMO Use Enable custom Jobs and add all lua in Support folder to your Server Files Edit those lua accordingly..
  20. status_get_max_hp : get MaxHP status_get_hp: Get Current HP.. I guess you wanted to use status_get_max_hp Also error is from 2nd party Change all status_get_hp(tsd) To status_get_hp(&tsd->bl)
  21. Make a label in that npc at the very start line, and call that label, as simple as that.
  22. Sadly they were hosted in 3rd party site(rapidshare/4shared) and its no longer up. Maybe if someone have them in disk, they can help.
  23. You don't need to import upgrade file if its fresh installation, also , the server console will prompt you if any upgrade file is not imported(if any). Default setting is renewal, so just compiling it and running would make it 3rd class and with all instances that's available to Hercules.
  24. Yes, it does need 3rd party to send hardware id
  25. We have no idea what's eAmod PvP System, so its unlikely that someone would help too soon..
×
×
  • Create New...

Important Information

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