Jump to content

Jayzy

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by Jayzy

  1. I could see everything when I'm designing it including the lightmap. I did what you did on the video and everything looks perfect but then that happens. Additional: If i rotate the screen in-game then suddenly it will appear but still can't walk and some parts are still aren't viewable.
  2. I currently have a problem. After I do some changes on my custom map and then upload it. I couldn't see anything but black and I also couldn't move.
  3. I already tried basing it with stats and it did work. So it's more likely that the potion and skill based aspd are really dependent on agi and dex stats. I tried both 120 agi and dex it gives me the additional aspd but if my stats are both 1 then it doesn't do anything.
  4. What does the Awakening Potion and other Potions do to the attack speed now? Since it's already renewal I tried using one but it didn't add any ASPD
  5. Does anyone have the item_db and item_db2 db files turn into SQL php file? I couldn't find it anymore. I tried looking in eAthena as well and still no luck so if you guys know what i'm talking about please help me look for it. Thank you.
  6. how to call a script once the character jump from the same map. like for example CHAR-A is on prontera then the character jump in any part of prontera but still in prontera, how to call a script after the character jump from another place?
  7. Hi, I was trying to create a custom button that will open a link but I always get error. Here is my custom button info Did I forgot something?
  8. I did. But still not helping. I tried diffing Judas client and it's now fully working. But one more question. Why is the Alt + S not working. You need to press Alt + Shift + S to open the skill window. LOL
  9. Wait, I'm getting exact error and same packet error but my client was diffed with including skip packet header diff
  10. Yup. I just put localhost. it's seems firewall is working for those programs. well i could also login but once selecting the server from select server. It won't direct me to the server which I could create account and stuff. Ok my problem now is I got being rejected from the map-server and I got this error [info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x464d,l:19). [info]: Closed connection from '127.0.0.1'.
  11. No. I'm using it in a dedicated server. Well thanks for giving me an idea. I forgot about firewalls EDIT: Hmmm. that's weird it's allowed to go thru. :|
  12. Server rAthena latest. Client: 2012-04-10 Packver:30 mmo.h set to 20120410 When I tried to logged-in my account then I go to char server select then when I press enter nothing happens. It just timed out. I tried to check the login and char server its seem that after I enter the server it wont bring me to the char server.
  13. Your packet version should be 30 not 26
  14. I'm having the same problem. :| Anyone know how to fix this?
  15. Yes pwede katulad nga ng sinabi ni Brynner ikaw magsesetup ng network mismo. Default na nakaopen lahat ng ports. So if may router ka then open your router tas forward mo yung port na kailangan mo lang. Wag lahat.
  16. I'm having this kind of error... Error in recording the facebook account in the database. Kindly inform the administrator about this error.
  17. how can I set that only those equipments will be allowable to be trade by this item?
  18. Sino na dito marunong mag hex ng client 2012 pataas. Wala ko makitang diff files eh. Parang feel ko ako na gagawa ng diff file para sa sa server.
  19. Where to get the diff files?
  20. i suggest ito ang gawin mo since SQL based na ang rAthena. Hindi ba matagal ng may SQL ang mga emulator hahaha
  21. Yup if I cancelled the deal then it wouldn't return the items back. Let me try if they're the one who cancel's the deal. EDIT: Actually your script really works fine. It's my fault. Forgot to put the script in cancel function. EDIT2: In your script with this content "if(itemdb_cantrade(&item, 0, 0) == 0)", shouldn't it suppose to be "if(itemdb_cantrade(&item, src_lv, dst_lv) == 0)" because if it's both 0 how about if a gm with group lvl is allowed to trade the item without requiring the item. I think that the GM would also get the trade pass item even if he/she doesn't use one. Am not sure. Because that's what is happening to my server right now. I get a trade pass item without even using one.
  22. Thank you so much! Well I have a problem. It doesn't return the Trade Pass back if the deal has been canceled.
×
×
  • Create New...