Jump to content

toohot22

Members
  • Posts

    56
  • Joined

  • Last visited

Posts posted by toohot22

  1. 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

  2. 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 

  3. 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

    error2.jpgerror1.jpg

  4. 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

  5. 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

     

  6. 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??

  7. 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

  8. 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

  9. 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

     

  10. 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

  11. 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...