Jump to content

pandaplaygames

Members
  • Posts

    113
  • Joined

  • Last visited

Everything posted by pandaplaygames

  1. There is also the case of port block made by ISPs, if your router page WAN IP shows a different ip from whatismyip.com..ur probably in a LAN
  2. "+((getgroupid()<=.GMAccess || !getgroupid())?"" somehow GM with groupid 10 doesnt get the menu.. help?
  3. HI! Can we have more details on this issue? What script are you using? What server emulator? What version?
  4. You can make an entrance NPC that does @storeall if that suits your case or checks on healing items with an array which may tend to be tedious considering how many items out there give HP
  5. How to enabled auto cast assumptio but not enable assumptio for Priests inside agit?
  6. Here.. edited if or my server Added countdown timer for 2 mins max time for people to look for the poring inside the map. Just change the reward/max time inside map/ you can even set the number of winners of edit the script more... http://pastebin.com/KuaYfrew
  7. HI YA ALL- So server settings are on Renewal. But I'd like to add a little more challenge by enabling healing on Emperium. I currently have Emperium MOB database Entry on PRE-RENEWAL. I found the potion pitcher portion and I gather just commenting on it like.. //if( dstmd && dstmd->class_ == MOBID_EMPERIUM ) { // map_freeblock_unlock(); // return 1; //} For highness heal if( status_isimmune(bl) || (dstmd && (dstmd->class_ == MOBID_EMPERIUM || mob_is_battleground(dstmd))) || (dstsd && pc_ismadogear(dstsd)) )//Mado is immune to heal heal=0; to... if( status_isimmune(bl) || (dstsd && pc_ismadogear(dstsd)) )//Mado is immune to heal heal=0; disabling immunity of heal to Emperium but retaining MadoGear immunity to heal But for sanctuary and Restoration Skill I couldn't figure out where and what to do. bump
  8. im just being lazy. So how can this be done? Renewal settings but potion pitch/Sanctuary on Emp?
  9. what's the name of the drop sprite ur using?
  10. is the EXE usable/ can be launched on it's own? Try launching it to see any errors.. It might be so the patcher is the application with the error not the exe.
  11. Rathena already has one available. The same script from the SVN (LINK) can be found inside your npc/custom folder just enable it under your scrips_custom.conf Inside the file there is this part OnInit: setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class set .ThirdClass,1; // Enable third classes? (1: yes / 0: no) set .SNovice,45; // Minimum base level to turn into Super Novice set .LastJob,1; // Enforce linear class changes? (1: yes / 0: no) set .SkillPointCheck,1; // Force player to use up all skill points? (1: yes / 0: no) set .Platinum,1; // Get platinum skills automatically? (1: yes / 0: no) end; On the last part. The settings are already for 3rd class.
  12. not even RMS is updated with all the items
  13. Would be great if a GM panel is enabled for resetting stats.
  14. For full RO installation you can use either one http://rathena.org/board/topic/75130-rytechs-client-pack-2012-04-10-v1/ -> uber lazy people can use this rytech /lv -> already includes 2012-04-10 raw client and patcher -> already includes krO patcher/downloader http://rathena.org/board/topic/65579-judas-client-side-area/ -> same thing but a tad bit more flexible on available clients not limited to 2012-04-10 /kis2
  15. I used mapename<tab>nocommand<tab>1
  16. if you copied from the SVN itself of course it wont work. The tabs are in spaces. I am simply showing there is an NPC already available when you downloaded the compiled version. Just change the settings
  17. So what do you want to change the emperium into?
  18. http://trac.rathena....m.txt?rev=15262 You can use the summon command then add ONEvent on the end. Hence the person who's monster killed the other player's monster will call the script to run and receive points or items thereof. Basically attaching ownership on the monster summoned and attaching a call function when killed.
  19. you'll need a db table for usage time but thats about the direction you can I hate p2p specially for something fun
  20. it works on my server but problems on specific maps..it doesnt work for me on specific maps
  21. http://www.eathena.ws/board/index.php?showtopic=120522 <<Myzter
  22. HI Im pretty interested on this project but.. Need info on Patching - do I also need to encrypt gpf files that will be patched with the main grf? Im using neoncube
×
×
  • Create New...