Jump to content

Jezu

Members
  • Posts

    566
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jezu

  1. @Emistry Oh, thanks a lot.. imma try this now on my server... great script with restrictions for banned items such us cards, consumables, etc... Again, Thanks Mr. Emistry. Best regards
  2. Is there anyone here have a script like this? I have a server which is running with 3rd class. How to do this thing? WOE Trans Only No Yggberry No MVP / Mini Cards Thanks in advance guys..
  3. I prefer iRO, because even pRO is following iRO too. The custom made by iRO is balanced. I hope rAthena will follow the 2011 3rd class skills re-balanced.
  4. For those who want to change the zeny to item you want, then do this In line 70 find: if (zeny < 5000) { then change it to: if (countitem(674) < 50) { In this settings, the 674 is Mithril Coins 50pcs. Then in line 90 find: set zeny,zeny-5000; then change it to: delitem 674,50;
  5. @Hatake I used Toasty's WOE Controller and I'm having a memory leaks which make your map-server to lag and crash.. I dunno why.. But when I use WOE Setter v3, it gives me stable and lag free War of Emperium. Try to copy the default folder of your WOE then install WOE Setter v3 and check if it works.. If you want to spawn your Treasure Boxes, leave your server for more than 24hours. If the treasure box is not taken by the Guild Owner Castle before the next woe start begins, the treasure box will disappear.
  6. @Hatake Do you import the sql files of Woe Setter v3? It is required to import it to your SQL Host before running Woe Setter v3. This was my problem before, and my fault is, the import issue. This is solved by myself.. Check the folders of Woe Setter v3.
  7. I like the designs. It is clean and looks an RO site. But in the modified version, you only add the screenshots tab and the word 'Play for Free' and removed the 'Download' in navigation area. Why don't you add some RO backgrounds with combinations of low opacity in upper and lower area? Just my Opinion though. My rate is 8.5/10
  8. I don't know if this is allowed here since eAmod have this, Does rathena (rA) can put this command too in the new revision of the project. This will avoid some condition to not abuse the item given by the game masters to players. Can we make our own bound item command? If you know, can you please post it here. Thanks in advance.. All in all, credit to Zephyrus for the bright idea of him.
  9. +1 to this.. It's like in Facebook games right? where you will roll 1 time per day.. and it will give you random items.. but this can also be abused when creating multiple accounts create -> login -> create -> login = unlimited random items If this possible, is there anyway to avoid this like account based roll.
  10. IMO, the site is good... I like the lightings... but you have lack of logos and backgrounds like putting a town as background ? or add a logo for Facebook and Review Us. Overall ratings 7/10 need some improvements like Elven said.
  11. Jezu

    Banner.

    ^ Yeah +1 to him. Just add a border to maximize the glow and the letters. How about adding a border of your banner overall.
  12. meron na po nito sir, try mo gawin to. punta ka sa google.com and then lagay mo sa search bar '@command delays' yan lang nilagay ko and you will redirect dun sa old eathena.. and nagwork na sya.. puro src editing na kasi yan so need mo pa mag recompile para magwork sya.
  13. Just a note for the thread starter. If you put '#' like #Freebies, this will be account based, meaning the other characters will not get their freebies. If you do what Emistry said, then it will be character based. NOTE: Character based freebies can abused like (create-storage-delete-create) method. To prevent this thing, you must add the Freebies to item_trade.txt and make it non-tradeable, non-storageable, non-dropable.
  14. You should check the mapflag if there are script that is not allowing you to warp there, then remove it. Like this : ordeal_1-1<tab>mapflag<tab>nocommand<tab>99 it means, only GM Level 99 can warp there. Change the 99 to 0 so players can access the map, this will work if you have @warp command for normal players.
  15. Yeah, I want this too.. Can anyone help us here? and also what client to use for the said request.
  16. @Hatake If you are using 3CeAM SQL, then go to: confbattleclient.conf: // Maximum allowed 'level' value that can be sent in unit packets. // Use together with the aura_lv setting to tell when exactly to show the aura. // NOTE: You also need to adjust the client if you want this to work. // NOTE: Default is 99. Values above 127 will probably behave incorrectly. // NOTE: If you don't know what this does, don't change it!!! max_lv: 150 // Level required to display an aura. // NOTE: This assumes that sending max_lv to the client will display the aura. // NOTE: aura_lv must not be less than max_lv. // Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149 // will be sent as being all level 98, and only characters with level // 150 or more will be reported as having level 99 and show an aura. aura_lv: 150 This will show the aura of other characters and also you. Just change the max level of your server to client.conf
  17. Jezu

    Pay2Play

    Implementing like this feature may lead your players to seek to F2P private server. Private Server means it's a FREE to play server, that's why they chose to play private server instead of official one. I am an owner of RO server too and I implement VIP Status like iRO. There are more advantages like using @warp, @storage on any maps and exp/drop boost that free users don't have. If you do this, there will be a big question of your players asking why ' P2P' ?
  18. i'll go test your Farm Zone now.. And change some of the contents because players can spam or use bot on this. But, all in all.. I love the script. Thanks for this! EDIT: Oh, is it possible to add mapflag for droprate? like mapflag BaseExp 10 which is give 10x exp more right? How about the droprate?
  19. Its only a simple healer but with Area of Effect Heal... Or you can use This will heal the area of 7x7
  20. I'm using this now on my server. Thanks a lot Calciumkid! <3 it!
  21. Color: Red, Orange, Yellow (Decide what combination you want if it fits in the title name) Name: Flame Ragnarok Online Size: 420 x 120 Picture: 3rd Job Chibis Animation: Glass like sliding in Title name Thanks a lot CybeR! You're a great Editor xD
  22. Baka po hindi supported ng client mo ung sa diff. Need mo po kasi dapat mag 'Enable Multiple GRF' kasi ginawa mo ng GRF ung data folder mo. So, bka hindi na nya nareread and also check your Data.ini, dapat naka include rin dun yung GRF na ginawa mo. Kaya siguro naging null yung mga items.
  23. Update mo lng po yung RO client mo and mag wowork na po yan basta nka include sya sa Data.ini For ex. 0=yourro.grf 1=rdata.grf 2=data.grf 3=sdata.grf Mag ook na po yan basta nka multiple GRF yung diff ng client mo.
  24. If you want stable and 24/7 uptime with live support and the best of all it's CHEAP! $1/month $12/year then go www.hostbig.com I'm using this I will say, the best web hosting company for me.
×
×
  • Create New...