KimLS
ff3cb9fc54
Merge branch 'master' into inv2
2015-04-07 16:29:07 -07:00
KimLS
56e7d1b0dc
Okay finally merchant buying works -.-
2015-04-07 16:28:28 -07:00
KimLS
7341ecc185
Some work on implementing slot selection
2015-04-06 16:53:12 -07:00
Michael Cook (mackal)
7bd185b7b7
Fix RoF+ OP_Animation handling
...
That's handled in the patch file
2015-04-06 16:13:58 -04:00
Natedog2012
7662eaf983
All animation structs were backwards and poorly named.. RoF+ animations work properly
2015-04-06 03:11:04 -07:00
Natedog2012
8bd22e8c38
2nd part to Alternate currency fix forgot to paste this back in
2015-03-29 02:16:23 -07:00
Natedog2012
e304e67cf1
Fix how Alternate Currency Reclaim and Create works if the player has 0 currency available
2015-03-29 01:00:57 -07:00
KimLS
279ed8d86c
Merge branch 'master' into inv2
2015-03-25 15:55:16 -07:00
KimLS
f021ee5491
Fix for traders not correctly setting price
2015-03-22 14:47:45 -07:00
KimLS
6c26bc9c8f
Fix for alt currency reclaim exploit and fix for exploit in trader code where price != set price
2015-03-20 13:10:36 -07:00
KimLS
21ce5c6daa
Merge plus some work on fixing stacking for merchants.
2015-03-15 14:02:13 -07:00
KimLS
00af95502e
Wip merchant stuff, summoning should work now.
2015-03-06 15:53:15 -08:00
KimLS
dda8ae4803
Basic item summoning, fix for saving not working 100 pct, deletion works, cursor queue should work too.
2015-03-05 18:03:37 -08:00
Alex
bd9665e35b
Merge pull request #381 from noudess/master
...
Allow server customization of swimming start value.
2015-03-04 19:37:01 -08:00
KimLS
9fcdf5367e
Swap saving now works correctly except for cursor items which wont be reloaded correctly as we don't send cursor on login yet. Also added check for bag into another bag src bag needs to have nothing in it first.
2015-03-04 19:33:01 -08:00
Akkadius
0210d6f6bf
Fix Spell Book Deletion
2015-03-04 02:40:49 -06:00
KimLS
abc5ddc5f8
Inventory Swap implemented and passes tests, though still want to verify it a bit more also does not yet save but that's next. Fixed a crash in memory buffer too.
2015-03-02 00:44:28 -08:00
KimLS
14b5a8d817
Merge from master
2015-02-28 17:59:32 -08:00
KimLS
18b4d068ea
Early stages of swapping requirements in, should check for basic validity and equipable status
2015-02-26 22:09:29 -08:00
Uleat
1f0b86a0d5
Changes to how valid light sources are critiqued
2015-02-26 18:46:12 -05:00
KimLS
568938d003
Merge from master
2015-02-25 19:39:48 -08:00
KimLS
69612b44d4
OP_MoveItem encode/decode for RoF2, disabled other patches for now (until i get rof2 packets and mechanics working well enough to go back and fix those)
2015-02-23 22:45:50 -08:00
JJ
318a664b09
No "sigs". [skip ci]
2015-02-23 19:57:47 -05:00
Paul Coene
221c1f17c7
Streamline changes for Swimming Rule and add Sense Heading rules
2015-02-23 19:03:28 -05:00
Paul Coene
ba49e5f696
Allow servers to set starting value for swimming instead of the hard coded
...
value.
2015-02-23 13:32:10 -05:00
KimLS
b3c53e5907
Merge master, fix conflicts
2015-02-21 15:30:15 -08:00
KimLS
f511862004
Working working working on getting the basics setup
2015-02-21 15:21:45 -08:00
KimLS
a90e9cf4c6
Refactoring
2015-02-20 20:15:58 -08:00
Michael Cook (mackal)
c5a217842f
Fix issues with claims and implement for RoF/RoF2
2015-02-20 16:29:56 -05:00
KimLS
a5274b9b6e
InventoryOld in client has been unhooked from loading/saving
2015-02-18 20:29:58 -08:00
Trevius
3b45a66498
Fix for potential recursive loops if using RemoveFromHateList() within EVENT_HATE_LIST.
...
Some work on Bazaar searching, but not functional yet.
2015-02-18 21:32:18 -06:00
KimLS
fc2492a859
Merge from master, fixed conflicts
2015-02-18 13:18:21 -08:00
KimLS
701e194ece
Renamed Item_Struct to ItemData
2015-02-17 18:06:22 -08:00
KimLS
b75e6308dd
Renamed Inventory to InventoryOld
2015-02-17 13:42:21 -08:00
Uleat
e4be4d6895
Pre-purposed clean-up
2015-02-17 13:58:26 -05:00
Uleat
20249cec67
Pre-purposed prep-work
2015-02-17 13:58:25 -05:00
Uleat
dedbb3f6c8
Implemented higher bandolier and potion belt counts
2015-02-17 13:58:24 -05:00
Uleat
f1a25da065
Pre-purposed clean-up
2015-02-17 13:58:19 -05:00
Trevius
28be3b87b7
(RoF2) Bazaar Trading (Buying/Selling) is now fully functional. Bazaar (/bazaar) search is not yet functional.
2015-02-16 11:56:23 -06:00
Trevius
811e8809cc
(RoF2) Bazaar is now partially functional. RoF2 clients can start/end trader mode and other clients can purchase from them. No other functionality yet.
2015-02-14 11:09:36 -06:00
Trevius
69d727cbe5
(SoF+) Removed duplicate packets being sent to client on zone (Take #2 )!
2015-02-10 19:22:42 -06:00
Michael Cook (mackal)
f613d12c61
Revert "(SoF+) Removed duplicate packets being sent to client on zone."
...
This reverts commit e6eb4e16d1c9a7c5fa04161f1455f3ca0585226c.
2015-02-10 12:49:32 -05:00
Trevius
82b9af3956
(RoF+) Guild Invites between RoF+ and previous Clients is now functional.
2015-02-09 19:54:14 -06:00
KimLS
543e265b0a
Adjustments to OP_SpawnAppearance, as well as updating import client files to handle newer spell files
2015-02-09 17:48:07 -08:00
Trevius
e6eb4e16d1
(SoF+) Removed duplicate packets being sent to client on zone.
2015-02-09 17:23:43 -06:00
Michael Cook (mackal)
95b66583b3
Merge pull request #367 from JohnsonAskot/master
...
Sanity checking
2015-02-09 17:54:08 -05:00
KimLS
452b1a1eae
Added throttling to some appearance packets, also removed responding to client light packets. With the new light code we'll tell the client when the light has changed not the other way around.
2015-02-07 15:55:01 -08:00
JohnsonAskot
7bf054bd58
Name removed from comments
2015-02-07 14:35:43 -05:00
JohnsonAskot
63810d5c1b
Exploit fixes
...
Bind Wound was spammable via packet sending. You could buy a larger
stack than the max StackSize of an item from merchants that had
unlimited of those stackable items.
2015-02-07 12:34:50 -05:00
Uleat
9446d75444
Merge branch 'master' of https://github.com/EQEmu/Server
...
Conflicts:
changelog.txt
2015-02-06 13:20:32 -05:00