Commit Graph

365 Commits

Author SHA1 Message Date
wishu
ab9097c529 correct errors in guild schema 2022-06-16 16:25:41 +10:00
wishu
3d68b5c6fd correct errors in guild schema 2022-06-16 16:23:42 +10:00
wishu
047a18c89f implement missing guild alliance code 2022-06-16 16:21:54 +10:00
wishu
5563d7dc05 add support for renaming guild pugis 2022-06-16 15:26:37 +10:00
wishu
4f9b9eabcb add support for alliances 2022-06-16 15:03:49 +10:00
wishu
fb3e3c2713 add support for reading pugi names 2022-06-16 15:01:27 +10:00
wishu
b2627bf30d simplify various parts of guild handlers 2022-06-16 15:00:55 +10:00
wishu
b7cd7ebc54 add nil guild failsafe 2022-06-16 14:48:52 +10:00
wishu
7c34dea35d fix SJIS guild post support 2022-06-16 14:44:48 +10:00
wish
f0c0c55c0a Merge pull request #30 from sekaiwish/main
Guild message board improvements
2022-06-16 12:28:10 +10:00
wishu
a33a056649 remove unused functions 2022-06-16 12:25:59 +10:00
wishu
35c6832dc0 use stringsupport and remove UTC conversion 2022-06-16 12:24:19 +10:00
wish
a3d54d0a76 Merge pull request #3 from xl3lackout/main
Merge several changes
2022-06-16 11:37:00 +10:00
wish
dd4dfcfd9f Merge branch 'main' into main 2022-06-16 11:36:51 +10:00
Malckyor
9ac775f0ef Merge pull request #29 from Malckyor/main
Guild Post JP Shift-JIS Support
2022-06-16 01:08:37 +09:00
Malckyor
33bb960e55 Guild Post JP Shift-JIS Support 2022-06-16 01:07:34 +09:00
Malckyor
6887f2eaaf Merge pull request #28 from Malckyor/main
Discord Integration Improvement/Road Shop Rotation/Item Distribution
2022-06-15 08:17:20 +09:00
Malckyor
f05391ecba Item Distribution
Doing the PR for wish, it's his code. Also this is the one used by Chakratos' Save Manager.

P.S.: Sadly it is still crashing for some reason.
2022-06-15 08:11:03 +09:00
Malckyor
2d7f55600f Road Shop Rotation
Added Road Shop inventory's weekly dynamic rotation.

Thank you everyone who helped with this!
2022-06-15 07:58:28 +09:00
Malckyor
9c6950d200 Discord Integration Improvement
How to config the bot integration:

- In the config.json file, find the and do the following in my instruction.

"discord": {
        "enabled": false, 	 // set this value to "true" to enable it
        "bottoken": "",		 // add your bot token, for this you need a bot
        "realtimeChannelID": "", // add the Discord channel ID that will receive and send messages
        "serverId": "", 	 // add your Discord group ID here
        "devRoles": [],		 // add a Discord dev role for a few internal commands, like debug
        "devMode": false


- It is possible to set it to multiple Worlds too, for that just do the following:
By default it will only broadcast messages in the Normal World using the Local and Party chat.

In the main.go file, find the and do the following.

//DiscordBot:  discordBot,	 // just remove the "//" to enable it for that World.


- Use the command !players in the Discord chat to see a list of all online players.

By : Invasores de Fronteiras
https://github.com/Invasor-de-Fronteiras/Erupe
2022-06-15 07:32:45 +09:00
wishu
356e498389 implement mail locking 2022-06-08 10:52:56 +10:00
wishu
c8cdff1163 implement item distribution handling 2022-06-08 10:49:51 +10:00
wishu
09a7e08daf implement scenario counter 2022-06-08 10:42:51 +10:00
wishu
bf95b1326b rewrite character and data handlers 2022-06-08 10:40:59 +10:00
wishu
ed31c3e305 stage and semaphore overhaul casting handling 2022-06-08 10:04:44 +10:00
wishu
3788819b5c stage and semaphore overhaul partial 2022-06-08 10:00:12 +10:00
wishu
b40da768cf additional error handling in launcher 2022-06-08 09:32:53 +10:00
xl3lackout
642040cb1e Merge pull request #27 from Sahlo97/main
save and load favourite quest
2022-06-07 19:01:34 -04:00
Sahlo97
ffeb078c76 save and load favourite quest 2022-06-03 18:20:17 +02:00
xl3lackout
d04679a71d Merge pull request #23 from Malckyor/main
Added JP shift-jis character support
2022-05-11 15:10:12 -04:00
Malckyor
d6f0e1d55e Update Erupe/server/signserver/dsgn_resp.go
Co-authored-by: Yslan Ramos <yslanramos.r@gmail.com>
2022-05-12 03:45:18 +09:00
Malckyor
53a3bfcc0f Added JP shift-jis character support
Added JP shift-jis support for character's name in launcher, this should fix JP names.
2022-05-12 01:03:23 +09:00
xl3lackout
ff1e8ebdac Merge pull request #19 from Tsugami/feat/delete-go-folder
feat: delete generate files and move migration folder to root
2022-05-06 23:11:34 -04:00
Yslan Ramos
2165e8cd86 feat: delete generate files and move migration folder to root 2022-05-04 19:25:34 -03:00
xl3lackout
ef061ac25d Merge pull request #16 from straticspaff/feature/fix-conflicts
Fixed conflicts
2022-05-03 21:43:46 -04:00
straticspaff
276afbc218 Fixed conflicts 2022-05-04 02:37:39 +01:00
xl3lackout
7a115f3d6c Merge pull request #15 from sekaiwish/main
Raviente Patch
2022-05-03 18:32:15 -04:00
wish
4d2eda76fe Merge branch 'main' into main 2022-05-04 08:03:41 +10:00
xl3lackout
13daadd706 Update handlers.go
Removed double ackBuff
2022-05-03 14:49:32 -04:00
xl3lackout
1c971a137c Merge pull request #14 from straticspaff/feature/garden-cat
Garden Cat (Account Shared Inventory)
2022-05-03 14:48:32 -04:00
wishu
4faf8cf9b1 Raviente Patch 2022-05-04 04:38:10 +10:00
straticspaff
18112e9e25 Added readme for migrations
Implemented two packets to fix the garden cat. (Shared Account Box)
2022-05-01 08:34:26 +01:00
xl3lackout
50d46b47c8 Merge pull request #13 from sekaiwish/main
Launcher Patch
2022-04-25 17:39:54 -04:00
xl3lackout
0fe2f7496d Merge pull request #12 from Dhisurion/main
fix 10054
2022-04-25 15:29:04 -04:00
wishu
c8b7e22f9e Variable centered text 2022-04-25 11:30:51 +10:00
wishu
4aacf33593 Merge PR1: Modal, news, links and button functionality 2022-04-24 15:07:26 +10:00
wishu
08a9bc495e Finalise launcher code 2022-04-24 15:05:41 +10:00
Matthew Spafford
4baed27d18 Added modal,news,menu,safety links,auto char add 2022-04-24 02:34:02 +01:00
wishu
d7423ee46c Update last_login on login 2022-04-24 07:51:31 +10:00
wishu
7d9d51b961 Re-add caching & hide button 2022-04-24 07:14:25 +10:00