Jump to content

RenLen

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by RenLen

  1. Is there a way to hide Data.ini? Or something? I want to prevent the players from modifying the data.ini and such in our server. If there is a way,please help me. Thank you!
  2. Thank you,Emistry! I'm gonna fix it now.
  3. I want to add a delay on this script. http://upaste.me/fef516018d1646c7 It will be like 30 minutes delay before making another broadcast. It will only have one color. And also, remove the free broadcast. I tried fixing them up but I just messed the whole script so I need the help of an expert. Thank you!
  4. Where can I edit auto-disband of party when the party leader left the party? Thank you!
  5. I see. Thank you,Emistry!
  6. Can someone modify this script,please? It doesn't auto-summon a mob. I want it to auto-summon mobs like Poring,Poporing,Drops,Fabre and Picky http://upaste.me/15e215161a396e78 Thank you in advance!
  7. You mean Solusvm? If it didn't work,then I guess I'll have to contact my hosting provider. Thank you! Thank you,sir!
  8. If so,how? Cause I wanna change my FTP password. Thank you!
  9. Oh, I didn't notice it. Sorry! Anyway thank you! It allowed me to change job but when I already changed job and have my skill points, it's not allowing me to put the skill points to skills. I have a complete skills on 1st job. Bump
  10. What do I change in this script if I still want them to proceed in changing jobs even if they still have their skill points left? I'm using Euphy's Job Master script. https://rathena.svn....m/jobmaster.txt if (.SkillPointCheck && SkillPoint) { mes "Please use all your skill points before proceeding."; close; }
  11. Yes,even the attachment. I'll try this again. Thank you,again! It's still not working, I wonder what else is wrong with the script. EDIT: IT'S NOW WORKING. I RE-COMPILE THE SERVER. Anyway,thank you RMRO!
  12. I'll try this.Thank you! It's still not working.
  13. I've tried every possible way to enable it,but unfortunately none of them worked. 1. I enabled it on scripts_custom.conf with the correct directories and all. 2. I've checked if it has errors on the SQL,but no errors have been listed. 3. I've also tried restarting my server but nothing happened. 4. I used @reloadscript several times, still,nothing happened. I don't know what else to do with it. Help me please. I'm not good at scripting,so I don't know and I'm not sure if the script itself is making it not load.
  14. I'll try your suggestion. Thank you! Is there any other way that I could make it work? Unfortunately,it's not working.
  15. Tried to search it but none of them has the answer,so I wanna know where else will I put transcendent skills for baby jobs. Cause I've already put it on skill_tree.txt and it works fine on other baby jobs except for baby dancer/bard and blacksmith. I wanna add Cart termination and cart boost on baby blacksmith while I wanna add Tarot Card of Fate on baby dancer/bard. I know I've put the correct information in skill_tree.txt but it seems that there's still something wrong. And yes,all of the pre-requisite there can be found on a normal baby bard/dancer or baby blacksmith skill tree. Anything that I forgot? Here's the skill tree of the three jobs: Bump.
  16. Oops,posted on a wrong section. Sorry! Tried to search it but none of them has the answer,so I wanna know where else will I put transcendent skills for baby jobs. Cause I've already put it on skill_tree.txt and it works fine on other baby jobs except for baby dancer/bard and blacksmith. I wanna add Cart termination and cart boost on baby blacksmith while I wanna add Tarot Card of Fate on baby dancer/bard. I know I've put the correct information in skill_tree.txt but it seems that there's still something wrong. And yes,all of the pre-requisite there can be found on a normal baby bard/dancer or baby blacksmith skill tree. Anything that I forgot? Here's the skill tree of the three jobs:
  17. Wait. There, it's euphy's script. Close the thread. I figured out what's wrong. Lol. Euphy's Warper v1.2.txt
  18. I've tried @reloadscript, but still the npc won't load. And when I checked my RO_map,it shows an error. [Error] Missing 1 right curlys at file 'npc/custom/warper.txt', line 341
  19. So I'm using Euphy's warper script and put it on the trunk/npc/custom and I also saved them on scripts_custom.conf. Now I'm stucked on what to do next,someone help me please. Should I @reloadscript or compile server again?
  20. RenLen

    Question

    Thank you! I'll try the shoper and read that as well.
  21. RenLen

    Question

    Okay,so is there a script for those NPCs that I've mentioned above? Those are the npcs I really need,i wanted to edit the script that Emistry posted but I don't have any knowledge on what numbers are.
  22. RenLen

    Question

    Can I just delete the scripts that I don't need? Or it will affect the whole script EDIT: And do they have also the NPCs that I've mentioned?
  23. RenLen

    Question

    Is the Arrow Dealer Shop,Alchemist Shop, Magic Item Seller Shop,Ninja Shop, Gunslinger Shop, Pet shop, Forge Item Shop can be seen in a default rathena svn? Or do I have to add them manually? If yes,where can I get those kind of NPCs. I've tried searching here but couldn't find any scripts. Help me please.
  24. prontera,150,180,4 script Test 100,{ deletearray .@aid[0],128; deletearray @aid[0],128; set @j,0; set @select$,""; getpartymember getcharid(1),2; set .@num,$@partymembercount; copyarray .@aid[0],$@partymemberaid[0],.@num; set .@num,getarraysize(.@aid); for(set .@i,0;.@i<.@num;set .@i,.@i+1) if(isloggedin(.@aid[.@i])) { set @aid[@j],.@aid[.@i]; set @j,@j+1; set @select$,@select$+":"+rid2name(.@aid[.@i]); } set @menu,select(@select$)-2; if(isloggedin(@aid[@menu])) { getmapxy(@m$,@x,@y,0,rid2name(@aid[@menu])); if( getmapflag(@m$,mf_pvp) || @m$ == "mapname" || @m$ == "mapname" ){ mes "You cant warp to his map now."; }else{ warp @m$,@x,@y; } close; } Thank you! Is this correct now?
×
×
  • Create New...