Jump to content

luisdgs19

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by luisdgs19

  1. Hi rathena members, i'm starting a new server something serious and i want anyone interested in helping me with the server help me. I will handle all the funding, vps, domains, host, advertising, everything! So anyone who thinks that can contribute to make a really cool server please pm me or email me at [email protected]
  2. I'm using 2012-04-10 from judas post and i diffed it to read lua before lub because i want to add custom items and without having read lua be fore lub i couldn't find a way. So now that i patched with read lua before lub i login and everything but when i choose character it says rejected from server. Could someone help me?
  3. I have my server Up and running and it's really good. Now i just posted it to rms and i have around 5~10 players online average, the server has only been up for 2 weeks and well, i was wondering what other places other than RMS and rAthena do you Post your servers to get players?
  4. I can't change the resolution using that one
  5. Hello, i have my rathena server up and working the problem is, i dont know which client files should i use. the ones that i have in the moment aren't good people keep getting disconected from server after a while playing and it's getting annoying. any help choosing right data folder and client? according to my svn version
  6. I have an instance that is working perfectly, my only problem is that when i do instance_warpall "map",x,y; it doesn't work and the players have to manually warp there. Is there any problem with my code heres a part of it.. if (getcharid(1) != 0 ) { set .@instance, instance_create("Lunette Storyline", getcharid(1)); if (.@instance < 0) { mes "Failed to create instance, contact Admin Player"; close; } if (instance_attachmap("wald_in", .@instance, 1) == "") { instance_destroy(.@instance); mes "Failed to create instance, contact Admin Player"; close; } if (instance_check_party(getcharid(1), 1, 69, 150)) { instance_attach(.@instance); instance_set_timeout(3600, 300, .@instance); instance_init(.@instance); instance_warpall "wald_in",47,49; end; } else {........................ if i change instance_warpall to warp it works perfectly but only the player who talked to the npc is warped.
  7. at the moment i'm creating an instanced quest, so the thing is that the instance works just fine but when someone else tries to create another instance they crash and get the error that aev_fil.rsw is not found but the map is actually called aev_fild01 so what's wrong?
  8. How do i make a mob generate an event on killed ??
  9. I'm trying to make a script that each time you kill the monster with the id 1769 on the map aev_fild01 the server adds the amount of kills to a character variable.I tried doing it this way. -<tab>script<tab>-1,{ OnNPCKillEvent: <tab>doSomething; } But it doesn't work, could you guys help me
  10. This is the website of my upcoming server, please rate the design thanks.http://retributionro.net
  11. Hello i'm trying to download latest ragnarok files so I can use for my rathena server, but the website I used to use long ago ragray.net is no longer available. What is the best place to download them apart from nickzay servers
  12. I'd like to see all the items that the user has so they can select it , if it's an equipment know its slots refine and cards on it
  13. Is there any way i can give an item to an npc so i can store the item in a char variable, for example i talk to the npc and drag the item to some place so that npc can gather information about it? or should just list all the items the user has on the inventory?
  14. Hello guys i'm currently on the development of a new CP for now it's in its early stage. It's called DGS User Center for more information you can go to the projects section of the forum. I'm currently developing on a mac and atm i cannot host a server myself or run the client, so if someone could provide me with a .sql file of a database with some accounts characters guilds etc so i could test scripts on it. Only send me the db if you're not using it! otherwise don't!
  15. Thanks to replies like this is that i'm currently developing this one! thanks and please any suggestions be made
  16. I agree, i used flux with every server i made and it went great! but i think there should be other different options
  17. Hello rAthena, today i'd like to introduce what i call User Center. Maybe you've seen my topic about the CP http://rathena.org/board/topic/76307-a-new-control-panel-is-coming/ this is the official introductory with the name and everything + a preview. Why the term user center? Right now if you hear the term control panel, what comes to your mind? Well, if you've been playing RO servers since your childhood like me you'll think of the place you register and manage your account settings and that might be true but, how about new players? Well the term control panel sounds so mechanic and that's when i thought of the term User Center, with a more user-friendly interface in an elegant and modern way. What are the biggest features it will have ? Ajax based navigation, if you don't know what this mean, it means that you won't need to lead a new page with every link you click or every action you do. The website communicates with the server using a technology that is called Ajax that stands for Asynchronous Javascript And XML. Pages will load faster and it just looks beautiful.\ You will be able to use the DGSUC API which is optimized and secured in a very high level to integrate User Center functions to your website natively Ticket System When will DGS User Center be released? Well my friend, this project started 2 days ago and the development is on the very beginning. Is there any preview? Yes there's a live preview where you can get a feel for what the user center will be like ( Basically is just a Control Panel but with new features and in a beautiful smooth way ) The link for the preview is : http://bit.ly/UeBWV7 Note: This is just a preview and the development of the CP has just started, this is just so you get the look of it and expect many many more features other than those it shows.
  18. Yes, i'm working with addons like those you mentioned!
  19. you can't you need to install a board like invision power board or bulletin
  20. I'll upload to github as soon as i have a clean working version ! thanks for the suggestion
  21. Thanks everyone, i'll try to keep up with this! by the way any suggestions please be made
  22. Thanks and sorry , i didn't know about the projects section
×
×
  • Create New...