Skip to content

Commit

Permalink
Merge pull request #600 from valencata/master
Browse files Browse the repository at this point in the history
Envío a Isla de la Fortuna sin importar el mapa
  • Loading branch information
ReyarB authored Jun 13, 2024
2 parents c582598 + 35a94b1 commit 52374c8
Showing 1 changed file with 5 additions and 10 deletions.
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

0 comments on commit 52374c8

Please sign in to comment.