Jump to content

Nipsino

Members
  • Posts

    218
  • Joined

  • Last visited

Everything posted by Nipsino

  1. Are you sure you're doing it correct? It should work.. /organize "Party Name" I'll look into this in a bit. Could you tell me what revision you're on?
  2. Yeah, haha. A lot of people just change their info once they get it. Never. And I do mean never. Share your account info with another person/thing/animal. And you won't ever have to worry about this, Storage Item Security. Don't forget to remind your players! Happy gaming.
  3. I think this link is better! Hehe. Found it on the second page of the link you gave him. http://www.eathena.ws/board/index.php?showtopic=199843
  4. 8/10, looks very nice dude. Keep it up!
  5. Basically it's like a 2nd chance, if you're sure you want to delete the character then you have to wait out the time to delete it. Usually when people delete their characters they sometimes regret it, especially when it's hard for them to level.
  6. Out of my spare time! I have made a command that'll be useful for your server! And I'm releasing it for FREE But please. Don't. Don't. Don't! Remove the header/credits. Happy gaming! <3 Inside the atcommand.txt, I've put the code that I have used to make the actual @command. Because I don't know how to make a diff yet. :3 There's an already pre-compiled atcommand.c inside the RAR archive, it's easier for you to use this if you're a beginner in rAthena. Inside the groups.conf within your /conf folder you MUST put "manager: true" under one of the groups for this command to work! Also! Don't forget to put the manager.txt inside your custom folder and enable it so it'll work! The part below is pretty much self explanatory. Thanks! Happy gaming. <3 set .name$,"[input Server Name]"; set .wname$,"[server Name's Warp Service]"; set .wwname$,"[server Name's WoE Warper]"; set .nname$,"[server Name's News]"; Please post here if there are any errors! @manager.rar
  7. This? http://rathena.org/board/topic/53841-fluxcp-cms-addon/
  8. if(getgmlevel() > 20) end; Try adding that in before the "announce(strcharinfo(0)"
  9. Emistry forgot to put the 3rdJobItems == 1. xDD Try this one prontera,155,181,5 script Sample 757,{ if( 3rdJobItems == 1 ){ mes "You have gained the Item before."; }else{ switch( BaseJob ){ Case Job_Knight: set .ItemID,7539; break; Case Job_Priest: set .ItemID,7539; break; Case Job_Wizard: set .ItemID,7539; break; Case Job_Blacksmith: set .ItemID,7539; break; Case Job_Hunter: set .ItemID,7539; break; Case Job_Assassin: set .ItemID,7539; break; Case Job_Crusader: set .ItemID,7539; break; Case Job_Monk: set .ItemID,7539; break; Case Job_Sage: set .ItemID,7539; break; Case Job_Rogue: set .ItemID,7539; break; Case Job_Alchemist: set .ItemID,7539; break; Case Job_Bard: set .ItemID,7539; break; Case Job_Dancer: set .ItemID,7539; break; default: mes "Nothing you can take.."; close; } getitem .ItemID,1; mes "You have gained 1 "+getitemname( .ItemID )+"."; set 3rdJobItems,1; } close; }
  10. If you're trying to download miruku. Here's the link for the 7 parts. http://fileserve.com/list/RzKVwz8.
  11. Try changing this part "^008000- ^000000 Monday ^FF0000["+ (getmapusers("sch_gld.gat"))+ "]^000000",PRT, "^008000- ^000000 Tuesday ^FF0000["+ (getmapusers("gef_fild13.gat"))+ "]^000000",PAY, "^008000- ^000000 Wednesday ^FF0000["+ (getmapusers("prt_gld.gat"))+ "]^000000",GEF, "^008000- ^000000 Thursday ^FF0000["+ (getmapusers("aru_gld.gat"))+ "]^000000",ALDE; "^008000- ^000000 Friday ^FF0000["+ (getmapusers("aru_gld.gat"))+ "]^000000",AL1; "^008000- ^000000 Saturday ^FF0000["+ (getmapusers("prt_gld.gat"))+ "]^000000",ALE2; "^008000- ^000000 Sunday ^FF0000["+ (getmapusers("sch_gld.gat"))+ "]^000000",ADE3; Into this "^008000- ^000000 Monday ^FF0000["+ (getmapusers("sch_gld.gat"))+ "]^000000",PRT, "^008000- ^000000 Tuesday ^FF0000["+ (getmapusers("gef_fild13.gat"))+ "]^000000",PAY, "^008000- ^000000 Wednesday ^FF0000["+ (getmapusers("prt_gld.gat"))+ "]^000000",GEF, "^008000- ^000000 Thursday ^FF0000["+ (getmapusers("aru_gld.gat"))+ "]^000000",ALDE, "^008000- ^000000 Friday ^FF0000["+ (getmapusers("aru_gld.gat"))+ "]^000000",AL1, "^008000- ^000000 Saturday ^FF0000["+ (getmapusers("prt_gld.gat"))+ "]^000000",ALE2, "^008000- ^000000 Sunday ^FF0000["+ (getmapusers("sch_gld.gat"))+ "]^000000",ADE3; He put a ; where it wasn't necessary.
  12. I suggest you to use the renewal exp.txt. Which is located, "db/re/" folder.
  13. The only way I could think of right now. Is have it dispel all of the buffs with this code. "SC_END_ALL" Add it before they are warped to the map, and add it at the entrance of castles with an OnTouch Label. Examples. Warping to PvP or whatever. SC_END_ALL; warp "map",0,0; OnTouch Label prtg_cas01,x,y,0 script Dispel -1,{ end; OnTouch: SC_END_ALL; setwarg,0; // I use setwarg,0 so rangers wouldn't have their wargs. }
  14. This system would be awesome if rAthena implemented. I know that most of the Developers would say "Oh you should just implement it yourself." However, it's unknown if you can use the Expansion Pack with rAthena. I'm all for this if it happens though!
  15. I think this happens because it doesn't store the settings within your registry. If you're running windows 7/vista you should try running the setup.exe as administrator.
  16. I think it does affect some skill delays. I wouldn't know but if the user/client has modified job sprites it'll definitely change the skill delay. Overall; I think it'll affect some skills but not all.
  17. I like the name of the town. It suits me very well! 8) haha, one of the best releases! Kudos to you jTynne. <3
  18. Hello! Welcome to rAthena. :3
  19. Use a hex editor. Find "Play" and then change it to your desired RO Client name. RO Installer Guide; http://www.eathena.ws/board/index.php?showtopic=138237
  20. I've tried your CP, and I didn't know how to register. Since all it ever gave me was "Your account is still pending." Mhmm, it's weird it should already update the account once they click the link.
  21. I did, you mean that a @command wouldn't be able to make what I am waiting for, right? But now I am thinking if is it there a possibility of modifying the /effect or create another one to make what I want, Is it possible? I was trying to look where the "/effect" code is at, haha. But I'll look around to see if somebody has this "@effect" :3
  22. You should make sure it's reading data folder first. Also try re-doing your map-cache.
  23. Can you please elaborate? If you'd like to add in a new skill; src/map/skill.c & src/map/skill.h Credits to OutofCuriousity. dbskill_cast_db.txt - Skill durations and delay dbskill_castnodex_db.txt - How skill casting is affected by stats, items and skill boosts dbskill_db.txt - General skill mechanics; skill type, element type, range, how many times it should hit, whether it deals splash damage and so on. dbskill_nocast_db.txt - where (or in what game modes) the skill can be used dbskill_require_db.txt - skill requirements covering HP, MP cost, required weapon type, items consumed and so on dbskill_tree.txt - here you can add skills to the different jobs, set other skills as prerequisites etc. dbskill_unit_db.txt - how the skill interacts with targets, where it can be cast and so on
×
×
  • Create New...