Jump to content

evespiridion

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by evespiridion

  1. Sorry for thread hijacking, but will he be able to confirm if the web service is running properly by opening this (http://127.0.0.1:8888/emblems/download) link on his browser? It should reply 200 but not 404 am I right?
  2. Hi, I am currently running the latest rathena from github, I am having problems with the web service for the guild emblems. I can already see a web server running whenever I run the runserv.bat. So I tried opening this link (http://127.0.0.1:8888/emblems/download) on my browser but all I get is a 404 error. Here are the screenshots: I think there should be a 200 response in the logs of the web server. I have already executed the web SQL files and I already have the guild_emblems table on my database, together with the others required for the web server.
  3. I have created a new element which actually negates all incoming damages from any element. Now the only element that could hit that custom element is itself. I wanted to know why attr_fix doesn't affect mobs? But it works great on other players.
  4. I just recompiled. How recently? >.< I just recompiled 15 minutes ago. After updating to the latest svn that is. Nevermind, reinstalled the latest SVN then just re-written my source mods. Everything's fine now thanks.
  5. I ended up getting parser errors specially on the refine.txt and the npcs under the instance folder. I'm getting errors on my instance NPCs (all npcs under the instance folder) Plus i'm getting an error on the refine.txt as well.
  6. As the title says, I want to create a custom item with the same sprite of a pre-existing item in-game. For example jellopy. Can I just use the jellopy sprite in the data.grf for this? Or do I have to copy and paste jellopy's sprites and rename it into the new item I wanted? Thanks.
  7. I have already fixed the problem and stated it on my editted post. The problem was the sound driver. Without it, it makes the client crash. But thanks anyway.
  8. Thank you for the info. I'll go look for it. Tried looking for it and didn't find anything related aside from the previous posts requesting for the same thing.
  9. It's more like of setting a certain account into a level 1 user (super account) then having that account the privileges of x2 exp and droprates. I would also like to request for a script that will accept a certain amount of items before making an account a premium account. It has to be with proper validation that it will only accept accounts who are still not level 1 users. And oh, the premium service should only last 1 week. Thanks!
  10. Thanks for all the replies, I settled with 2011-10-05
  11. I am using the 2011-10-05 client. The client works fine under the Windows 7 environment. But on Windows XP SP3 It crashes right after opening it. Nevermind got it running, the system didn't have any sound adapters. Fixed it. Here's the list of diff I used on the client :
  12. Hi I would like to ask on how I would be able to make a clone as strong as the real player? As far as I've seen it has like only 25%? of the stats of the real player.
  13. Oh lol. Goodluck. If you needed a hand just ask.
  14. Nice to be of your service.
  15. Hi Anna, kindly refer to your item_db.txt 2153,Imperial_Guard,Imperial Guard,5,20,,2500,,120,,1,0x00004000,7,2,32,,102,1,0,{bonus bMdef,5; /* if(getrefine()>=6){ bonus2 bSkillAtk,"LG_SHIELDPRESS",20+((getrefine()-5)*2); } else { bonus2 bSkillAtk,"LG_SHIELDPRESS",20; } */ },{},{} Change the red 0 to 4 It should be like this : 2153,Imperial_Guard,Imperial Guard,5,20,,2500,,120,,1,0x00004000,7,2,32,,102,1,4,{bonus bMdef,5; /* if(getrefine()>=6){ bonus2 bSkillAtk,"LG_SHIELDPRESS",20+((getrefine()-5)*2); } else { bonus2 bSkillAtk,"LG_SHIELDPRESS",20; } */ },{},{}
  16. I don't know if that's the case. I tried putting the database on my host. I was able to connect to the database. But the only problem is that it makes the server somehow laggy because of the transfer time of data from the host to my PC and vice versa. I kinda wanted to let someone to actually remotely connect to my database using mysql. I'd gladly provide you the username and passwords for my database just to test out if it really is accessible.
  17. Yes I have already commented out the bind-address line. I have also created a grant permission for the user on all databases by using the grant permission. When I issued it, I used the wildcard for users and as well as for IP addresses. @Asura, how would I be able to check that info out? I mean in MySQL Admin?
  18. Oh I have seen your website templates and I think they're great.
  19. Was still hoping for a free VPS. Haven't ran the server yet. I just wanted to put up the CP first then the website.
  20. Hello, php programmer po ako. Paano po gusto nyong gawin? As in hosting your own website? I think that's not possible sa country natin as yung mga ISP they don't allow hosting. Pero if gusto mo local CP lang, throughout your network lang siya.
  21. Hmm.. just got home from school. Mukang kailangan ko talaga mag-bayad ng VPS and atleast kahit CP nalang ilagay ko sa kanila, hanap nalang ako ng cheap kahit hindi ganun kataas bandwidth.
  22. Salamat. Hopefully nag-aallow siya ng remote access.
×
×
  • Create New...