Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Envío a Isla de la Fortuna sin importar el mapa #600

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions Codigo/InvUsuario.bas
Original file line number Diff line number Diff line change
Expand Up @@ -250,17 +250,12 @@ Sub QuitarNewbieObj(ByVal UserIndex As Integer)
End If

'Si el usuario dejó de ser Newbie, y estaba en el Newbie Dungeon

112 If MapInfo(UserList(UserIndex).pos.map).Newbie Then

'Mandamos a la isla de renacimiento
Call WarpUserChar(UserIndex, Renacimiento.map, Renacimiento.X, Renacimiento.y, True)
Call WriteConsoleMsg(UserIndex, "Has dejado de ser Newbie, Te orientaremos que hacer ahora.", e_FontTypeNames.FONTTYPE_INFO)


End If


'Mandamos a la Isla de la Fortuna

Call WarpUserChar(UserIndex, Renacimiento.Map, Renacimiento.x, Renacimiento.y, True)
Call WriteConsoleMsg(UserIndex, "Has dejado de ser Newbie, Te orientaremos que hacer ahora.", e_FontTypeNames.FONTTYPE_INFO)

Exit Sub

QuitarNewbieObj_Err:
Expand Down