Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Job Advance gets error 380


hagefade
 Share

Recommended Posts

1)```
      Case 4
              If GetPlayerLevel(Index) >= 10 Then

                    If GetPlayerClass(Index) = 1 Then

                          Call SetPlayerClass(Index, 3)
                          Call SetPlayerLevel(Index, 10)
Call SetPlayerExp(Index, GetPlayerExp(Index) - GetPlayerNextLevel(Index))
                          Call SetPlayerPOINTS(Index, 0)
                          Call SetPlayerSTR(Index, 8)
                        Call SetPlayerDEF(Index, 4)
                        Call SetPlayerMAGI(Index, 0)
                        Call SetPlayerSPEED(Index, 10)
                          Call PlayerMsg(Index, "Congratulations, you are now a Darkness Warrior, talk to the Teleporter to be transported out of the tutorial area.", BLUE)
                          Call SendPlayerData(Index)
                          Call SendStats(Index)

                    Else

                          Call PlayerMsg(Index, "Sorry, you must be a Darkness Child to become a Darkness Warrior.", RED)

                    End If

              Else
                    Call PlayerMsg(Index, "Sorry, you must be at least level 10 to become a Darkness Warrior.  Only " & (10 - GetPlayerLevel(Index)) & " more levels to go!", RED)
              End If
        Exit Sub
```
2)```
[MAX]
MAX_PLAYERS=150
MAX_ITEMS=50
MAX_NPCS=50
MAX_SHOPS=10
MAX_SPELLS=50
MAX_MAPS=50
MAX_MAP_ITEMS=20
MAX_GUILDS=10
MAX_GUILD_MEMBERS=15
MAX_EMOTICONS=10
MAX_ELEMENTS=20
MAX_LEVEL=100
MAX_PARTY_MEMBERS=4
MAX_SCRIPTSPELLS=30

```
Can you post your MAX list, in case I don't have any others, cause I don't have max_classes
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...