Jump to content

Yoona

Members
  • Posts

    567
  • Joined

  • Last visited

Everything posted by Yoona

  1. how can i disable this ? just like this " // "
  2. ohh, that's for linux you should scroll it down. and you can see how to compile it on Windows.
  3. Here Credits goes to Emistry prontera,155,181,5 script Sample 757,{ setarray .@ItemID[0],<ItemID>,<ItemID2>; for( set .@i,0; .@i < getarraysize( .@ItemID ); set .@i,.@i + 1 ) set .@Menu$,.@Menu$ + getitemname( .@ItemID[.@i] )+":"; mes "Each 2 Cash Points."; set .@i,( select( .@Menu$ ) - 1 ); if( #CASHPOINTS < 2 ){ mes "Sorry but you didnt have 2 Cash Points."; }else{ mes "How many you want ?"; mes "Amount : 1 ~ "+( #CASHPOINTS / 2 ); input .@Amount,0,( #CASHPOINTS / 2 ); if( .@Amount ){ set #CASHPOINTS,#CASHPOINTS - ( .@Amount * 2 ); getitem .@ItemID[.@i],.@Amount; mes "Done"; } } close; }
  4. i know there's a guide for that let me re check it . here's the guide on how to recompile it. using Windows http://rathena.org/wiki/Compiling
  5. I don't know if its okay, but i can share it my first made Login Screen I accept any comments , suggestions! Lol!
  6. recompile it again both map, log , char.sql maybe it will solve your problem.
  7. I am trying to encrypt my GRF. and suddenly this error pops out. can someone help me? with this i followed this instruction but still. come from this topic. http://rathena.org/board/topic/60627-guide-securing-your-grf-includes-grf-encryptor-and-game-client-decrypt-library/
  8. Yoona

    Problem with Mysql

    @PokemonRO im new with mysql i saw 4 account and how to add permission?
  9. I am curious about this. Why? Because it should be a private message but its displaying like its announcement. can someone tell me is this a bug? or i just need to setup something?
  10. I've setup it up correctly.. and a this problem shows. Warning: mysql_connect() [function.mysql-connect]: Host '123.45.678.10' is not allowed to connect to this MySQL server in /home/myro/public_html/connect.php on line 27 and this : Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/myro/public_html/connect.php on line 33 Unable to connect to database! can anyone tell me should i need to do. to fix this problem.
  11. You need to explore. its a user friendly tool that Shinryo made. and please also use the search engine " google " i can't spoon feed you.
  12. it means you need to delete the old prontera.gat and add your new prontera.gat using WeeMapCache you can also see the guide on how to do it.
  13. @Annie why is that when i reloadscript the Emblem of the Flag is gone?
  14. why do i get this error while compiling on Linux? vending.c: In function ‘vending_purchasereq’: vending.c:262: warning: ‘item_name’ may be used uninitialized in this function
  15. How come that only 1 castle that has an active Barricade? only schg_cas01. how do you change that into all castle barricade will be active? and everytime the Emperium will be destroyed Barricade will auto re spawned . is it possible?
  16. where can i find the bossnia.txt ? it's missing. or im just blind that can't see it?
  17. @Euphy how can i remove the option that resseting their baselvl when doing the class specialization?
  18. sir.. how to change the reward of this script into item? like Treasure Box ID 7721 Change set #CASHPOINTS,#CASHPOINTS+1; into: getitem 7721, 10;
  19. @Annieruru Thank you so much Annie! your the best!
  20. @Annieruru sorry i didn't noticed that i posted it on request section. my bad. but thanks for the reply. by the way Annie how can add Announce each whoever enter the pub and how many players need to play the game. so other players will be informed.
×
×
  • Create New...