Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Owh..thx for the Reply... Haha..and ya..you just remind me there is a way to do this using Query_SQL.. xD i just saw that a moment ago when i browsing my SQL table.... Is it possible to create a way to read the Quest Name ? ( Quest Title ) since the name is written in the db/quest_db.txt is is possible to make a script command to read the name ? or save the name into the mysql according to the quest id ?
  2. Emistry

    Help:

    what i refering is.. change all your item_drop_common_max: 100000 item_drop_heal_max: 100000 item_drop_use_max: 100000 item_drop_equip_max: 100000 100000 into 10000 which is the max value representing 100.00%
  3. http://rathena.org/tools/diff_patcher.php?client=2010-08-03aRagexeRE
  4. How can i write a Source Code that enable Quest Counting upon player login ? i mean the quest for these db/quest_db.txt What i trying to achieve When a player online...the server will check the player whether he have "Un-Finished" Quest that shown in the Quest Window ( Alt + U ) if there is any Unfinished Quest there, it will display a message to show something like this You have X unfinished Quests. or perhaps can we develope a new command script to get those info ? something like this ? Example : ( just a concept ) getquestinfo( int ) 0 - Quest Name 1 - Quest ID 2 - Quest Status ( Finished / Not ) 3 - Total Quest Count etc.. Another question that are not related with src.. ( just a simple question so i think there is no need to create 1 topic, as i lazy to write a long description also xD ) data/questid2display.txt // Sample Quests QuestID#Quest NAME#Quest Icon#Image# Summary of Quest # Objective of Quest.# i would like to ask..how can i add a image for this by replace the QUE_NOIMAGE. but i dunno what is the other available Image ...
  5. if( BaseLevel < 255 || JobLevel < 120 ){ mes "Only level 255 and job 120 can use"; close; } put this below the npc header
  6. Emistry

    Help:

    max value is 10000... not 100000
  7. http://rathena.org/board/topic/58877-r15572-new-gm-commands-permissions-system/page__view__findpost__p__78782
  8. <address>127.0.0.1</address> huh ? you are using this IP ? an online server using this IP to connect ?? and...i didnt saw you used any <image> tag here ??? you cant connect to server ? make sure your server have the save version as you set in the server files ( if you enabled it ) make sure your server read clientinfo.xml and in the correct file / path folder and read GRF / data according to your client settings. Beside...this is a sample how the clientinfo look like Clientinfo
  9. The current version of Banned Items script doesnt have this features... and thx for the suggestion, perhap i will try make it work in the future when i have time for this.
  10. either remove these line or fix your skill_db by re-check the content of these line.. we wont know why it error since you didnt provide the script / content here... and the monster ID 1761 doesnt exist in your server but you created some skill db for the monster
  11. Mistake : for(set .@j,getarraysize(.@mobids); .@i < .@j; set .@i,.@i + 1) should be for(set .@i,0; .@i < getarraysize(.@mobids); set .@i,.@i + 1)
  12. something like this ?? Change Guild GM via Items - Pastebin LOL..didnt saw Chris posted the same features script already.... >.< nvm...
  13. you mean something like this ?? NPC Sketch - Pastebin
  14. you can do it in this way... Card Trader - Pastebin
  15. @TS...mind to explain your script ? i mean what it does ?? For Example : getmapxy(@roflmap$,@roflx,@rofly,0,strcharinfo(0)); warp @roflmap$,@roflx,@rofly; goto L_lol; why are you warping the character back to the same coordinate ?
×
×
  • Create New...