Jump to content
  • 0

Lotti Girl Ranker w/Reward


Bringer

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

Hello Guys

Lotti Girl NPC kindly Useful @ 255 Server Using This Script :  and i want to add some ideas

@AnnieRuru can you Add more ideas and Option Menu?

switch(select("Play","Lotti Ranking","Lotti Shop"))
  • Play Option 

Every Play of Lotti Girl you gain 1 Lotti Ladder Point and Lotti Shop Point 

  • Points System
10% = 10Points Lotti Ladder Points & Lotti Shop Points
9% = 20Points Lotti Ladder Points & Lotti Shop Points
8% = 30Points Lotti Ladder Points & Lotti Shop Points
7% = 40Points Lotti Ladder Points & Lotti Shop Points
6% = 50Points Lotti Ladder Points & Lotti Shop Points
5% = 60Points Lotti Ladder Points & Lotti Shop Points
4% = 70Points Lotti Ladder Points & Lotti Shop Points
3% = 80Points Lotti Ladder Points & Lotti Shop Points
2% = 90Points Lotti Ladder Points & Lotti Shop Points
1% = 100Points Lotti Ladder Points & Lotti Shop Points
  • Lotti Ladder System

1 > Name > Lotti Ladder Points

2 > Name > Lotti Ladder Points

3 > Name > Lotti Ladder Points

4 > Name > Lotti Ladder Points

5  > Name > Lotti Ladder Points

  • Lotti Shop

Players can  use there Lotti Shop Points to buy any items on Lotti Shop

Edited by Bringer
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

this topic kinda slip past my radar until a PM came in ...

 

okies ... I even forgotten I made this script before ...

by reading back my own script, and tested it, all I did back then was just adding announcement with the lowest chance

just doing some clean up -> http://upaste.me/411049624930ea2ac

 

what I don't understand is this ... isn't this feels contradict each other ? you said every play gain 1 point, then ... that total chance also doesn't add up ...

On 4/6/2018 at 9:45 AM, Bringer said:
  • Play Option 

Every Play of Lotti Girl you gain 1 Lotti Ladder Point and Lotti Shop Point 

  • Points System

10% = 10Points Lotti Ladder Points & Lotti Shop Points
9% = 20Points Lotti Ladder Points & Lotti Shop Points
8% = 30Points Lotti Ladder Points & Lotti Shop Points
7% = 40Points Lotti Ladder Points & Lotti Shop Points
6% = 50Points Lotti Ladder Points & Lotti Shop Points
5% = 60Points Lotti Ladder Points & Lotti Shop Points
4% = 70Points Lotti Ladder Points & Lotti Shop Points
3% = 80Points Lotti Ladder Points & Lotti Shop Points
2% = 90Points Lotti Ladder Points & Lotti Shop Points
1% = 100Points Lotti Ladder Points & Lotti Shop Points

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

1 hour ago, AnnieRuru said:

this topic kinda slip past my radar until a PM came in ...

 

okies ... I even forgotten I made this script before ...

by reading back my own script, and tested it, all I did back then was just adding announcement with the lowest chance

just doing some clean up -> http://upaste.me/411049624930ea2ac

 

what I don't understand is this ... isn't this feels contradict each other ? you said every play gain 1 point, then ... that total chance also doesn't add up ...

 

no the  chance will not accumulate but will the points will

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

http://upaste.me/8d27496413111a547

@Bringer

 

sry for late reply, I was writing some guide and it can't just get out of my head

I feel like I want to finish that guide as soon as possible

Edited by AnnieRuru
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

@AnnieRuru i try on ramod i got error this

https://imgur.com/a/jabaBAw

so i try on latest Rathena

First Problem

i won the Gym Pass Box
 

setarray .p2, 70, 13710,1;

https://imgur.com/a/qsMjlDs

the point should be Only 1 because on chance code

	setarray .chance, 10,	9,	8,	7,	6,	5,	4,	3,	2,	1;
	setarray .points, 10,	20,	30,	40,	50,	60,	70,	80,	90,	100;


Lotti Shop
if have 0 zeny even i have lotti points i cant buy items on shop 

https://imgur.com/a/kjp6uHr

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

2 hours ago, Bringer said:

@AnnieRuru i try on ramod i got error this

https://imgur.com/a/jabaBAw

so i try on latest Rathena

First Problem

i won the Gym Pass Box
 


setarray .p2, 70, 13710,1;

https://imgur.com/a/qsMjlDs

the point should be Only 1 because on chance code


	setarray .chance, 10,	9,	8,	7,	6,	5,	4,	3,	2,	1;
	setarray .points, 10,	20,	30,	40,	50,	60,	70,	80,	90,	100;


Lotti Shop
if have 0 zeny even i have lotti points i cant buy items on shop 

https://imgur.com/a/kjp6uHr

 

I think you need to change the script method into what ramod has. so its gonna be compatible.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

@Bringer

Problem no.1 -> Solved ~
http://upaste.me/8d27496413111a547
I downgrade my scripting technique to backward compatible to ... support emulator 5 years ago
if that still giving error ... then I have to use *set script command, and that's ancient !

Problem no.2 - nah ... that thing is client restriction
there is nothing I can do about it, even source modification wont do
and you DONT WANT to fix that or else your server will throw warning like players trying buy knife with 0 zeny ! ... in your map-server.exe

Edited by AnnieRuru
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...