Skip to content

Commit

Permalink
Changes (#206)
Browse files Browse the repository at this point in the history
* changed server.ini

* Sangre al pegar

* Optimizacion con el cambio de heading

* aumentados slots del inventario a 25

* Ahora te avisa cuando alguien manda /GM
  • Loading branch information
FrankoH298 authored and joaquinodz committed Sep 10, 2019
1 parent 1bb97c3 commit 579a3ad
Show file tree
Hide file tree
Showing 6 changed files with 699 additions and 690 deletions.
12 changes: 6 additions & 6 deletions Codigo/Declares.bas
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Option Explicit

#If False Then

Dim Map, X, Y, body, Clase, race, Email, Obj, Length As Variant
Dim Map, X, Y, body, Clase, race, Email, obj, Length As Variant

#End If

Expand Down Expand Up @@ -724,7 +724,7 @@ Public Const MAX_INVENTORY_SLOTS As Byte = 30

''
' Cantidad de "slots" en el inventario sin mochila
Public Const MAX_NORMAL_INVENTORY_SLOTS As Byte = 20
Public Const MAX_NORMAL_INVENTORY_SLOTS As Byte = 25

''
' Constante para indicar que se esta usando ORO
Expand Down Expand Up @@ -1151,7 +1151,7 @@ Public Type ObjData

End Type

Public Type Obj
Public Type obj

ObjIndex As Integer
Amount As Integer
Expand Down Expand Up @@ -1287,7 +1287,7 @@ Public Type tQuest
RequiredLevel As Byte

RequiredOBJs As Byte
RequiredOBJ() As Obj
RequiredOBJ() As obj

RequiredNPCs As Byte
RequiredNPC() As tQuestNpc
Expand All @@ -1296,7 +1296,7 @@ Public Type tQuest
RewardEXP As Long

RewardOBJs As Byte
RewardOBJ() As Obj
RewardOBJ() As obj

End Type

Expand Down Expand Up @@ -1861,7 +1861,7 @@ Public Type MapBlock
Graphic(1 To 4) As Integer
Userindex As Integer
NpcIndex As Integer
ObjInfo As Obj
ObjInfo As obj
TileExit As WorldPos
trigger As eTrigger

Expand Down
Loading

0 comments on commit 579a3ad

Please sign in to comment.