Jump to content

mrlongshen

Members
  • Posts

    1302
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by mrlongshen

  1. Someone please share to me this map ?
  2. please install or update your computer or laptop graphic card ! thanks you.
  3. this is for rathena T_T
  4. @devil can u post a in game ss ? i want to see how its look . sure funny. haha
  5. its really nice sir 10/10
  6. can someone give full tutorial how making a custom item ?
  7. i dont have a problem
  8. add your sprite for Example: Blood_Helm Blood_Helm 2nd Step: go to data Open idnum2itemdesctable idnum2itemdisplaynametable idnum2itemresnametable 3rd Step: go to This file is for drop 4th Step: goto This sign is for female account, "¿©" put the file here 5th Step: goto This sign is for male account "³²" put the file here 6th Step: go to data\lua files\datainfo Open accessoryid.lua as Notepad Open accname.lua as notepad And now you are done to client side now go to SVN go to svn/db/item_db2.txt Find this line and the 2nd Quote is the example The last part of script you will see 1001 this is View ID, that you do earlier in accessoryid.lua Hope this will help you, don't forget to hit green button, Have a good day how about the iteminfo ?
  9. thx alot sir thx alot sir +1 for u . hehee btw i need to configure my flux cp config, to my vps server database right ? 1000 MB (1GB) Web And Email Space 50000 MB (50GB) Bandwidth/month Unlimited Subdomain and Domain Unlimited Email Unlimited mySQL Unlimited Addon & Park Domain its enough right ? As Myth said, use your sql user/password to connect flux cp to the vps. I always create a separate user just to connect to sql. Example: If I host my website with asurahosting, I will need to make sure that the new User has ALL privileges and the allowed host it can connect to is cpanel.asurahosting.com In my users list in phpmyadmin it looks like this user1/password/127.0.0.1 - allows my server to start using its local ip and permissions user2/password/localhost - allows any user on any IP to connect via phpmyadmin user3/password/cpanel.asurahosting.com - allows my webserver to connect to sql This way all the passwords are different and I can keep track of which user connects to what via sql. Those website stats you gave me seem pretty good, more than enough for what you need. ohh.. ok . i will create many user. so i will know. for password security. not only just admin only. right. hehe. thx sir. yeah its seem good, because i want make my own site instead ragnarok. hehe
  10. Why did not choose 2014-04-10? the client is not release yet ! LoL
  11. thx alot sir +1 for u . hehee btw i need to configure my flux cp config, to my vps server database right ? 1000 MB (1GB) Web And Email Space 50000 MB (50GB) Bandwidth/month Unlimited Subdomain and Domain Unlimited Email Unlimited mySQL Unlimited Addon & Park Domain its enough right ?
  12. typo. haha. 1024x768
  13. i have a vps, but i also have a webhosting. can i install my control panel on webhosting or install in vps ? because my webhosting got the the domain. Or should i just buy a domain name only instead of buy a webhosting ? example my vps ip 192.168.1.1 so when i buy a domain i will just point to it ? regard confuse
  14. see my signature
  15. ooo. ok thx bro,,,
  16. see my signature
  17. yes.. ssd + 512mb is enough ? or hdd + 512mb is enough ?
  18. Question about vps.. What is the minimum requirement of ram that needed for run ragnarok ? 256mb? 512mb? or 1024mb ? how about my vps use ssd, should 512mb of ram is enough ?
  19. Thx alot sir +1 for you.
  20. For example, change getitem 13758,1,969,20,1108,1,2104,1,4043,4;to getitem 13758,1; getitem 969,20; getitem 1108,1; getitem 2104,1; getitem 4043,4; thx alot bro. its work perfectly!!! +1 for u xD
  21. Hello, i would like to request an npc that will send all item instant to any online player. on the npc there will be : a gm level check, or maybe i can set it what level of gm can send the item. of course the item id that will be set up. the amount of item to be sent.
  22. prontera,160,187,4 script Freebies 123,{ mes "[Hello]"; mes "[I can give you a free gift based on your future job.]"; mes "[Please choose the correct item for the future job]"; if(!#Freebie) { mes "Select one:"; next; switch(select("Swordsman:Magician:Archer:Acolyte:Merchant:Thief")) { case 1: getitem 13758,1,969,20,1408,1,2104,1,4043,4; //Item for Swordsman break; case 2: getitem 13758,1,969,20,1602,1,2102,1,4043,4; //Item for Magician break; case 3: getitem 13758,1,969,20,1705,1,12009,10,4043,4; //Item for Archer break; case 4: getitem 13758,1,969,20,1602,1,2102,1,4043,4; //Item for Acolyte break; case 5: getitem 13758,1,969,20,1302,1,2104,1,4043,4; //Item for Merchant break; case 6: getitem 13758,1,969,20,1108,1,2104,1,4043,4; //Item for Thief break; } set #Freebie, 1; close; } OnInit: waitingroom "Get your freebies here ! ",0; end; } hello all, i set my script like this. but its not works. what is the problem ?
  23. - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer1000: //Check if Vending (normal or @at) if(checkvending() >= 1 || checkchatting() == 1) { dispbottom "The hourly badge rewards has stopped because you were vending / Pub Room. Please re-log if you wish to start again."; stopnpctimer; end; } OnTimer5000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 15){ set @minute,0; set #CASHPOINTS, #CASHPOINTS + 20; dispbottom "You received 20 CASHPOINTS for staying 15 minute in-game."; set @consecutive_hour, @consecutive_hour + 1; } //Check for 1 hours consecutive if(@consecutive_hour == 1) { set @consecutive_hour,0; set #CASHPOINTS, #CASHPOINTS + 100; dispbottom "You received 100 CASHPOINTS for staying 1 hours in-game."; } stopnpctimer; initnpctimer; end; } i try edit to every 15 minute got reward. but i not get the reward.. can someone fix it ?
  24. the getitem <item_id>, <quantity>; it can be --> getitem <item_id>, <quantity>,<item_id>, <quantity>,<item_id>, <quantity>,<item_id>, <quantity>,<item_id>, <quantity>; right ?
  25. @stolao sir how should i put on my server default cash point? what should i put ? when i put set .PointType$,"CASHPOINTS"; set .PointType$,"cash points"; set .PointType$,"cash"; i check the cash but i don't receive the cash. when i type @cash 100 i get it. and i can see on 2013 client. what should i config on when i put set .PointType$," ???????? ";
×
×
  • Create New...