Jump to content

toohot22

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by toohot22

  1. Hey, Iv seen servers that allow players to join their server from android and was wondering if theres a guide or where I can find how to do this thanks
  2. toohot22

    vip item

    Hey all, please forgive me if iv posted this in the wrong area. Iv been away from RO for some time now but im back making a new server and I was wandering how to add a item to use with the VIP System. I already activted the code in src/config/core.h and now need a Item I can use was thinking 24hr 7days and 31day use for each ticket/item thanks inadvance
  3. iv tryed restarting server after i changed the rates still goes back to 1.25x 1.25x 10x drops are want i wanted i wanted the server rates to be 25x 25x 10x problem solved the dramatic rates script was blocking the new rates after removing rates set as needed thanks
  4. GoodDay Rathena Im trying to set my rates on my server but no matter what rates i put in the same rates show i checked my control panels and heres what it says And my settings are as follows
  5. Hello all iv been away from here for some time and have been trying to get a working client but so much has changed and most guides are out dated or links are broken im willing to pay for a client so i can get on my server just needs to be a plain full client i dont need a data.grf as i have this just everything else if you can help please drop me your skype id and ill add you thanks inadvance
  6. Hey Could anyone help me out with a client i used to run a server a few years back and just got back into it but see everything has changed im looking for a mini client so i can test a server iv got out thanks inadvance
  7. Can anyone help me please?
  8. but where do i add new missions?
  9. hunting mission script can anyone help please? hunting_missions.txt
  10. Hi all can anyone help me with a new skill as in the coding of it i know where too add just not how to code it the new skill is as follows Skill Name: Camping Duration: 5 minutes Casting Time: 1 minute Cooldown: 10 minutes Max Skill Level: 1 Catalyst: 1 "matches" 5, "wooden branch", "5 leaves" Skill Description: Summons a camp fire Skill Effect: Increases hp/sp recovery by 50%, recovers 500hp/sp per seconds, Increase hp/sp recovery by 5% per party member and increases hp/sp recovery by 100 per party member, Increases Def+ 100. Skill has a 10x10 radius around the camp fire. (It acts like a fire pillar skill that has a radius that can do the effect of recovery like the skill priest sanctuary) thanks inadvance Can Anyone help??
  11. Hi can anyone tell me how i add more quests to the script?
  12. lol totaly forgot about that thanks Hi sorry where can i add new missions to this thing??
  13. HI all I would like to make a quest where a player hunt for a set monster and then gets a reward something like this NPC - louyang 208,118 Name - Ice Titan quest is to find and hunt down 150 Ice Titan mobs after they have killed them theres a message saing they have killed the 150 mobs please return to npc npc to say well done heres your reward 1x 5738 (Snowman Hat [1]) & 10x 7539 (Poring Coin) Thanks Inadvance
  14. Hi im useing this script prontera,155,181,5 script Jman 704,{ if( getgmlevel() < 80 ){ mes "Sorry i wont serve you."; }else{ mes "Hi, i am Event Manager"; mes "So, who is the Winner ?"; mes "Enter his/her name."; mes "Must be a Online Char"; mes "Insert ^FF0000CANCEL^000000 to cancel"; do{ input .@Name$; }while( compare( .@Name$,"CANCEL" ) || !isloggedin( getcharid( 3,.@Name$ ) ) ); mes "How many Point will be given ?"; input .@Points; next; mes "Name : ^FF0000"+.@Name$+"^00000"; mes "Point : ^FF0000"+.@Points$+"^00000"; if( select("Yes:No") == 1 ){ close2; message .@Name$,"You have been rewarded with "+.@Points+" Points."; attachrid( getcharid( 3,.@Name$ ) ); set #EVENTPOINTS,#EVENTPOINTS + .@Points; end; } } close; } And it was working but now after a revision its not working i click the npc add players name and amount and send players gets message but theres no point when they check is there another way to do this even without the sctips i tryed #points and #cash but both say player not found but the player is online right by me if anyone has another script to give cash points please can you send me a copy or if you can fix this one thanks thanks inadvance
  15. hi can anyone help me with this how do i add Attack Power + 2%, MATK + 2%, Dex + 1 to a item as in code way thanks inadvance
  16. Hi iv got another error now after testing i was doing the quests and was hit with this as you can see first it says they dont have quest id but all was added second is the npc error in ars_dun21 players can carry on with the quests as this npc wont warp them to the next part as it says can anyone help me on this? New Bitmap Image.bmp
  17. toohot22

    quests

    Hi all if i turn off renewal part of my server will this turn off quest logs??
  18. Hi all i added a new world to my server from this topic http://rathena.org/board/topic/53282-maps-scripts-arsinoe-aeries-tears/?hl=revision and all works fine till i add in the mobs now i got a error saying too many line so removed 1 number from each mob and error went away but when i warped to the new maps my client crashed but without the mobs its fine so i guess its the mobs iv got no errors on the map console could anyone help me to fix this the info is showen in file mob data.rar
  19. Hi all iv got a problem with my mobs every thing works till i add the mobs, soon as i add and logon to one of the new maps my client crashes but if i dont add every thing works fine has anyone had this problem or know how to fix this?? thanks inadvance
  20. hi first id like to say really nice work iv add this to my server and have a error same as someone posted here but no fix was said heres a link to the error http://mysticpaste.com/private/TFLylkL88x/;jsessionid=sqet1r4qtxuqgmpkgzko8mq9?0 im useing revision 17221 rAthena emulator would really like to get this online soon as possable kind regards
  21. toohot22

    revision

    hi thanks for reply iv tryed doing svn merge -rHEAD:17221 but get Uknown command "merge -rHEAD:17221" Type "svn help" for useage can anyone help please Edit--- ok i found out how to fix its svn update -r 17221 thanks
  22. toohot22

    revision

    Hi all i just updated my server too 17256 and found some of my custom systems are not working how can i reset my server back too revision 17231 im useing linux so if you can write the code that would be cool thanks inadvance
×
×
  • Create New...