Jump to content
  • 0

Request: Max Leveler and vote points shop.


QwertyXD

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  05/07/12
  • Last Seen:  

I just want to request a Max Leveler npc that when you clicked it, your char will automatically be max level. Thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

try this

-<tab>script<tab>name<tab> -1,{
OnPCLoadMapEvent:
set .@BLeveling, 1;
if (BaseLevel < .@Bleveling) {atcommand "@blvl 150";} //this will automaticaly change the base level of character to 150
}

Edited by Jhosef
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  01/25/12
  • Last Seen:  

prontera,156,180,4 script Max Leveler 100,{
set .maxlevel, 99; // set max level
if(BaseLevel!=.maxlevel)
set BaseLevel, .maxlevel;
end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  05/07/12
  • Last Seen:  

I'll Try this one thanks.

EDIT:

It didnt work. anyone can help me please?

Edited by Arcenciel
Merged
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

I'll Try this one thanks.

EDIT:

It didnt work. anyone can help me please?

What error does your map server say? Saying it doesn't work doesn't help anyone.

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