Skip to content

Commit

Permalink
Default otserv rsa and localhost login
Browse files Browse the repository at this point in the history
Switched back to default, since the RSA and the ip that the files had we're from Greed.
  • Loading branch information
Felipe Del Curto committed Mar 28, 2022
1 parent 6559fab commit a6f1cfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/client_entergame/server.otmod
Expand Up @@ -11,4 +11,4 @@ Module
-client_entergame

@onLoad: |
EnterGame.setUniqueServer("greedot.net", 7171, 860)
EnterGame.setUniqueServer("localhost", 7171, 860)
6 changes: 5 additions & 1 deletion modules/gamelib/const.lua
Expand Up @@ -224,7 +224,11 @@ MessageModes = {
}

OTSERV_RSA =
"142733468669777185996281365777805457228930802240642944806762652139462039640482956541227811604081138646309309925030053271697255610850482029971347293490866410694227516501103178496127640492587350042792821564540481025097413142281904882192216102705706600237270494879557452562845367827003630521951291012541430571231"
"1091201329673994292788609605089955415282375029027981291234687579" ..
"3726629149257644633073969600111060390723088861007265581882535850" ..
"3429057592827629436413108566029093628212635953836686562675849720" ..
"6207862794310902180176810615217550567108238764764442605581471797" ..
"07119674283982419152118103759076030616683978566631413"

CIPSOFT_RSA =
"1321277432058722840622950990822933849527763264961655079678763618" ..
Expand Down

0 comments on commit a6f1cfd

Please sign in to comment.