Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/07/20 in all areas

  1. View File [Free] Matrix Dojo PvP Heya peeps. Long time! Sorta got inspired watching the Matrix one day lol so I made a quick and dirty map for everyone to enjoy. Its designed as a PVP map but go crazy and change it up to whatever you want. The spawn zone is just South of the map in the white space to pretend like its a loading program etc. Have fun! Submitter Syouji Submitted 09/22/2019 Category Maps & 3D Resources Video Content Author Syouji  
    1 point
  2. View File FREE SKIN THOR PATCHER [CODED] SKIN; STATUS SERVER; RSS FEED; PSD; GUIDE RSSFEED Webfiles\status\inc\rssConfig.php 'news' => 'http://g1.globo.com/dynamo/carros/rss2.xml', 'event' => 'http://g1.globo.com/dynamo/ciencia-e-saude/rss2.xml', 'update' => 'http://g1.globo.com/dynamo/concursos-e-emprego/rss2.xml', STATUS SERVER Webfiles\status\status.php $status = new ServerStatus( "LOCALHOST", "LOCALHOST", "USERNAME", "PASSWORD", "DATABASE" ); Do not remove the credits, thank you. Please do not sell this product. Design Elfin Submitter Elfin Submitted 04/06/2019 Category Patchers Video Content Author Elfin  
    1 point
  3. Here is my solution. All thanks to @Litro Endemic for the idea.. goto pc.cpp look for /*========================================== * Invoked once after the char/account/account2 registry variables are received. [Skotlex] * We didn't receive item information at this point so DO NOT attempt to do item operations here. * See intif_parse_StorageReceived() for item operations [lighta] *------------------------------------------*/ void pc_reg_received(struct map_session_data *sd) Add this : // Cash shop sd->cashPoints = pc_readaccountreg(sd, add_str(CASHPOINT_VAR)); sd->kafraPoints = pc_readaccountreg(sd, add_str(KAFRAPOINT_VAR)); + if ( pc_readaccountreg(sd, add_str("#BLOCKPASS")) ) + sd->state.protection_acc = 1; + else + sd->state.protection_acc = 0; Dont include + compile and done.
    1 point
  4. it's was showed there "its trying to read what isn't there", well untested code, you can try this one, untested too, but should be ok in : src/map/pc.cpp bool pc_authok(struct map_session_data *sd, uint32 login_id2, time_t expiration_time, int group_id, struct mmo_charstatus *st, bool changing_mapservers) find: // Request all registries (auth is considered completed whence they arrive) intif_request_registry(sd,7); return true; its where the registry loaded, so after this you can take the state of acc protect from registry change: // Request all registries (auth is considered completed whence they arrive) intif_request_registry(sd,7); if( pc_readaccountreg(sd, add_str("#BLOCKPASS")) > 0 ) sd->state.protection_acc = 1; return true;
    1 point
  5. Version 1.0.0

    628 downloads

    Heya peeps. Long time! Sorta got inspired watching the Matrix one day lol so I made a quick and dirty map for everyone to enjoy. Its designed as a PVP map but go crazy and change it up to whatever you want. The spawn zone is just South of the map in the white space to pretend like its a loading program etc. Have fun!
    Free
    1 point
  6. Version 1

    1874 downloads

    Town of Beginnings from SAOI'm releasing this map that I made a while ago for a SAO-RAG project that has been put on hold, and i felt like it's too good of a map to put it on a shelf ;]Hope you guys enjoy the release. ;] Some files inside include the color changes on some texture files, so keep that in mind, and delete them if you want.
    Free
    1 point
×
×
  • Create New...