ThyroDree
New member
is it possible to make your own points in ragnarok?
if yes can anyone tell me how to do it?
thanks
if yes can anyone tell me how to do it?
thanks
aw but i need a permanent like CashPoint
OnPCKillEvent: //Just a Sample Script #kill++; //Sets #kill to +1, #kill = account variable, this will be same for your account, and is permanent kill++; //Sets kill to +1, kill = permanent char variable.
Add this after quest NPC after the quest is done.but if a player finish the quest Player will Receive 5 Custom Points
how to make it on quest ? ( not on pvping/killing way)
prontera,150,150,0 script Sample 100,{
set #OWNPOINTS, #OWNPOINTS + 5;
dispbottom "You now have " +#OWNPOINTS+ " own points.";
end;
}
mes "Well done you have started the quest of got me 5 apples"; mes "Thank you";set queststarted,0; delitem 512,5;set #OWNPOINTS, #OWNPOINTS + 5; dispbottom "You now have " +#OWNPOINTS+ " own points. by completing the collect 5 apples quest.";close;
if i add #OWNPOINTS what is the name of the Points? Own Points? how about i want to make it YourRO Pointsyeah that's it almost like that,
just add it after the quest completion part.. so it will give that points..
something almost like this
mes "Well done you have started the quest of got me 5 apples"; mes "Thank you";set queststarted,0; delitem 512,5;set #OWNPOINTS, #OWNPOINTS + 5; dispbottom "You now have " +#OWNPOINTS+ " own points. by completing the collect 5 apples quest.";close;
#YOURROPOINTSif i add #OWNPOINTS what is the name of the Points? Own Points? how about i want to make it YourRO Pointsyeah that's it almost like that,
just add it after the quest completion part.. so it will give that points..
something almost like this
mes "Well done you have started the quest of got me 5 apples"; mes "Thank you";set queststarted,0; delitem 512,5;set #OWNPOINTS, #OWNPOINTS + 5; dispbottom "You now have " +#OWNPOINTS+ " own points. by completing the collect 5 apples quest.";close;
#Yourropoints or #Ownpoints is just a variables i think#YOURROPOINTSif i add #OWNPOINTS what is the name of the Points? Own Points? how about i want to make it YourRO Pointsyeah that's it almost like that,
just add it after the quest completion part.. so it will give that points..
something almost like this
mes "Well done you have started the quest of got me 5 apples"; mes "Thank you";set queststarted,0; delitem 512,5;set #OWNPOINTS, #OWNPOINTS + 5; dispbottom "You now have " +#OWNPOINTS+ " own points. by completing the collect 5 apples quest.";close;
CUSTOM_POINTS += 5; //You can Change CUSTOM_POINTS to any variable you want, and you can use this variable anywhere in other npc to check if player has certain amount of points or not,etc.
what is this? ^^^CUSTOM_POINTS += 5; //You can Change CUSTOM_POINTS to any variable you want, and you can use this variable anywhere in other npc to check if player has certain amount of points or not,etc.
prontera,150,150,0 script Sample 100,{ #replaceyourcustompoint =+ 5; // gives +5 points.. replace this to whatever you want. eg: #custompoints or #yourropoints. dispbottom "You now have " + #replaceyourcustompoint+ " own points."; // show how many points you have. end;}
is this permanent points?prontera,150,150,0 script Sample 100,{ #replaceyourcustompoint =+ 5; // gives +5 points.. replace this to whatever you want. eg: #custompoints or #yourropoints. dispbottom "You now have " + #replaceyourcustompoint+ " own points."; // show how many points you have. end;}
We use essential cookies to make this site work, and optional cookies to enhance your experience.