Git Product home page Git Product logo

l2acp-web's Introduction

Hey ๐Ÿ‘‹, I'm Nick Chapsas

I'm creating software engineering video on my YouTube channel. If you're interested in all things .NET make sure you check it out ๐Ÿ˜„!

Looking for the source code from my videos?

The source code shown in my videos is only accessible to active Patrons. You can become a patreon by clicking on this link.

Want to have a project visitor badge as well? Simply add this to your readme ![](https://vistr.dev/badge?repo=username.repoName) and replace username and repoName with the correct values.

๐—ฆ๐˜๐—ฎ๐˜๐˜€

elfocrash's github stats

Courses

Are you looking for more premium training? Check out my courses at dometrain.com

l2acp-web's People

Contributors

diegobsantos avatar elfocrash avatar leonancarvalho avatar pjasicek avatar webdes27 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

l2acp-web's Issues

The live map - npc spawn

The monster spawn on the map, once you select npc to be spawned, you can spawn it multiple times by clicking on the map, I guess x1 spawn would be a better option.

[ENHANCEMENT] Add vote-reward support

Support for vote-reward would be great.

With the ability to apply the items/skills/buffs and other status without the user being moved, this system would be a "plus" to the features on the part of the user and great benefits for the administrators.

It could be modeled an abstract class for this, in order to facilitate the collaboration and the activation of new services of top sites in the future.

PayPal IPN setup

Did anyone manage to setup the IPN of PayPal? I need some help on like what is the url that i set on paypal as IPN?

Scrollbar

The inventory scrollbar, it's browser one, what about adding scrollbar from l2.

Adena amount

Look, if u can change a detail... in adena amount i see for example: 1000000. Can you make like a this: 1.000.000 ? With dots every three numbers...

Thanks for the great job!

ru-RU

        `services.Configure<RequestLocalizationOptions>(
            opts =>
            {
                var supportedCultures = new List<CultureInfo>
                {
                    new CultureInfo("en-GB"),
                    new CultureInfo("pt-BR"),
                    new CultureInfo("ru-RU")
                };

                opts.DefaultRequestCulture = new RequestCulture("en-GB");
                // Formatting numbers, dates, etc.
                opts.SupportedCultures = supportedCultures;
                // UI strings that we have localized.
                opts.SupportedUICultures = supportedCultures;
            });`

Resources.zip

PTS Gracia Final - Inventory issue

fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[0]
An unhandled exception has occurred while executing the request
System.NullReferenceException: Object reference not set to an instance of an object.
at L2ACP.Services.DatabaseRequestService.d__7.MoveNext() in C:\PROJECT\L2ACP-WEB\src\L2ACP\Services\DatabaseRequestService.cs:line 305
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter1.GetResult() at L2ACP.Controllers.HomeController.<GetPlayerInventory>d__11.MoveNext() in C:\PROJECT\L2ACP-WEB\src\L2ACP\Controllers\HomeController.cs:line 173 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeActionMethodAsync>d__27.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextActionFilterAsync>d__25.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextResourceFilter>d__22.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__20.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.<Invoke>d__4.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at L2ACP.Extensions.InfoMiddleware.<Invoke>d__2.MoveNext() in C:\PROJECT\L2ACP-WEB\src\L2ACP\Extensions\InfoMiddleware.cs:line 39 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware1.d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.d__7.MoveNext()
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 2008.0616ms 500 text/html; charset=utf-8

IPN

Hello Elfo, I saw ur work which is amazing, but I cant understand how the IPN of PP works and how to make the settings. Can you tell me where to direct the Notification URL from PP settings ? On my old ACP it was
http://77.247.178.135/paypal/ipn
and I had settings to finish it.

Change Password error

I've tried using the change password option, but it never changes, only answer I get is "Invalid Password", doesnt matter if its the correct one or not.
Anyone had this issue?
If so, how can I solve it.

Adding Email for registration

Hi, I've been trying to add email to the registration form.
I'm aware that both the java file and the asp part need to be edited in order to avoid error 404 when trying to display the registration form.
Is there a way someone could help me out?
I'm a bit rusty ^^

L2OFF Password

Hello,

all the passwords that contain number 0 are getting bugged in l2off, they are working fine once you try to log in to website but when you enter it in game client server returns wrong password.

p.s.
in my case i use default encryption

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.