Jump to content

Patskie

Members
  • Posts

    1702
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Patskie

  1. Just replace all all lines that causes the warning from close to end
  2. Find the script that causes the error and post it here.
  3. Patskie

    Custom Weapon

    Use this tool to locate properly the files.
  4. You can directly import the .sql file on your database instead of copying the query command and executing it.
  5. Stay with what we have now. This will disrupt the development of rAthena because developers will indeed have a double work and double time. And not all developers here will give their 24 hours time for just branching out pre renewal. And if this will be done, Too many problems will approach esp to developers. One of which is what Euphy said that we're in lack of developers. And one thing, this will be a lot of hard work but will benefit not that much at all. IMO
  6. Just translated it through google chrome haha
  7. Thanks for this. I have a little research on android apps and as intended it uses java as language and eclipse as framework. So i will go for it.
  8. Ah didn't see the #CASHPOINTS on your script. Anyway i think you didn't import the `cash_points` table on your database. And i guess you don't need to use SQL for repository of your cashpoints since you can found them on global_reg_value table.
  9. Topic defense approaching!

  10. Deleting all apple on a player. Note that you need to re-log if you want to see the changes DELETE FROM `auction` WHERE nameid=512; DELETE FROM `cart_inventory` WHERE nameid=512; DELETE FROM `guild_storage` WHERE nameid=512; DELETE FROM `inventory` WHERE nameid=512; DELETE FROM `mail` WHERE nameid=512; DELETE FROM `storage` WHERE nameid=512;
  11. Use this : #CASHPOINTS = #CASHPOINTS + <amount>;
  12. Did the character died on pvp maps? If so, then maybe you can change it to 2 and if it still insist then there should be a problem on your svn i guess. // Players' will drop a 'Skull' when killed? // 0 = Disabled // 1 = Dropped only in PvP maps // 2 = Dropped in all situations bone_drop: 2
  13. On your conf/battle/player.conf // Players' will drop a 'Skull' when killed? // 0 = Disabled // 1 = Dropped only in PvP maps // 2 = Dropped in all situations bone_drop: 0
  14. There's a tons of guides out here at rAthena. Try to search and search and you'll definitely find your answer and make it. Some guides are : http://rathena.org/wiki/Main_Page http://rathena.org/board/topic/61407-popular-requested-links/
  15. Remove all custom scripts on your server and try to add it one by one. Post the script here that commits those errors
  16. http://rathena.org/board/topic/64413-requesting-stat-seller/
  17. Is this good for mobile application?
  18. Help me on my thesis project this year! Hello rAthena i would like to ask to those pro developers here who intend to develop a iOS or Android environment to which is better? Give complete explanation. And can someone answer the following : 1. Is XCode framework only works for mac? they don't have windows supported unless people use virtual machine? 2. Which is more easy, reliable, convenient to use? Android or iOS? well basically i would like to create a mobile app that has a database related features. 3. What programming language do i need to know when developing on iOS? Android? 4. Is there a possibility to integrate web content through android? I saw some on iOS but still i didn't try. Note : i am more competent on JAVA rather than C related programming Thanks for the people who will answer these question Have a good day and God bless!
  19. db/pre-re(re)/skill_tree.txt //Merchant 5,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill# 5,142,1,0,0,0,0,0,0,0,0,0,0 //NV_FIRSTAID#First Aid# 5,36,10,0,0,0,0,0,0,0,0,0,0 //MC_INCCARRY#Enlarge Weight Limit# 5,37,10,36,3,0,0,0,0,0,0,0,0 //MC_DISCOUNT#Discount# 5,38,10,37,3,0,0,0,0,0,0,0,0 //MC_OVERCHARGE#Overcharge# 5,39,10,36,5,0,0,0,0,0,0,0,0 //MC_PUSHCART#Pushcart# 5,40,1,0,0,0,0,0,0,0,0,0,0 //MC_IDENTIFY#Item Appraisal# 5,41,10,39,3,0,0,0,0,0,0,0,0 //MC_VENDING#Vending# 5,42,10,0,0,0,0,0,0,0,0,0,0 //MC_MAMMONITE#Mammonite# 5,153,1,0,0,0,0,0,0,0,0,0,0 //MC_CARTREVOLUTION#Cart Revolution# 5,154,1,0,0,0,0,0,0,0,0,0,0 //MC_CHANGECART#Change Cart# 5,155,1,0,0,0,0,0,0,0,0,0,0 //MC_LOUD#Crazy Uproar# 5,410,1,0,0,0,0,0,0,0,0,0,0 //WE_CALLBABY#Call Baby#
  20. @reloadatcommand
  21. Add a check because on your script player can input as many as they want regardless on the jellopy that a certain player has. if (.@t < countitem(909)) { mes .@name$; mes "Invalid input"; close; } Or : input(.@t, 0, countitem(909))
  22. Patskie

    item ID

    Learn how to do basic scripting. There's a ton of guides out there. Your "want this want that" attitude will not make your server ( if any ) successful
  23. item_drop_card_max: 10,000 So meaning this is a x/10,000 drop rate 10,000/10,000 = 1% 1,000,000/10,000 = 100%
  24. Stage game by Emistry
  25. Database not accepting incoming connections. Ask your provider for this problem. Message: SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'xxx.xxx.xxx.xxx' (4)
×
×
  • Create New...