Jump to content
  • 0
jourdan

mapreg phpmyadmin

Question

I accidentally deleted my mapreg in my database in phpmyadmin.. please help thank you

image.png.bdeb3cd8d860a169d4195673e3701387.png

Edited by Haruka Mayumi
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Try run this:

--
-- Table structure for table `mapreg`
--

CREATE TABLE IF NOT EXISTS `mapreg` (
  `varname` varchar(32) binary NOT NULL,
  `index` int(11) unsigned NOT NULL default '0',
  `value` varchar(255) NOT NULL,
  PRIMARY KEY (`varname`,`index`)
) ENGINE=MyISAM;

 

Link to comment
Share on other sites

  • 0

@Kakaroto thank you sir, do i need to paste it? thanks. sorry im new do you have a guide on how to do it? thank you very much

I mean how to add maps in mapreg? thank you. I deleted the maps in phpmyadmin thank you

Edited by jourdan
Link to comment
Share on other sites

  • 0

@jourdan for god's sake. you have been warned not to make duplicate posts. and you just keep on doing it.. also what you were asking is not mapreg ing phpmyadmin. it was mapreg of src..

for the file mapreg.h, we cannot give you that bbeause there's a lot of version of that. the only way you can fix this is to take the mapreg.h from the source where you took your emulator..

Link to comment
Share on other sites

  • 0

@jourdan first check the date the oldest date on your emulator.. then go to https://github.com/rathena/rathena.
click on commits.. then go to oldest date of your emulator

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.